Searched defs:pgd_bad (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
H A Dpgtable_no.h20 #define pgd_bad(pgd) (0) macro
H A Dsun3_pgtable.h148 static inline int pgd_bad (pgd_t pgd) { return 0; } pgd_present() function
H A Dmcf_pgtable.h201 static inline int pgd_bad(pgd_t pgd) { return 0; } pgd_present() function
H A Dmotorola_pgtable.h150 #define pgd_bad(pgd) ((pgd_val(pgd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/linux-4.1.27/include/asm-generic/
H A Dpgtable-nopud.h26 static inline int pgd_bad(pgd_t pgd) { return 0; } pgd_present() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h56 #define pgd_bad(pgd) (pgd_val(pgd) == 0) macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dpgtable.h21 #define pgd_bad(pgd) (0) macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dpgtable.h28 #define pgd_bad(pgd) (0) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable-2level.h35 static inline int pgd_bad(pgd_t pgd) { return 0; } pgd_present() function
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-nommu.h25 #define pgd_bad(pgd) (0) macro
/linux-4.1.27/arch/score/include/asm/
H A Dpgtable.h114 #define pgd_bad(pgd) (0) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h191 static inline int pgd_bad(pgd_t pgd) pgd_bad() function
H A Dpgtable_64.h776 #define pgd_bad(pgd) (pgd_val(pgd) & ~PAGE_MASK) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h24 #define pgd_bad(pgd) (0) macro
322 static inline int pgd_bad(pgd_t pgd) { return 0; } pgd_present() function
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h259 extern inline int pgd_bad(pgd_t pgd) { return (pgd_val(pgd) & ~_PFN_MASK) != _PAGE_TABLE; } pgd_present() function
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h627 static inline int pgd_bad(pgd_t pgd) pgd_bad() function
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h325 #define pgd_bad(x) (!(pgd_flag(x) & PxD_FLAG_VALID)) macro
343 static inline int pgd_bad(pgd_t pgd) { return 0; } pgd_present() function
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h421 #define pgd_bad(pgd) (!(pgd_val(pgd) & 2)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h48 #define pgd_bad(pgd) (0) macro
197 static inline int pgd_bad(pgd_t pgd) { return 0; } pgd_present() function
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h286 #define pgd_bad(pgd) (!ia64_phys_addr_valid(pgd_val(pgd))) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h435 static inline int pgd_bad(pgd_t pgd) pgd_bad() function

Completed in 737 milliseconds