/openbmc/qemu/util/ |
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
|
/openbmc/qemu/rust/qemu-api/src/ |
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
|
/openbmc/qemu/monitor/ |
H A D | qemu-config-qmp.c | 68 CommandLineParameterInfoList *new) in connect_infolist()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | chunk-map.c | 22 struct rb_node **new = &(btrfs_info.chunks_root.rb_node), *prnt = NULL; in add_chunk_mapping() local
|
/openbmc/u-boot/env/ |
H A D | eeprom.c | 148 ulong crc, len, new; in env_eeprom_load() local
|
H A D | sf.c | 43 struct udevice *new; in setup_flash_device() local
|
/openbmc/u-boot/common/ |
H A D | usb_kbd.c | 117 uint8_t *new; member 250 uint8_t *new; in usb_kbd_service_key() local
|
/openbmc/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
|
/openbmc/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()
|
/openbmc/u-boot/cmd/ |
H A D | sf.c | 88 struct udevice *new, *bus_dev; in do_spi_flash_probe() local 93 struct spi_flash *new; in do_spi_flash_probe() local
|
H A D | setexpr.c | 85 const char *new,/* new (replacement) string */ in substitute()
|
/openbmc/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
|
/openbmc/qemu/target/i386/tcg/system/ |
H A D | excp_helper.c | 109 static bool ptw_setl_slow(const PTETranslate *in, uint32_t old, uint32_t new) in ptw_setl_slow() 131 uint32_t new = old | set; in ptw_setl() local
|
/openbmc/u-boot/drivers/rtc/ |
H A D | ftrtc010.c | 98 unsigned long new; in rtc_set() local
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | atomic.h | 164 qatomic_cmpxchg__nocheck(ptr,old,new) global() argument 171 qatomic_cmpxchg(ptr,old,new) global() argument
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 164 qatomic_cmpxchg__nocheck(ptr,old,new) global() argument 171 qatomic_cmpxchg(ptr,old,new) global() argument
|
/openbmc/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
|
/openbmc/qemu/linux-user/ |
H A D | vm86.c | 33 #define set_flags(X,new,mask) \ argument
|
/openbmc/qemu/include/hw/timer/ |
H A D | a9gtimer.h | 94 uint64_t new; member
|
/openbmc/qemu/tests/unit/ |
H A D | test-resv-mem.c | 63 Range *new = g_new0(Range, 1); in insert_sorted_range() local
|
/openbmc/u-boot/examples/standalone/ |
H A D | sched.c | 187 #define SWITCH(new) \ in thread_yield() argument
|