Home
last modified time | relevance | path

Searched refs:xtensa_get_physical_addr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dop_helper.c84 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 Dmmu_helper.c322 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 Dhelper.c272 int ret = xtensa_get_physical_addr(env, true, address, access_type, in xtensa_cpu_tlb_fill()
H A Dcpu.h689 int xtensa_get_physical_addr(CPUXtensaState *env, bool update_tlb,