Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dhelper.c34 TLBRET_MATCH = 0 enumerator
43 return TLBRET_MATCH; in no_mmu_map_address()
61 return TLBRET_MATCH; in fixed_mmu_map_address()
93 return TLBRET_MATCH; in r4k_map_address()
115 int ret = TLBRET_MATCH; in get_physical_address()
299 if (ret == TLBRET_MATCH) { in cpu_mips_handle_mmu_fault()
327 if (ret != TLBRET_MATCH) { in cpu_mips_translate_address()