Searched defs:get_physical_address (Results 1 – 9 of 9) sorted by relevance
/qemu/target/loongarch/ |
H A D | cpu_helper.c | 160 int get_physical_address(CPULoongArchState *env, hwaddr *physical, in get_physical_address() function
|
/qemu/target/mips/system/ |
H A D | physaddr.c | 115 int get_physical_address(CPUMIPSState *env, hwaddr *physical, in get_physical_address() function
|
/qemu/target/tricore/ |
H A D | helper.c | 37 static int get_physical_address(CPUTriCoreState *env, hwaddr *physical, in get_physical_address() function
|
/qemu/target/sparc/ |
H A D | mmu_helper.c | 72 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() function 724 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() function
|
/qemu/target/alpha/ |
H A D | helper.c | 167 static int get_physical_address(CPUAlphaState *env, target_ulong addr, in get_physical_address() function
|
/qemu/target/i386/tcg/system/ |
H A D | excp_helper.c | 547 static bool get_physical_address(CPUX86State *env, vaddr addr, in get_physical_address() function
|
/qemu/target/sh4/ |
H A D | helper.c | 395 static int get_physical_address(CPUSH4State * env, target_ulong * physical, in get_physical_address() function
|
/qemu/target/m68k/ |
H A D | helper.c | 730 static int get_physical_address(CPUM68KState *env, hwaddr *physical, in get_physical_address() function
|
/qemu/target/riscv/ |
H A D | cpu_helper.c | 1187 static int get_physical_address(CPURISCVState *env, hwaddr *physical, in get_physical_address() function
|