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

/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h21 #define pgd_bad(pgd) (0) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h22 #define pgd_bad(pgd) (0) macro
/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h22 static inline int pgd_bad(pgd_t pgd) { return 0; } function
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c34 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd)))
/linux-master/arch/sh/mm/
H A Dfault.c64 if (pgd_bad(*pgd)) {
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h369 static inline int pgd_bad(pgd_t pgd) function
/linux-master/arch/sparc/mm/
H A Dfault_64.c89 if (pgd_none(*pgdp) || unlikely(pgd_bad(*pgdp)))
/linux-master/arch/parisc/kernel/
H A Dpci-dma.c198 if (pgd_bad(*dir)) {
/linux-master/arch/arm64/mm/
H A Dfault.c169 if (pgd_none(pgd) || pgd_bad(pgd))
H A Dmmu.c391 BUG_ON(pgd_bad(pgd));
/linux-master/include/linux/
H A Dpgtable.h1150 if (unlikely(pgd_bad(*pgd))) {
/linux-master/mm/
H A Ddebug_vm_pgtable.c601 * Hence this must not qualify as pgd_bad().
607 WARN_ON(pgd_bad(pgd));
H A Dvmalloc.c445 if (pgd_bad(*pgd))
577 if (pgd_bad(*pgd))
751 if (WARN_ON_ONCE(pgd_bad(*pgd)))
H A Dgup.c831 if (pgd_none(*pgd) || unlikely(pgd_bad(*pgd)))
H A Dmemory.c2889 if (!pgd_none(*pgd) && WARN_ON_ONCE(pgd_bad(*pgd))) {
5900 if (pgd_none(*pgd) || unlikely(pgd_bad(*pgd)))
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1166 static inline int pgd_bad(pgd_t pgd) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h920 #define pgd_bad(pgd) (pgtable_l5_enabled() && !(pgd_val(pgd) & 2)) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h647 static inline int pgd_bad(pgd_t pgd) function

Completed in 295 milliseconds