Searched defs:pmd_large (Results 1 - 8 of 8) sorted by relevance

/arch/arm/include/asm/
H A Dpgtable-2level.h164 #define pmd_large(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h149 #define pmd_large(pmd) pmd_sect(pmd) macro
/arch/powerpc/include/asm/
H A Dpgtable.h283 #define pmd_large(pmd) 0 macro
H A Dpgtable-ppc64.h434 static inline int pmd_large(pmd_t pmd) function
/arch/mn10300/include/asm/
H A Dpgtable.h418 #define pmd_large(pmd) \ macro
/arch/sparc/include/asm/
H A Dpgtable_64.h655 static inline unsigned long pmd_large(pmd_t pmd) function
/arch/x86/include/asm/
H A Dpgtable.h160 static inline int pmd_large(pmd_t pte) function
/arch/s390/include/asm/
H A Dpgtable.h580 static inline int pmd_large(pmd_t pmd) function
590 if (pmd_large(pmd))
597 if (pmd_large(pmd))
624 if (pmd_large(pmd))
632 if (pmd_large(pmd))
1437 if (pmd_large(pmd) && !(pmd_val(pmd) & _SEGMENT_ENTRY_DIRTY))
1445 if (pmd_large(pmd)) {
1454 if (pmd_large(pmd)) {
1464 if (pmd_large(pmd)) {
1474 if (pmd_large(pm
[all...]

Completed in 522 milliseconds