Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
Dsun3_pgtable.h150 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
Dmotorola_pgtable.h152 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
Dmcf_pgtable.h203 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/Linux-v4.19/include/asm-generic/
Dpgtable-nop4d-hack.h29 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
Dpgtable-nop4d.h24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v4.19/arch/c6x/include/asm/
Dpgtable.h26 #define pgd_present(pgd) (1) macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro
325 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v4.19/arch/parisc/include/asm/
Dpgtable.h332 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
350 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-64.h202 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/Linux-v4.19/arch/alpha/include/asm/
Dpgtable.h261 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_32.h197 static inline int pgd_present(pgd_t pgd) in pgd_present() function
Dpgtable_64.h894 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
/Linux-v4.19/arch/nds32/include/asm/
Dpgtable.h351 #define pgd_present(pgd) (1) macro
/Linux-v4.19/arch/ia64/include/asm/
Dpgtable.h288 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h531 #define pgd_present(pgd) (pgd_val(pgd)) macro
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h928 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h951 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h575 static inline int pgd_present(pgd_t pgd) in pgd_present() function