Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dtlb-r4k.c333 lo = pte_to_entrylo(pte_val(*ptep)); in __update_tlb()
356 write_c0_entrylo0(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
360 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
369 write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++))); in __update_tlb()
370 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep))); in __update_tlb()
H A Dinit.c100 entrylo = pte_to_entrylo(pte.pte_high); in __kmap_pgprot()
104 entrylo = pte_to_entrylo(pte_val(pte)); in __kmap_pgprot()
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable-bits.h214 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() function
/openbmc/u-boot/arch/mips/include/asm/
H A Dpgtable-bits.h198 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() function