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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlb-r4k.c306 lo = pte_to_entrylo(pte_val(*ptep));
326 write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++)));
327 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep)));
H A Dinit.c147 entrylo = pte_to_entrylo(pte_val(pte));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable-bits.h153 * pte_to_entrylo converts a page table entry (PTE) into a Mips
156 static inline uint64_t pte_to_entrylo(unsigned long pte_val) function

Completed in 50 milliseconds