/qemu/host/include/generic/host/ |
A D | atomic128-cas.h | 16 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg() 29 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
|
A D | atomic128-ldst.h | 63 Int128Alias new; in atomic16_set() local
|
/qemu/util/ |
A D | qht.c | 526 static inline void qht_do_resize(struct qht *ht, struct qht_map *new) in qht_do_resize() 531 static inline void qht_do_resize_and_reset(struct qht *ht, struct qht_map *new) in qht_do_resize_and_reset() 538 struct qht_map *new = NULL; in qht_reset_size() local 634 struct qht_bucket *new = NULL; in qht_insert__locked() local 688 struct qht_map *new = qht_map_create(map->n_buckets * 2); in qht_grow_maybe() local 903 struct qht_map *new; member 910 struct qht_map *new = data->new; in qht_map_copy() local 921 static void qht_do_resize_reset(struct qht *ht, struct qht_map *new, bool reset) in qht_do_resize_reset() 960 struct qht_map *new; in qht_resize() local
|
A D | lockcnt.c | 82 int new = expected - QEMU_LOCKCNT_STATE_LOCKED + QEMU_LOCKCNT_STATE_WAITING; in qemu_lockcnt_cmpxchg_or_wait() local 259 int expected, new, val; in qemu_lockcnt_inc_and_unlock() local 277 int expected, new, val; in qemu_lockcnt_unlock() local
|
A D | interval-tree.c | 178 static inline void rb_change_child(RBNode *old, RBNode *new, in rb_change_child() 190 static inline void rb_rotate_set_parents(RBNode *old, RBNode *new, in rb_rotate_set_parents() 690 IntervalTreeNode *new = rb_to_itree(rb_new); in interval_tree_copy() local 698 IntervalTreeNode *new = rb_to_itree(rb_new); in interval_tree_rotate() local
|
A D | range.c | 73 Range *new = g_new0(Range, 1); in append_new_range() local
|
A D | keyval.c | 150 QObject *old, *new; in keyval_parse_put() local 347 QList *new = qobject_to(QList, ent->value); in keyval_do_merge() local
|
A D | buffer.c | 70 size_t new; in buffer_shrink() local
|
/qemu/host/include/aarch64/host/ |
A D | atomic128-cas.h | 18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
|
/qemu/linux-user/hppa/ |
A D | cpu_loop.c | 32 abi_ulong new = env->gr[24]; in hppa_lws() local
|
/qemu/host/include/x86_64/host/ |
A D | atomic128-ldst.h | 59 X86Int128Union new = { .s = val }; in atomic16_set() local
|
/qemu/monitor/ |
A D | qemu-config-qmp.c | 68 CommandLineParameterInfoList *new) in connect_infolist()
|
/qemu/accel/hvf/ |
A D | hvf-accel-ops.c | 261 MemoryRegionSection *section, int old, int new) in hvf_log_start() 271 MemoryRegionSection *section, int old, int new) in hvf_log_stop()
|
/qemu/hw/timer/ |
A D | hpet.c | 134 static uint64_t hpet_fixup_reg(uint64_t new, uint64_t old, uint64_t mask) in hpet_fixup_reg() 141 static int activating_bit(uint64_t old, uint64_t new, uint64_t mask) in activating_bit() 146 static int deactivating_bit(uint64_t old, uint64_t new, uint64_t mask) in deactivating_bit()
|
/qemu/hw/intc/ |
A D | aspeed_vic.c | 47 uint64_t new = (s->raw & s->enable); in aspeed_vic_update() local
|
A D | imx_avic.c | 63 uint64_t new = s->pending & s->enabled; in imx_avic_update() local
|
/qemu/target/i386/tcg/sysemu/ |
A D | excp_helper.c | 106 static bool ptw_setl_slow(const PTETranslate *in, uint32_t old, uint32_t new) in ptw_setl_slow() 128 uint32_t new = old | set; in ptw_setl() local
|
/qemu/target/hppa/ |
A D | op_helper.c | 49 uint32_t old, new, cmp, *haddr; in atomic_store_mask32() local 76 uint64_t old, new, cmp, *haddr; in atomic_store_mask64() local
|
/qemu/include/qemu/ |
A D | atomic.h | 164 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument 171 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
|
/qemu/subprojects/libvduse/include/ |
A D | atomic.h | 164 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument 171 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
|
/qemu/subprojects/libvhost-user/include/ |
A D | atomic.h | 164 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument 171 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
|
/qemu/rust/qemu-api/src/ |
A D | lib.rs | 110 pub const fn new() -> Self { in new() method
|
/qemu/include/hw/timer/ |
A D | a9gtimer.h | 94 uint64_t new; member
|
/qemu/linux-user/ |
A D | vm86.c | 33 #define set_flags(X,new,mask) \ argument
|
/qemu/tests/unit/ |
A D | test-resv-mem.c | 63 Range *new = g_new0(Range, 1); in insert_sorted_range() local
|