/openbmc/qemu/rust/qemu-api/src/ |
H A D | memory.rs | 44 unsafe extern "C" fn memory_region_ops_read_cb<T, F: for<'a> FnCall<(&'a T, hwaddr, u32), u64>>( in memory_region_ops_read_cb() argument 46 addr: hwaddr, in memory_region_ops_read_cb() 52 unsafe extern "C" fn memory_region_ops_write_cb<T, F: for<'a> FnCall<(&'a T, hwaddr, u64, u32)>>( in memory_region_ops_write_cb() argument 54 addr: hwaddr, in memory_region_ops_write_cb() 63 pub const fn read<F: for<'a> FnCall<(&'a T, hwaddr, u32), u64>>(mut self, _f: &F) -> Self { in read() argument 69 pub const fn write<F: for<'a> FnCall<(&'a T, hwaddr, u64, u32)>>(mut self, _f: &F) -> Self { in write() argument
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | patch.c | 94 uint64_t hwaddr = 0; in patch_vaddr() local 143 uint64_t hwaddr = 0; in vcpu_tb_trans_cb() local
|
H A D | mem.c | 236 struct qemu_plugin_hwaddr *hwaddr; in vcpu_mem() local 264 uint64_t hwaddr = in print_access() local
|
/openbmc/qemu/include/exec/ |
H A D | hwaddr.h | 11 typedef uint64_t hwaddr; typedef
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | cmd_arc.c | 29 static int ishwaddr(char *hwaddr) in ishwaddr()
|
/openbmc/qemu/contrib/plugins/ |
H A D | hotpages.c | 112 struct qemu_plugin_hwaddr *hwaddr = qemu_plugin_get_hwaddr(meminfo, vaddr); in vcpu_haddr() local
|
H A D | hwprofile.c | 200 struct qemu_plugin_hwaddr *hwaddr = qemu_plugin_get_hwaddr(meminfo, vaddr); in vcpu_haddr() local
|
H A D | execlog.c | 73 struct qemu_plugin_hwaddr *hwaddr = qemu_plugin_get_hwaddr(info, vaddr); in vcpu_mem() local
|
H A D | cache.c | 392 struct qemu_plugin_hwaddr *hwaddr; in vcpu_mem_access() local
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ci_udc.c | 364 unsigned long hwaddr; in ci_bounce() local 409 unsigned long hwaddr = (unsigned long)ci_req->hw_buf; in ci_debounce() local
|
/openbmc/u-boot/include/ |
H A D | api_public.h | 105 unsigned char hwaddr[6]; member
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 541 fn read(&self, offset: hwaddr, _size: u32) -> u64 { in read() 562 fn write(&self, offset: hwaddr, value: u64, _size: u32) { in write()
|
/openbmc/qemu/rust/hw/timer/hpet/src/ |
H A D | device.rs | 774 fn decode(&self, mut addr: hwaddr, size: u32) -> HPETAddrDecode<'_> { in decode() 799 fn read(&self, addr: hwaddr, size: u32) -> u64 { in read() 826 fn write(&self, addr: hwaddr, value: u64, size: u32) { in write()
|
/openbmc/qemu/hw/nvram/ |
H A D | xlnx-bbram.c | 142 static void bbram_bdrv_sync(XlnxBBRam *s, uint64_t hwaddr) in bbram_bdrv_sync()
|
/openbmc/u-boot/drivers/net/ |
H A D | altera_tse.c | 455 u8 *hwaddr = pdata->enetaddr; in altera_tse_write_hwaddr() local
|
/openbmc/qemu/plugins/ |
H A D | api.c | 575 bool qemu_plugin_translate_vaddr(uint64_t vaddr, uint64_t *hwaddr) in qemu_plugin_translate_vaddr()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_fru.c | 2099 unsigned int hwaddr; in ipmi_fru_picmg_ext_print() local 2148 unsigned int hwaddr; in ipmi_fru_picmg_ext_print() local
|