Home
last modified time | relevance | path

Searched defs:new (Results 26 – 50 of 120) sorted by relevance

12345

/openbmc/qemu/util/
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
/openbmc/qemu/rust/qemu-api/src/
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
/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c68 CommandLineParameterInfoList *new) in connect_infolist()
/openbmc/u-boot/fs/btrfs/
H A Dchunk-map.c22 struct rb_node **new = &(btrfs_info.chunks_root.rb_node), *prnt = NULL; in add_chunk_mapping() local
/openbmc/u-boot/env/
H A Deeprom.c148 ulong crc, len, new; in env_eeprom_load() local
H A Dsf.c43 struct udevice *new; in setup_flash_device() local
/openbmc/u-boot/common/
H A Dusb_kbd.c117 uint8_t *new; member
250 uint8_t *new; in usb_kbd_service_key() local
/openbmc/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
/openbmc/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()
/openbmc/u-boot/cmd/
H A Dsf.c88 struct udevice *new, *bus_dev; in do_spi_flash_probe() local
93 struct spi_flash *new; in do_spi_flash_probe() local
H A Dsetexpr.c85 const char *new,/* new (replacement) string */ in substitute()
/openbmc/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
/openbmc/qemu/target/i386/tcg/system/
H A Dexcp_helper.c109 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 Dftrtc010.c98 unsigned long new; in rtc_set() local
/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h164 qatomic_cmpxchg__nocheck(ptr,old,new) global() argument
171 qatomic_cmpxchg(ptr,old,new) global() argument
/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h164 qatomic_cmpxchg__nocheck(ptr,old,new) global() argument
171 qatomic_cmpxchg(ptr,old,new) global() argument
/openbmc/qemu/include/qemu/
H A Datomic.h152 #define qatomic_cmpxchg__nocheck(ptr, old, new) ({ \ argument
159 #define qatomic_cmpxchg(ptr, old, new) ({ \ argument
/openbmc/qemu/linux-user/
H A Dvm86.c33 #define set_flags(X,new,mask) \ argument
/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h94 uint64_t new; member
/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c63 Range *new = g_new0(Range, 1); in insert_sorted_range() local
/openbmc/u-boot/examples/standalone/
H A Dsched.c187 #define SWITCH(new) \ in thread_yield() argument

12345