Searched refs:xtensa_tlb_lookup (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | mmu_helper.c | 459 static int xtensa_tlb_lookup(const CPUXtensaState *env, in xtensa_tlb_lookup() function 538 int res = xtensa_tlb_lookup(env, v, dtlb, &wi, &ei, &ring); in HELPER() 816 int ret = xtensa_tlb_lookup(env, vaddr, dtlb, &wi, &ei, &ring); in get_physical_addr_mmu()
|