/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | bitops.h | 55 unsigned int old = *p; in __test_and_set_bit() local 75 unsigned int old = *p; in __test_and_clear_bit() local 88 unsigned int old = *p; in __test_and_change_bit() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/ |
A D | cmpxchg.h | 58 volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg() 124 unsigned long old, in __cmpxchg_mb()
|
A D | atomic.h | 99 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/ |
A D | cmpxchg.h | 66 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 140 static inline unsigned long __cmpxchg_mb(volatile void *ptr, unsigned long old, in __cmpxchg_mb()
|
A D | atomic.h | 94 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg() 118 int c, old; in __atomic_add_unless() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | monitor.h | 38 #define hvm_monitor_crX(cr, new, old) \ argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 68 static int ptwr_emulated_update(unsigned long addr, paddr_t old, paddr_t val, in ptwr_emulated_update() 221 paddr_t old = 0, new = 0; in ptwr_emulated_cmpxchg() local
|
A D | mm.h | 39 static inline bool update_intpte(intpte_t *p, intpte_t old, intpte_t new, in update_intpte()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | atomic.h | 108 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 219 int c, old; in atomic_add_unless() local
|
A D | system.h | 76 volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
|
A D | paging.h | 317 struct vcpu *v, intpte_t *p, intpte_t *old, intpte_t new, mfn_t gmfn) in paging_cmpxchg_guest_entry()
|
/xen-4.10.0-shim-comet/tools/console/client/ |
A D | main.c | 159 static void init_term(int fd, struct termios *old) in init_term() 172 static void restore_term(int fd, struct termios *old) in restore_term()
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | disk_tpm.c | 267 int TPM_disk_nvchange(be32_t nvram_slot, struct tpm_authdata old, struct tpm_authdata noo) in TPM_disk_nvchange() 293 int TPM_disk_change_counter(be32_t slot, struct tpm_authdata old, struct tpm_authdata noo) in TPM_disk_change_counter()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | domain.c | 927 int old, new, prev = v->controller_pause_count; in vcpu_pause_by_systemcontroller() local 947 int old, new, prev = v->controller_pause_count; in vcpu_unpause_by_systemcontroller() local 1003 int old, new, prev = d->controller_pause_count; in __domain_pause_by_systemcontroller() local 1027 int old, new, prev = d->controller_pause_count; in domain_unpause_by_systemcontroller() local
|
A D | rbtree.c | 229 struct rb_node *old = node, *left; in rb_erase() local
|
A D | vm_event.c | 791 int old, new, prev = v->vm_event_pause_count.counter; in vm_event_vcpu_unpause() local
|
A D | spinlock.c | 216 spinlock_tickets_t old, new; in _spin_trylock() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | system.h | 22 } new = { .raw = *newp }, old = { .raw = *oldp }, prev; in __cmpxchg16b() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | guest_walk.c | 42 guest_intpte_t new, old = *walk_p; in set_ad_bits() local
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | list.h | 221 static inline void list_replace(struct list_head *old, in list_replace() 230 static inline void list_replace_init(struct list_head *old, in list_replace_init() 245 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() 780 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | monitor.c | 33 bool hvm_monitor_cr(unsigned int index, unsigned long value, unsigned long old) in hvm_monitor_cr()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mctelem.c | 58 #define MCTE_TRANSITION_STATE(tep, old, new) do { \ argument 140 struct mctelem_ent *old; in mctelem_xchg_head() local
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/ |
A D | platform-compat.h | 170 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_compression.c | 136 uint32_t *new, *old; in compress_page() local
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 240 void *old, in cmpxchg()
|