Searched refs:xtensa_get_physical_addr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | op_helper.c | 84 int rc = xtensa_get_physical_addr(env, true, vaddr, 1, in HELPER() 138 int rc = xtensa_get_physical_addr(env, true, vaddr, is_write, in HELPER()
|
H A D | mmu_helper.c | 322 if (xtensa_get_physical_addr(&cpu->env, false, addr, 0, 0, in xtensa_cpu_get_phys_page_debug() 326 if (xtensa_get_physical_addr(&cpu->env, false, addr, 2, 0, in xtensa_cpu_get_phys_page_debug() 1055 int xtensa_get_physical_addr(CPUXtensaState *env, bool update_tlb, in xtensa_get_physical_addr() function
|
H A D | helper.c | 272 int ret = xtensa_get_physical_addr(env, true, address, access_type, in xtensa_cpu_tlb_fill()
|
H A D | cpu.h | 689 int xtensa_get_physical_addr(CPUXtensaState *env, bool update_tlb,
|