Home
last modified time | relevance | path

Searched refs:SYMBOL_VALID (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c397 sym->flags &= ~(def_flags|SYMBOL_VALID); in conf_read_simple()
568 sym->flags &= ~(SYMBOL_VALID|SYMBOL_DEF_USER); in conf_read()
1173 sym->flags &= ~SYMBOL_VALID; in randomize_choice_values()
1177 csym->flags &= ~(SYMBOL_VALID); in randomize_choice_values()
1199 csym->flags &= ~(SYMBOL_VALID | SYMBOL_NEED_SET_CHOICE_VALUES); in set_all_choice_values()
1253 if (sym_has_value(sym) || (sym->flags & SYMBOL_VALID)) in conf_set_all_new_symbols()
H A Dsymbol.c17 .flags = SYMBOL_CONST|SYMBOL_VALID,
23 .flags = SYMBOL_CONST|SYMBOL_VALID,
29 .flags = SYMBOL_CONST|SYMBOL_VALID,
35 .flags = SYMBOL_VALID,
332 if (sym->flags & SYMBOL_VALID) in sym_calc_value()
342 sym->flags |= SYMBOL_VALID; in sym_calc_value()
473 sym->flags &= ~SYMBOL_VALID; in sym_clear_all_valid()
H A Dexpr.h94 * The calculated value of the symbol. The SYMBOL_VALID bit is set in
140 #define SYMBOL_VALID 0x0080 /* set when symbol.curr is calculated */ macro
H A Dgconf.c94 if (val & SYMBOL_VALID) in dbg_sym_flags()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c17 .flags = SYMBOL_CONST|SYMBOL_VALID,
23 .flags = SYMBOL_CONST|SYMBOL_VALID,
29 .flags = SYMBOL_CONST|SYMBOL_VALID,
35 .flags = SYMBOL_VALID,
331 if (sym->flags & SYMBOL_VALID) in sym_calc_value()
341 sym->flags |= SYMBOL_VALID; in sym_calc_value()
472 sym->flags &= ~SYMBOL_VALID; in sym_clear_all_valid()
H A Dconf.c154 sym->flags &= ~SYMBOL_VALID; in randomize_choice_values()
158 csym->flags &= ~SYMBOL_VALID; in randomize_choice_values()
230 if (sym_has_value(sym) || sym->flags & SYMBOL_VALID) in conf_set_all_new_symbols()
H A Dconfdata.c413 sym->flags &= ~(def_flags|SYMBOL_VALID); in conf_read_simple()
597 sym->flags &= ~(SYMBOL_VALID|SYMBOL_DEF_USER); in conf_read()
1281 csym->flags &= ~(SYMBOL_VALID | SYMBOL_NEED_SET_CHOICE_VALUES); in set_all_choice_values()
H A Dexpr.h94 * The calculated value of the symbol. The SYMBOL_VALID bit is set in
140 #define SYMBOL_VALID 0x0080 /* set when symbol.curr is calculated */ macro
H A Dgconf.c90 if (val & SYMBOL_VALID) in dbg_sym_flags()

Completed in 12 milliseconds