Home
last modified time | relevance | path

Searched refs:SYMBOL_NO_WRITE (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dexpr.h145 #define SYMBOL_NO_WRITE 0x1000 /* Symbol for internal use only; it will not be written */ macro
H A Dconfdata.c530 if (sym_is_choice(sym) || (sym->flags & SYMBOL_NO_WRITE)) in conf_read()
989 if ((sym->flags & SYMBOL_NO_WRITE) || !sym->name) in conf_touch_deps()
H A Dparser.y241 sym->flags |= SYMBOL_NO_WRITE;
H A Dmenu.c228 sym_defconfig_list->flags |= SYMBOL_NO_WRITE; in menu_add_option_defconfig_list()
H A Dsymbol.c460 if (sym->flags & SYMBOL_NO_WRITE) in sym_calc_value()
H A Dgconf.c102 if (val & SYMBOL_NO_WRITE) in dbg_sym_flags()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.h145 #define SYMBOL_NO_WRITE 0x1000 /* Symbol for internal use only; it will not be written */ macro
H A Dconfdata.c559 if (sym_is_choice(sym) || (sym->flags & SYMBOL_NO_WRITE)) in conf_read()
1096 if ((sym->flags & SYMBOL_NO_WRITE) || !sym->name) in conf_touch_deps()
H A Dparser.y232 sym->flags |= SYMBOL_NO_WRITE;
H A Dgconf.c98 if (val & SYMBOL_NO_WRITE) in dbg_sym_flags()
H A Dsymbol.c459 if (sym->flags & SYMBOL_NO_WRITE) in sym_calc_value()

Completed in 13 milliseconds