/xen/xen/include/asm-arm/arm32/ |
A D | cmpxchg.h | 91 unsigned long new, int size, in __int_cmpxchg() 112 unsigned long new, in __cmpxchg() 123 unsigned long new, int size) in __cmpxchg_mb() 146 unsigned long new, in __cmpxchg_mb_timeout()
|
A D | atomic.h | 116 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg()
|
/xen/xen/include/asm-arm/arm64/ |
A D | cmpxchg.h | 104 unsigned long new, int size, in __int_cmpxchg() 125 unsigned long new, in __cmpxchg() 136 unsigned long new, int size) in __cmpxchg_mb() 159 unsigned long new, in __cmpxchg_mb_timeout()
|
A D | atomic.h | 108 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg()
|
/xen/xen/arch/x86/mm/shadow/ |
A D | pv.c | 32 sh_write_guest_entry(struct vcpu *v, intpte_t *p, intpte_t new, mfn_t gmfn) in sh_write_guest_entry() 53 intpte_t new, mfn_t gmfn) in sh_cmpxchg_guest_entry()
|
A D | none.c | 64 l1_pgentry_t *p, l1_pgentry_t new, in _write_p2m_entry()
|
/xen/tools/fuzz/cpu-policy/ |
A D | afl-policy-fuzzer.c | 22 struct cpuid_policy new = {}; in check_cpuid() local 82 struct msr_policy new = {}; in check_msr() local
|
/xen/xen/include/xen/ |
A D | list.h | 62 static inline void __list_add(struct list_head *new, in __list_add() 80 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 93 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 104 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 131 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 152 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 224 struct list_head *new) in list_replace() 233 struct list_head *new) in list_replace_init() 248 struct list_head *new) in list_replace_rcu() 767 struct hlist_node *new) in hlist_replace_rcu()
|
/xen/tools/xenstore/ |
A D | list.h | 57 static inline void __list_add(struct list_head *new, in __list_add() 75 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 88 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 99 static __inline__ void __list_add_rcu(struct list_head * new, in __list_add_rcu() 117 static __inline__ void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 130 static __inline__ void list_add_tail_rcu(struct list_head *new, struct list_head *head) in list_add_tail_rcu()
|
/xen/xen/common/ |
A D | rbtree.c | 81 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() 99 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 562 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
|
A D | domain.c | 985 int old, new, prev = v->controller_pause_count; in vcpu_pause_by_systemcontroller() local 1005 int old, new, prev = v->controller_pause_count; in vcpu_unpause_by_systemcontroller() local 1061 int old, new, prev = d->controller_pause_count; in __domain_pause_by_systemcontroller() local 1085 int old, new, prev = d->controller_pause_count; in domain_unpause_by_systemcontroller() local
|
A D | spinlock.c | 48 union lock_debug seen, new = { 0 }; in check_lock() local 237 spinlock_tickets_t old, new; in _spin_trylock() local
|
/xen/xen/include/asm-x86/hvm/ |
A D | monitor.h | 37 #define hvm_monitor_crX(cr, new, old) \ argument
|
/xen/xen/xsm/flask/ss/ |
A D | ebitmap.c | 46 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local 127 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
|
/xen/xen/include/asm-x86/x86_64/ |
A D | system.h | 22 } new = { .raw = *newp }, old = { .raw = *oldp }, prev; in __cmpxchg16b() local 41 } new = { .raw = *newp }, old = { .raw = *oldp }, prev; in cmpxchg16b_local_() local
|
/xen/xen/include/asm-arm/ |
A D | guest_atomics.h | 92 unsigned long new, in __guest_cmpxchg()
|
/xen/xen/include/asm-x86/ |
A D | system.h | 92 volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg() 126 void *ptr, unsigned long old, unsigned long new, unsigned int size) in cmpxchg_local_()
|
A D | paging.h | 317 struct vcpu *v, intpte_t *p, intpte_t new, mfn_t gmfn) in paging_write_guest_entry() 335 struct vcpu *v, intpte_t *p, intpte_t *old, intpte_t new, mfn_t gmfn) in paging_cmpxchg_guest_entry() 349 static inline void safe_write_pte(l1_pgentry_t *p, l1_pgentry_t new) in safe_write_pte()
|
A D | atomic.h | 110 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 237 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mctelem.c | 52 #define MCTE_SET_CLASS(tep, new) do { \ argument 57 #define MCTE_TRANSITION_STATE(tep, old, new) do { \ argument 136 struct mctelem_ent *new) in mctelem_xchg_head()
|
/xen/xen/arch/arm/ |
A D | irq.c | 319 struct irqaction *new) in __setup_irq() 345 int setup_irq(unsigned int irq, unsigned int irqflags, struct irqaction *new) in setup_irq() 605 static bool irq_validate_new_type(unsigned int curr, unsigned new) in irq_validate_new_type()
|
/xen/tools/console/daemon/ |
A D | main.c | 72 struct rlimit lim, new = { min_fds, min_fds }; in increase_fd_limit() local
|
/xen/xen/arch/x86/pv/ |
A D | mm.h | 39 static inline bool update_intpte(intpte_t *p, intpte_t old, intpte_t new, in update_intpte()
|
/xen/xen/arch/x86/mm/ |
A D | guest_walk.c | 43 guest_intpte_t new, old = *walk_p; in set_ad_bits() local
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | amd.c | 194 const struct microcode_patch *new, const struct microcode_patch *old) in compare_header() 203 const struct microcode_patch *new, const struct microcode_patch *old) in compare_patch()
|