Home
last modified time | relevance | path

Searched refs:newval (Results 1 – 5 of 5) sorted by relevance

/xen/xen/tools/kconfig/
A Dsymbol.c365 sym->curr = newval; in sym_calc_value()
396 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value()
402 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
406 newval.tri = yes; in sym_calc_value()
429 sym->curr = newval; in sym_calc_value()
536 switch (newval) { in sym_toggle_tristate_value()
538 newval = mod; in sym_toggle_tristate_value()
541 newval = yes; in sym_toggle_tristate_value()
544 newval = no; in sym_toggle_tristate_value()
550 return newval; in sym_toggle_tristate_value()
[all …]
A Dlkc_proto.h42 bool sym_string_valid(struct symbol *sym, const char *newval);
44 bool sym_set_string_value(struct symbol *sym, const char *newval);
A Dconf.c165 tristate oldval, newval; in conf_sym() local
198 newval = no; in conf_sym()
204 newval = mod; in conf_sym()
210 newval = yes; in conf_sym()
215 newval = oldval; in conf_sym()
222 if (sym_set_tristate_value(sym, newval)) in conf_sym()
A Dgconf.c808 tristate newval; in change_sym_value() local
814 newval = no; in change_sym_value()
816 newval = mod; in change_sym_value()
818 newval = yes; in change_sym_value()
825 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
826 newval = yes; in change_sym_value()
827 sym_set_tristate_value(sym, newval); in change_sym_value()
/xen/xen/include/asm-arm/arm32/
A Datomic.h142 int oldval, newval; in __atomic_add_unless() local
157 : "=&r" (oldval), "=&r" (newval), "=&r" (tmp), "+Qo" (v->counter) in __atomic_add_unless()

Completed in 10 milliseconds