Searched refs:hppa_get_physical_address (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | mem_helper.c | 199 int hppa_get_physical_address(CPUHPPAState *env, vaddr addr, int mmu_idx, in hppa_get_physical_address() function 343 excp = hppa_get_physical_address(&cpu->env, addr, mmu_idx, 0, in hppa_cpu_get_phys_page_debug() 441 excp = hppa_get_physical_address(env, addr, mmu_idx, a_prot, &phys, &prot); in hppa_cpu_tlb_fill() 681 excp = hppa_get_physical_address(env, addr, MMU_KERNEL_IDX, 0, in HELPER()
|
H A D | int_helper.c | 169 t = hppa_get_physical_address(env, vaddr, MMU_KERNEL_IDX, in hppa_cpu_do_interrupt()
|
H A D | cpu.h | 373 int hppa_get_physical_address(CPUHPPAState *env, vaddr addr, int mmu_idx,
|
H A D | op_helper.c | 337 excp = hppa_get_physical_address(env, addr, mmu_idx, 0, &phys, &prot); in HELPER()
|