Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c39 static inline uint64_t get_tlb_pfn_from_entrylo(uint64_t entrylo) in get_tlb_pfn_from_entrylo() function
74 tlb->PFN[0] = (get_tlb_pfn_from_entrylo(env->CP0_EntryLo0) & ~mask) << 12; in r4k_fill_tlb()
80 tlb->PFN[1] = (get_tlb_pfn_from_entrylo(env->CP0_EntryLo1) & ~mask) << 12; in r4k_fill_tlb()