/qemu/util/ |
H A D | qht.c | 525 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 D | lockcnt.c | 83 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 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
|
H A D | range.c | 73 Range *new = g_new0(Range, 1); in append_new_range() local
|
H 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
|
H A D | iova-tree.c | 126 DMAMap *new; in iova_tree_insert() local 288 DMAMap *new; in gpa_tree_insert() local
|
H A D | buffer.c | 70 size_t new; in buffer_shrink() local
|
/qemu/host/include/aarch64/host/ |
H A D | atomic128-cas.h | 18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
|
/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 32 abi_ulong new = env->gr[24]; in hppa_lws() local
|
/qemu/rust/qemu-api/src/ |
H A D | uninit.rs | 15 pub fn new(parent: &'a mut MaybeUninit<T>, child: *mut U) -> Self { in new() method
|
H A D | cell.rs | 332 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 D | timer.rs | 42 pub unsafe fn new() -> Self { in new() method
|
/qemu/monitor/ |
H A D | qemu-config-qmp.c | 68 CommandLineParameterInfoList *new) in connect_infolist()
|
/qemu/accel/hvf/ |
H 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/ |
H A D | hpet.c | 137 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 D | op_helper.c | 52 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 D | excp_helper.c | 110 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 D | aspeed_vic.c | 47 uint64_t new = (s->raw & s->enable); in aspeed_vic_update() local
|
H A D | imx_avic.c | 63 uint64_t new = s->pending & s->enabled; in imx_avic_update() local
|
/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 152 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument 159 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
|
/qemu/include/qemu/ |
H A D | atomic.h | 152 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument 159 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
|
/qemu/subprojects/libvhost-user/include/ |
H A D | atomic.h | 152 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument 159 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
|
/qemu/include/hw/timer/ |
H A D | a9gtimer.h | 94 uint64_t new; member
|
/qemu/linux-user/ |
H A D | vm86.c | 33 #define set_flags(X,new,mask) \ argument
|
/qemu/tests/unit/ |
H A D | test-resv-mem.c | 63 Range *new = g_new0(Range, 1); in insert_sorted_range() local
|