Searched refs:pmd_large (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Ddump_pagetables.c249 if (pmd_large(*start) || !pmd_present(*start))
262 #define pud_large(a) pmd_large(__pmd(pud_val(a)))
H A Dfault.c316 if (!low_pfn(pmd_pfn(*pmd)) || !pmd_present(*pmd) || pmd_large(*pmd))
477 if (!pmd_present(*pmd) || pmd_large(*pmd))
869 if (pmd_large(*pmd))
H A Dgup.c153 if (unlikely(pmd_large(pmd))) {
H A Dinit_64.c386 if (!pmd_large(*pmd)) {
871 if (pmd_large(*pmd))
H A Dpageattr.c352 if (pmd_large(*pmd) || !pmd_present(*pmd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h402 #define pmd_large(pmd) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h137 static inline int pmd_large(pmd_t pte) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrufault.c238 if (unlikely(pmd_large(*pmdp)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemory-failure.c1369 if (!pmd_present(pmd) || pmd_large(pmd))

Completed in 98 milliseconds