Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/mm/
A Dtlb-r4k.c333 lo = pte_to_entrylo(pte_val(*ptep)); in __update_tlb()
351 write_c0_entrylo0(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
355 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
364 write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++))); in __update_tlb()
365 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep))); in __update_tlb()
A Dinit.c100 entrylo = pte_to_entrylo(pte.pte_high); in __kmap_pgprot()
104 entrylo = pte_to_entrylo(pte_val(pte)); in __kmap_pgprot()
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable-bits.h214 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() function

Completed in 7 milliseconds