Home
last modified time | relevance | path

Searched defs:pgd_none (Results 1 – 21 of 21) sorted by relevance

/linux-3.3/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_none(pgd) (0) macro
Dsun3_pgtable.h149 static inline int pgd_none (pgd_t pgd) { return 0; } in pgd_none() function
Dmotorola_pgtable.h150 #define pgd_none(pgd) (!pgd_val(pgd)) macro
Dmcf_pgtable.h201 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux-3.3/arch/powerpc/include/asm/
Dpgtable-ppc64-4k.h55 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/linux-3.3/include/asm-generic/
Dpgtable-nopud.h25 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux-3.3/arch/h8300/include/asm/
Dpgtable.h12 #define pgd_none(pgd) (0) macro
/linux-3.3/arch/c6x/include/asm/
Dpgtable.h27 #define pgd_none(pgd) (0) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h24 #define pgd_none(pgd) (0) macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable-2level.h33 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux-3.3/arch/blackfin/include/asm/
Dpgtable.h20 #define pgd_none(pgd) (0) macro
/linux-3.3/arch/x86/mm/
Ddump_pagetables.c296 #define pgd_none(a) pud_none(__pud(pgd_val(a))) macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h26 #define pgd_none(pgd) (0) macro
334 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux-3.3/arch/parisc/include/asm/
Dpgtable.h303 #define pgd_none(x) (!pgd_val(x)) macro
321 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux-3.3/arch/frv/include/asm/
Dpgtable.h47 #define pgd_none(pgd) (0) macro
198 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/linux-3.3/arch/score/include/asm/
Dpgtable.h125 #define pgd_none(pgd) (0) macro
/linux-3.3/arch/s390/include/asm/
Dpgtable.h430 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
446 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/linux-3.3/arch/alpha/include/asm/
Dpgtable.h258 extern inline int pgd_none(pgd_t pgd) { return !pgd_val(pgd); } in pgd_none() function
/linux-3.3/arch/sparc/include/asm/
Dpgtable_32.h176 #define pgd_none(pgd) BTFIXUP_CALL(pgd_none)(pgd) macro
/linux-3.3/arch/ia64/include/asm/
Dpgtable.h289 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/linux-3.3/arch/x86/include/asm/
Dpgtable.h566 static inline int pgd_none(pgd_t pgd) in pgd_none() function