/openbmc/qemu/target/tricore/ |
H A D | helper.c | 35 static int get_physical_address(CPUTriCoreState *env, hwaddr *physical, in get_physical_address() function 54 if (get_physical_address(&cpu->env, &phys_addr, &prot, addr, in tricore_cpu_get_phys_page_debug() 77 ret = get_physical_address(env, &physical, &prot, in tricore_cpu_tlb_fill()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | physaddr.c | 116 int get_physical_address(CPUMIPSState *env, hwaddr *physical, in get_physical_address() function 238 if (get_physical_address(env, &phys_addr, &prot, addr, MMU_DATA_LOAD, in mips_cpu_get_phys_page_debug()
|
/openbmc/qemu/target/sparc/ |
H A D | mmu_helper.c | 68 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() function 224 error_code = get_physical_address(env, &full, &access_index, in sparc_cpu_tlb_fill() 720 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() function 766 error_code = get_physical_address(env, &full, &access_index, in sparc_cpu_tlb_fill() 877 ret = get_physical_address(env, &full, &access_index, addr, rw, mmu_idx); in cpu_sparc_get_phys_page()
|
/openbmc/qemu/target/alpha/ |
H A D | helper.c | 165 static int get_physical_address(CPUAlphaState *env, target_ulong addr, in get_physical_address() function 293 fail = get_physical_address(cpu_env(cs), addr, 0, 0, &phys, &prot); in alpha_cpu_get_phys_page_debug() 305 fail = get_physical_address(env, addr, 1 << access_type, in alpha_cpu_tlb_fill()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu_helper.c | 179 int get_physical_address(CPULoongArchState *env, hwaddr *physical, in get_physical_address() function 234 if (get_physical_address(env, &phys_addr, &prot, addr, MMU_DATA_LOAD, in loongarch_cpu_get_phys_page_debug()
|
H A D | internals.h | 57 int get_physical_address(CPULoongArchState *env, hwaddr *physical,
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 645 if (get_physical_address(env, &paddr, &prot, *vaddr, MMU_DATA_LOAD, in walk_directory() 672 if (get_physical_address(env, &paddr, &prot, vaddr2, MMU_DATA_LOAD, in walk_directory() 827 if (get_physical_address(env, &paddr, &prot, vaddr, MMU_DATA_LOAD, in page_table_walk_refill() 839 if (get_physical_address(env, &paddr, &prot, vaddr, MMU_DATA_LOAD, in page_table_walk_refill() 918 ret = get_physical_address(env, &physical, &prot, address, in mips_cpu_tlb_fill() 948 ret = get_physical_address(env, &physical, &prot, address, in mips_cpu_tlb_fill() 976 ret = get_physical_address(env, &physical, &prot, address, access_type, in cpu_mips_translate_address()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 882 static int get_physical_address(CPURISCVState *env, hwaddr *physical, in get_physical_address() function 1032 int vbase_ret = get_physical_address(env, &vbase, &vbase_prot, in get_physical_address() 1339 if (get_physical_address(env, &phys_addr, &prot, addr, NULL, 0, mmu_idx, in riscv_cpu_get_phys_page_debug() 1345 if (get_physical_address(env, &phys_addr, &prot, phys_addr, NULL, in riscv_cpu_get_phys_page_debug() 1458 ret = get_physical_address(env, &pa, &prot, address, in riscv_cpu_tlb_fill() 1481 ret = get_physical_address(env, &pa, &prot2, im_address, NULL, in riscv_cpu_tlb_fill() 1519 ret = get_physical_address(env, &pa, &prot, address, NULL, in riscv_cpu_tlb_fill()
|
/openbmc/qemu/target/sh4/ |
H A D | helper.c | 394 static int get_physical_address(CPUSH4State * env, target_ulong * physical, in get_physical_address() function 438 if (get_physical_address(cpu_env(cs), &physical, &prot, addr, MMU_DATA_LOAD) in superh_cpu_get_phys_page_debug() 805 ret = get_physical_address(env, &physical, &prot, address, access_type); in superh_cpu_tlb_fill()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | excp_helper.c | 543 static bool get_physical_address(CPUX86State *env, vaddr addr, in get_physical_address() function 617 if (get_physical_address(env, addr, access_type, mmu_idx, &out, &err, in x86_cpu_tlb_fill()
|
/openbmc/qemu/target/m68k/ |
H A D | helper.c | 727 static int get_physical_address(CPUM68KState *env, hwaddr *physical, in get_physical_address() function 925 if (get_physical_address(env, &phys_addr, &prot, in m68k_cpu_get_phys_page_debug() 985 ret = get_physical_address(env, &physical, &prot, in m68k_cpu_tlb_fill() 1475 ret = get_physical_address(env, &physical, &prot, addr, in HELPER()
|
/openbmc/qemu/target/mips/ |
H A D | internal.h | 115 int get_physical_address(CPUMIPSState *env, hwaddr *physical,
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 487 ret = get_physical_address(env, &physical, &prot, address, in loongarch_cpu_tlb_fill()
|