Home
last modified time | relevance | path

Searched refs:pte_to_entrylo (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/mm/
H 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()
H A Dinit.c101 entrylo = pte_to_entrylo(pte.pte_high); in __kmap_pgprot()
105 entrylo = pte_to_entrylo(pte_val(pte)); in __kmap_pgprot()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-bits.h211 * pte_to_entrylo converts a page table entry (PTE) into a Mips
214 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable-bits.h211 * pte_to_entrylo converts a page table entry (PTE) into a Mips
214 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() function

Completed in 5 milliseconds