Home
last modified time | relevance | path

Searched refs:oldval (Results 1 – 9 of 9) sorted by relevance

/xen/xen/include/asm-arm/arm32/
A Datomic.h118 int oldval; in atomic_cmpxchg() local
130 : "=&r" (res), "=&r" (oldval), "+Qo" (ptr->counter) in atomic_cmpxchg()
137 return oldval; in atomic_cmpxchg()
142 int oldval, newval; in __atomic_add_unless() local
157 : "=&r" (oldval), "=&r" (newval), "=&r" (tmp), "+Qo" (v->counter) in __atomic_add_unless()
161 if (oldval != u) in __atomic_add_unless()
164 return oldval; in __atomic_add_unless()
A Dcmpxchg.h64 unsigned long oldval; \
73 : "=&r" (res), "=&r" (oldval) \
81 *old = oldval; \
/xen/xen/include/asm-arm/
A Dguest_atomics.h95 unsigned long oldval = old; in __guest_cmpxchg() local
99 if ( __cmpxchg_mb_timeout(ptr, &oldval, new, size, in __guest_cmpxchg()
101 return oldval; in __guest_cmpxchg()
106 oldval = __cmpxchg_mb(ptr, old, new, size); in __guest_cmpxchg()
109 return oldval; in __guest_cmpxchg()
/xen/xen/include/asm-arm/arm64/
A Datomic.h111 int oldval; in atomic_cmpxchg() local
122 : "=&r" (tmp), "=&r" (oldval), "+Q" (ptr->counter) in atomic_cmpxchg()
127 return oldval; in atomic_cmpxchg()
A Dcmpxchg.h73 unsigned long oldval; \
84 : "=&r" (res), "=&r" (oldval), \
93 *old = oldval; \
/xen/xen/tools/kconfig/
A Dconf.c165 tristate oldval, newval; in conf_sym() local
172 oldval = sym_get_tristate_value(sym); in conf_sym()
173 switch (oldval) { in conf_sym()
184 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
186 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
188 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
215 newval = oldval; in conf_sym()
A Dsymbol.c321 struct symbol_value newval, oldval; in sym_calc_value() local
340 oldval = sym->curr; in sym_calc_value()
434 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { in sym_calc_value()
496 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local
524 if (oldval != val) in sym_set_tristate_value()
532 tristate oldval, newval; in sym_toggle_tristate_value() local
549 } while (oldval != newval); in sym_toggle_tristate_value()
640 const char *oldval; in sym_set_string_value() local
668 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
675 } else if (!oldval || strcmp(oldval, newval)) in sym_set_string_value()
[all …]
A Dqconf.cc469 tristate oldval; in setValue() local
479 oldval = sym_get_tristate_value(sym); in setValue()
483 if (oldval == no && item->menu->list) in setValue()
/xen/tools/firmware/rombios/
A Drombios.c2276 Bit8u oldval;
2281 oldval = inb(0x92);
2285 outb(0x92, oldval | 0x02);
2287 outb(0x92, oldval & 0xfd);
2289 return((oldval & 0x02) != 0);

Completed in 21 milliseconds