Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c222 static inline uint64_t get_entrylo_pfn_from_tlb(uint64_t tlb_pfn) in get_entrylo_pfn_from_tlb() argument
225 return tlb_pfn << 6; in get_entrylo_pfn_from_tlb()
227 return (extract64(tlb_pfn, 0, 24) << 6) | /* PFN */ in get_entrylo_pfn_from_tlb()
228 (extract64(tlb_pfn, 24, 32) << 32); /* PFNX */ in get_entrylo_pfn_from_tlb()