Home
last modified time | relevance | path

Searched defs:ptr (Results 351 – 375 of 492) sorted by relevance

1...<<11121314151617181920

/openbmc/qemu/hw/pci-host/
H A Dq35.c267 static uint64_t blackhole_read(void *ptr, hwaddr reg, unsigned size) in blackhole_read()
/openbmc/qemu/include/qemu/
H A Dcompiler.h44 #define container_of(ptr, type, member) ({ \ argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1246 static inline int modify_ldt(int func, void * ptr, unsigned long bytecount) in modify_ldt()
1672 uint8_t c, *ptr; in test_vm86() local
2180 void **ptr; in main() local
/openbmc/u-boot/net/
H A Dnfs.c104 void *ptr = map_sysmem(load_addr + offset, len); in store_block() local
/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp354 const auto* ptr = powerState->get_ptr<const std::string*>(); deviceRequiresPowerOn() local
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c37 #define ALIGN_END_ADDR(type, ptr, size) \ argument
162 static int handshake(uint32_t *ptr, uint32_t mask, uint32_t done, int usec) in handshake()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c1236 static u32 sum_get_unaligned32(u32 *ptr) in sum_get_unaligned32()
1246 static u16 sum_get_unaligned16(u16 *ptr) in sum_get_unaligned16()
/openbmc/u-boot/include/linux/
H A Dkernel.h265 #define container_of(ptr, type, member) ({ \ argument
/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c569 unsigned char *ptr = dev->in_req->buf; in thor_tx_data() local
/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c659 uint32_t *buf, *ptr; in fdt_add_bignum() local
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h29 unsigned char __user *ptr; member
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c628 void item_set_data(void *ptr) in item_set_data()
/openbmc/u-boot/common/
H A Dhash.c589 ulong *ptr; local
/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.c78 static dma_addr_t __dma_map_single(void *ptr, size_t size, in __dma_map_single()
/openbmc/obmc-console/
H A Dconsole-server.h271 #define container_of(ptr, type, member) \ argument
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c112 uint8_t *ptr = buffer; in hvf_handle_io() local
/openbmc/u-boot/lib/
H A Dfdtdec.c941 u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells) in fdtdec_get_number()
954 const fdt32_t *ptr, *end; in fdt_get_resource() local
/openbmc/u-boot/arch/x86/include/asm/
H A Dme_common.h355 static inline void pci_read_dword_ptr(struct udevice *me_dev, void *ptr, in pci_read_dword_ptr()
364 static inline void pci_write_dword_ptr(struct udevice *me_dev, void *ptr, in pci_write_dword_ptr()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sme.c917 TCGv_ptr t, ptr; in TRANS_FEAT() local
958 TCGv_ptr t, ptr; in do_azz_acc_fp() local
1174 TCGv_ptr ptr = fpstatus_ptr(fpst); in TRANS_FEAT() local
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c98 struct crypto_comp *ptr; in crypto_alloc_comp() local
/openbmc/u-boot/tools/
H A Dkwbimage.h198 unsigned char *ptr = header; in image_version() local
/openbmc/qemu/hw/net/
H A Dxgmac.c211 uint8_t *ptr; in xgmac_enet_send() local
/openbmc/qemu/hw/i386/
H A Dx86-common.c1054 void *ptr = memory_region_get_ram_ptr(&x86ms->bios); in x86_bios_rom_init() local
/openbmc/u-boot/include/
H A Dusbdevice.h141 #define _cv_(ptr) ((char*)(void*)(ptr)) argument
143 #define p2surround(type,memb,ptr) ((type*)(void*)(_cv_(ptr)-member_offset(type,memb))) argument
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c1417 uint8_t *ptr = object_field_prop_ptr(obj, prop); in get_nv_gpudirect_clique_id() local
1427 uint8_t value, *ptr = object_field_prop_ptr(obj, prop); in set_nv_gpudirect_clique_id() local

1...<<11121314151617181920