Home
last modified time | relevance | path

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

123

/qemu/util/
H A Dqht.c525 static inline void qht_do_resize(struct qht *ht, struct qht_map *new) in qht_do_resize()
530 static inline void qht_do_resize_and_reset(struct qht *ht, struct qht_map *new) in qht_do_resize_and_reset()
537 struct qht_map *new = NULL; in qht_reset_size() local
633 struct qht_bucket *new = NULL; in qht_insert__locked() local
687 struct qht_map *new = qht_map_create(map->n_buckets * 2); in qht_grow_maybe() local
902 struct qht_map *new; member
909 struct qht_map *new = data->new; in qht_map_copy() local
920 static void qht_do_resize_reset(struct qht *ht, struct qht_map *new, bool reset) in qht_do_resize_reset()
959 struct qht_map *new; in qht_resize() local
H A Dlockcnt.c83 int new = expected - QEMU_LOCKCNT_STATE_LOCKED + QEMU_LOCKCNT_STATE_WAITING; in qemu_lockcnt_cmpxchg_or_wait() local
260 int expected, new, val; in qemu_lockcnt_inc_and_unlock() local
278 int expected, new, val; in qemu_lockcnt_unlock() local
H 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
H A Drange.c73 Range *new = g_new0(Range, 1); in append_new_range() local
H A Dkeyval.c150 QObject *old, *new; in keyval_parse_put() local
347 QList *new = qobject_to(QList, ent->value); in keyval_do_merge() local
H A Diova-tree.c126 DMAMap *new; in iova_tree_insert() local
288 DMAMap *new; in gpa_tree_insert() local
H A Dbuffer.c70 size_t new; in buffer_shrink() local
/qemu/host/include/aarch64/host/
H A Datomic128-cas.h18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
/qemu/linux-user/hppa/
H A Dcpu_loop.c32 abi_ulong new = env->gr[24]; in hppa_lws() local
/qemu/rust/qemu-api/src/
H A Duninit.rs15 pub fn new(parent: &'a mut MaybeUninit<T>, child: *mut U) -> Self { in new() method
H A Dcell.rs332 pub const fn new(value: T) -> BqlCell<T> { in new() method
520 pub const fn new(value: T) -> BqlRefCell<T> { in new() method
773 fn new(borrow: &'b Cell<BorrowFlag>) -> Option<BorrowRef<'b>> { in new() method
874 fn new(borrow: &'b Cell<BorrowFlag>) -> Option<BorrowRefMut<'b>> { in new() method
1050 pub unsafe fn new() -> Self { in new() method
H A Dtimer.rs42 pub unsafe fn new() -> Self { in new() method
/qemu/monitor/
H A Dqemu-config-qmp.c68 CommandLineParameterInfoList *new) in connect_infolist()
/qemu/accel/hvf/
H 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/
H A Dhpet.c137 static uint64_t hpet_fixup_reg(uint64_t new, uint64_t old, uint64_t mask) in hpet_fixup_reg()
144 static int activating_bit(uint64_t old, uint64_t new, uint64_t mask) in activating_bit()
149 static int deactivating_bit(uint64_t old, uint64_t new, uint64_t mask) in deactivating_bit()
/qemu/target/hppa/
H A Dop_helper.c52 uint32_t old, new, cmp, *haddr; in atomic_store_mask32() local
79 uint64_t old, new, cmp, *haddr; in atomic_store_mask64() local
/qemu/target/i386/tcg/system/
H A Dexcp_helper.c110 static bool ptw_setl_slow(const PTETranslate *in, uint32_t old, uint32_t new) in ptw_setl_slow()
132 uint32_t new = old | set; in ptw_setl() local
/qemu/hw/intc/
H A Daspeed_vic.c47 uint64_t new = (s->raw & s->enable); in aspeed_vic_update() local
H A Dimx_avic.c63 uint64_t new = s->pending & s->enabled; in imx_avic_update() local
/qemu/subprojects/libvduse/include/
H A Datomic.h152 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument
159 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
/qemu/include/qemu/
H A Datomic.h152 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument
159 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
/qemu/subprojects/libvhost-user/include/
H A Datomic.h152 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument
159 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
/qemu/include/hw/timer/
H A Da9gtimer.h94 uint64_t new; member
/qemu/linux-user/
H A Dvm86.c33 #define set_flags(X,new,mask) \ argument
/qemu/tests/unit/
H A Dtest-resv-mem.c63 Range *new = g_new0(Range, 1); in insert_sorted_range() local

123