Searched refs:pgd_bad (Results 1 - 25 of 30) sorted by relevance

12

/arch/arm/include/asm/
H A Dpgtable-nommu.h25 #define pgd_bad(pgd) (0) macro
/arch/c6x/include/asm/
H A Dpgtable.h28 #define pgd_bad(pgd) (0) macro
/arch/h8300/include/asm/
H A Dpgtable.h13 #define pgd_bad(pgd) (0) macro
/arch/ia64/xen/
H A Dxencomm.c66 if (pgd_none(*pgd) || pgd_bad(*pgd))
/arch/m68k/include/asm/
H A Dpgtable_no.h20 #define pgd_bad(pgd) (0) macro
H A Dsun3_pgtable.h150 static inline int pgd_bad (pgd_t pgd) { return 0; } function
H A Dmcf_pgtable.h202 static inline int pgd_bad(pgd_t pgd) { return 0; } function
H A Dmotorola_pgtable.h151 #define pgd_bad(pgd) ((pgd_val(pgd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h56 #define pgd_bad(pgd) (pgd_val(pgd) == 0) macro
/arch/m32r/include/asm/
H A Dpgtable-2level.h34 static inline int pgd_bad(pgd_t pgd) { return 0; } function
/arch/blackfin/include/asm/
H A Dpgtable.h21 #define pgd_bad(pgd) (0) macro
/arch/m68k/mm/
H A Dkmap.c256 if (pgd_bad(*pgd_dir)) {
334 if (pgd_bad(*pgd_dir)) {
/arch/sparc/include/asm/
H A Dpgtable_32.h172 BTFIXUPDEF_CALL_CONST(int, pgd_bad, pgd_t)
177 #define pgd_bad(pgd) BTFIXUP_CALL(pgd_bad)(pgd) macro
/arch/frv/include/asm/
H A Dpgtable.h48 #define pgd_bad(pgd) (0) macro
199 static inline int pgd_bad(pgd_t pgd) { return 0; } function
/arch/microblaze/include/asm/
H A Dpgtable.h27 #define pgd_bad(pgd) (0) macro
334 static inline int pgd_bad(pgd_t pgd) { return 0; } function
/arch/parisc/include/asm/
H A Dpgtable.h306 #define pgd_bad(x) (!(pgd_flag(x) & PxD_FLAG_VALID)) macro
324 static inline int pgd_bad(pgd_t pgd) { return 0; } function
/arch/arm/lib/
H A Duaccess_with_memcpy.c35 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd)))
/arch/ia64/mm/
H A Dfault.c56 if (pgd_none(*pgd) || pgd_bad(*pgd))
/arch/alpha/include/asm/
H A Dpgtable.h260 extern inline int pgd_bad(pgd_t pgd) { return (pgd_val(pgd) & ~_PFN_MASK) != _PAGE_TABLE; } function
/arch/score/include/asm/
H A Dpgtable.h126 #define pgd_bad(pgd) (0) macro
/arch/sh/mm/
H A Dcache-sh5.c397 if (pgd_bad(*pgd))
/arch/unicore32/mm/
H A Dfault.c59 if (pgd_bad(*pgd)) {
/arch/arm/mm/
H A Dfault.c79 if (pgd_bad(*pgd)) {
/arch/s390/lib/
H A Duaccess_pt.c25 if (pgd_none(*pgd) || unlikely(pgd_bad(*pgd)))
/arch/s390/include/asm/
H A Dpgtable.h431 static inline int pgd_bad(pgd_t pgd) { return 0; } function
453 static inline int pgd_bad(pgd_t pgd) function

Completed in 394 milliseconds

12