Searched defs:pte_huge (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dpgtable.h226 static inline int pte_huge(pte_t pte) { return (pte).pte_low & _PAGE_PSE; } function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgtable.h275 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_PSE; } function

Completed in 101 milliseconds