Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c65 return TLBRET_BADADDR; in is_seg_am_mapped()
151 ret = TLBRET_BADADDR; in get_physical_address()
160 ret = TLBRET_BADADDR; in get_physical_address()
189 ret = TLBRET_BADADDR; in get_physical_address()
192 ret = TLBRET_BADADDR; in get_physical_address()
201 ret = TLBRET_BADADDR; in get_physical_address()
/openbmc/qemu/target/tricore/
H A Dhelper.c30 TLBRET_BADADDR = -1, enumerator
/openbmc/qemu/target/loongarch/
H A Dtlb_helper.c22 TLBRET_BADADDR = 1, enumerator
228 return TLBRET_BADADDR; in get_physical_address()
257 case TLBRET_BADADDR: in raise_mmu_exception()
/openbmc/qemu/target/mips/
H A Dinternal.h112 TLBRET_BADADDR = -1, enumerator
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c508 case TLBRET_BADADDR: in raise_mmu_exception()
917 int ret = TLBRET_BADADDR; in mips_cpu_tlb_fill()