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

/linux-master/arch/mips/mm/
H A Dtlb-r4k.c333 lo = pte_to_entrylo(pte_val(*ptep));
356 write_c0_entrylo0(pte_to_entrylo(ptep->pte_high));
360 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high));
369 write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++)));
370 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep)));
H A Dinit.c101 entrylo = pte_to_entrylo(pte.pte_high);
105 entrylo = pte_to_entrylo(pte_val(pte));
/linux-master/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) function

Completed in 86 milliseconds