/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPEndpoint.hpp | 287 const std::vector<uint8_t> physaddr; member in MCTPDDevice 319 uint8_t physaddr) : in I2CMCTPDDevice() 342 const std::vector<uint8_t>& physaddr) : in I3CMCTPDDevice()
|
H A D | MCTPEndpoint.cpp | 46 const std::string& interface, const std::vector<uint8_t>& physaddr) : in MCTPDDevice()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | vmclock.h | 21 uint64_t physaddr; member
|
/openbmc/qemu/target/alpha/ |
H A D | mem_helper.c | 59 void alpha_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in alpha_cpu_do_transaction_failed()
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 137 #define ioremap_nocache(physaddr, size) (physaddr) argument 138 #define ioremap_writethrough(physaddr, size) (physaddr) argument 139 #define ioremap_fullcache(physaddr, size) (physaddr) argument
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 398 static void mb_transaction_failed_internal(CPUState *cs, hwaddr physaddr, in mb_transaction_failed_internal() 438 void mb_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in mb_cpu_transaction_failed()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | op_helper.c | 327 void mips_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in mips_cpu_do_transaction_failed()
|
/openbmc/qemu/target/xtensa/ |
H A D | helper.c | 295 void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in xtensa_cpu_do_transaction_failed()
|
/openbmc/qemu/monitor/ |
H A D | hmp-cmds-target.c | 362 uint64_t physaddr; in hmp_gpa2hpa() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 304 void arm_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in arm_cpu_do_transaction_failed()
|
/openbmc/qemu/target/hppa/ |
H A D | mem_helper.c | 411 void hppa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in hppa_cpu_do_transaction_failed()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 306 static void loongarch_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in loongarch_cpu_do_transaction_failed()
|
/openbmc/qemu/target/ppc/ |
H A D | tcg-excp_helper.c | 242 void ppc_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in ppc_cpu_do_transaction_failed()
|
/openbmc/qemu/target/m68k/ |
H A D | op_helper.c | 441 void m68k_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in m68k_cpu_transaction_failed()
|
/openbmc/qemu/target/sparc/ |
H A D | ldst_helper.c | 1967 void sparc_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in sparc_cpu_do_transaction_failed()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 1683 void riscv_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in riscv_cpu_do_transaction_failed()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1297 hwaddr physaddr = full->phys_addr | (addr & ~TARGET_PAGE_MASK); in io_failed() local
|