Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 63) sorted by relevance

123

/qemu/host/include/generic/host/
A Datomic128-cas.h16 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
29 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
A Datomic128-ldst.h63 Int128Alias new; in atomic16_set() local
/qemu/util/
A Dqht.c526 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 Dlockcnt.c82 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 Dinterval-tree.c178 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 Drange.c73 Range *new = g_new0(Range, 1); in append_new_range() local
A Dkeyval.c150 QObject *old, *new; in keyval_parse_put() local
347 QList *new = qobject_to(QList, ent->value); in keyval_do_merge() local
A Dbuffer.c70 size_t new; in buffer_shrink() local
/qemu/host/include/aarch64/host/
A Datomic128-cas.h18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
/qemu/linux-user/hppa/
A Dcpu_loop.c32 abi_ulong new = env->gr[24]; in hppa_lws() local
/qemu/host/include/x86_64/host/
A Datomic128-ldst.h59 X86Int128Union new = { .s = val }; in atomic16_set() local
/qemu/monitor/
A Dqemu-config-qmp.c68 CommandLineParameterInfoList *new) in connect_infolist()
/qemu/accel/hvf/
A Dhvf-accel-ops.c261 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 Dhpet.c134 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 Daspeed_vic.c47 uint64_t new = (s->raw & s->enable); in aspeed_vic_update() local
A Dimx_avic.c63 uint64_t new = s->pending & s->enabled; in imx_avic_update() local
/qemu/target/i386/tcg/sysemu/
A Dexcp_helper.c106 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 Dop_helper.c49 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 Datomic.h164 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument
171 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
/qemu/subprojects/libvduse/include/
A Datomic.h164 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument
171 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
/qemu/subprojects/libvhost-user/include/
A Datomic.h164 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument
171 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
/qemu/rust/qemu-api/src/
A Dlib.rs110 pub const fn new() -> Self { in new() method
/qemu/include/hw/timer/
A Da9gtimer.h94 uint64_t new; member
/qemu/linux-user/
A Dvm86.c33 #define set_flags(X,new,mask) \ argument
/qemu/tests/unit/
A Dtest-resv-mem.c63 Range *new = g_new0(Range, 1); in insert_sorted_range() local

Completed in 31 milliseconds

123