Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Dtlb-r4k.c326 lo = pte_to_entrylo(pte_val(*ptep)); in __update_tlb()
344 write_c0_entrylo0(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
348 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
357 write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++))); in __update_tlb()
358 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep))); in __update_tlb()
Dinit.c102 entrylo = pte_to_entrylo(pte.pte_high); in __kmap_pgprot()
106 entrylo = pte_to_entrylo(pte_val(pte)); in __kmap_pgprot()
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-bits.h181 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() function