/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | list.h | 40 static inline void __list_add(struct list_head *new, in __list_add() 50 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 55 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
|
/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() 125 unsigned long new, int size) 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 | 67 unsigned long new, int size) in __cmpxchg() 141 unsigned long new, int size) in __cmpxchg_mb()
|
A D | atomic.h | 94 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | list.h | 60 static inline void __list_add(struct list_head *new, in __list_add() 78 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 91 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 102 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 129 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 150 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 222 struct list_head *new) in list_replace() 231 struct list_head *new) in list_replace_init() 246 struct list_head *new) in list_replace_rcu() 781 struct hlist_node *new) in hlist_replace_rcu()
|
/xen-4.10.0-shim-comet/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-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/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-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | paging.h | 299 struct vcpu *v, intpte_t *p, intpte_t new, mfn_t gmfn) in paging_write_guest_entry() 317 struct vcpu *v, intpte_t *p, intpte_t *old, intpte_t new, mfn_t gmfn) in paging_cmpxchg_guest_entry() 329 static inline void safe_write_pte(l1_pgentry_t *p, l1_pgentry_t new) in safe_write_pte()
|
A D | atomic.h | 108 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 227 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
A D | system.h | 76 volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mctelem.c | 53 #define MCTE_SET_CLASS(tep, new) do { \ argument 58 #define MCTE_TRANSITION_STATE(tep, old, new) do { \ argument 137 struct mctelem_ent *new) in mctelem_xchg_head()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | irq.c | 316 struct irqaction *new) in __setup_irq() 342 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-4.10.0-shim-comet/tools/console/daemon/ |
A D | main.c | 70 struct rlimit lim, new = { min_fds, min_fds }; in increase_fd_limit() local
|
/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 | 369 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
|
/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/arch/x86/mm/shadow/ |
A D | none.c | 64 l1_pgentry_t *p, l1_pgentry_t new, in _write_p2m_entry()
|
/xen-4.10.0-shim-comet/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()
|
A D | ro-page-fault.c | 221 paddr_t old = 0, new = 0; in ptwr_emulated_cmpxchg() local
|
/xen-4.10.0-shim-comet/xen/common/libfdt/ |
A D | fdt_rw.c | 152 char *new; in _fdt_find_add_string() local 392 static void _fdt_packblocks(const char *old, char *new, in _fdt_packblocks()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | nested_hap.c | 79 l1_pgentry_t *p, l1_pgentry_t new, unsigned int level) in nestedp2m_write_p2m_entry()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | atomic.h | 177 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|