Home
last modified time | relevance | path

Searched refs:TLBRET_MATCH (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/tricore/
H A Dhelper.c32 TLBRET_MATCH = 0 enumerator
39 int ret = TLBRET_MATCH; in get_physical_address()
84 if (ret == TLBRET_MATCH) { in tricore_cpu_tlb_fill()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c366 return TLBRET_MATCH; in no_mmu_map_address()
387 return TLBRET_MATCH; in fixed_mmu_map_address()
436 return TLBRET_MATCH; in r4k_map_address()
646 ptw_mmu_idx) != TLBRET_MATCH) { in walk_directory()
673 ptw_mmu_idx) != TLBRET_MATCH) { in walk_directory()
828 ptw_mmu_idx) != TLBRET_MATCH) { in page_table_walk_refill()
840 ptw_mmu_idx) != TLBRET_MATCH) { in page_table_walk_refill()
921 case TLBRET_MATCH: in mips_cpu_tlb_fill()
932 if (ret == TLBRET_MATCH) { in mips_cpu_tlb_fill()
950 if (ret == TLBRET_MATCH) { in mips_cpu_tlb_fill()
[all …]
/openbmc/qemu/target/loongarch/
H A Dcpu_helper.c81 return TLBRET_MATCH; in loongarch_map_tlb_entry()
194 return TLBRET_MATCH; in get_physical_address()
213 return TLBRET_MATCH; in get_physical_address()
H A Dinternals.h36 TLBRET_MATCH = 0, enumerator
/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c98 return TLBRET_MATCH; in get_seg_physical_address()
129 int ret = TLBRET_MATCH; in get_physical_address()
/openbmc/qemu/target/mips/
H A Dinternal.h112 TLBRET_MATCH = 0 enumerator
/openbmc/qemu/target/loongarch/tcg/
H A Dtlb_helper.c490 if (ret == TLBRET_MATCH) { in loongarch_cpu_tlb_fill()