Searched defs:pmd_bad (Results 1 - 37 of 37) sorted by relevance

/linux-4.4.14/arch/c6x/include/asm/
H A Dpgtable.h36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-4.4.14/arch/blackfin/include/asm/
H A Dpgtable.h29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h131 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
H A Dpgtable-ppc64.h153 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux-4.4.14/arch/mips/include/asm/
H A Dpgtable-32.h94 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
H A Dpgtable-64.h176 static inline int pmd_bad(pmd_t pmd) pmd_bad() function
/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable-2level.h195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h175 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux-4.4.14/arch/cris/include/asm/
H A Dpgtable.h103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
/linux-4.4.14/arch/um/include/asm/
H A Dpgtable.h100 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux-4.4.14/arch/unicore32/include/asm/
H A Dpgtable.h208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ pte_mkspecial() macro
/linux-4.4.14/arch/arc/include/asm/
H A Dpgtable.h270 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux-4.4.14/arch/score/include/asm/
H A Dpgtable.h53 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/sh/include/asm/
H A Dpgtable_32.h330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
H A Dpgtable_64.h69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dsun3_pgtable.h141 #define pmd_bad(pmd) pmd_bad2(&(pmd)) pmd_present2() macro
H A Dmcf_pgtable.h196 #define pmd_bad(pmd) pmd_bad2(&(pmd)) pmd_bad2() macro
H A Dmotorola_pgtable.h138 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/linux-4.4.14/arch/metag/include/asm/
H A Dpgtable.h113 #define pmd_bad(x) ((pmd_val(x) & ~(PAGE_MASK | _PAGE_SZ_MASK)) \ macro
/linux-4.4.14/arch/nios2/include/asm/
H A Dpgtable.h224 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/hexagon/include/asm/
H A Dpgtable.h280 static inline int pmd_bad(pmd_t pmd) pmd_bad() function
/linux-4.4.14/arch/tile/include/asm/
H A Dpgtable.h380 static inline int pmd_bad(pmd_t pmd) pmd_bad() function
/linux-4.4.14/arch/xtensa/include/asm/
H A Dpgtable.h257 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dpgtable.h254 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } pmd_present() function
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgtable_32.h164 static inline int pmd_bad(pmd_t pmd) pmd_bad() function
H A Dpgtable_64.h784 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpgtable.h302 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux-4.4.14/arch/openrisc/include/asm/
H A Dpgtable.h228 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dpgtable.h183 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
/linux-4.4.14/arch/avr32/include/asm/
H A Dpgtable.h253 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dpgtable.h570 static inline int pmd_bad(pmd_t pmd) pmd_bad() function
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpgtable.h227 #define pmd_bad(x) 0 macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dpgtable.h308 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux-4.4.14/arch/frv/include/asm/
H A Dpgtable.h359 #define pmd_bad(x) (pmd_val(x) & xAMPRx_SS) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgtable.h271 #define pmd_bad(pmd) (!ia64_phys_addr_valid(pmd_val(pmd))) macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dpgtable.h399 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux-4.4.14/arch/s390/include/asm/
H A Dpgtable.h519 static inline int pmd_bad(pmd_t pmd) pmd_bad() function

Completed in 4202 milliseconds