Searched refs:pgd_present (Results 1 - 25 of 43) sorted by path

12

/linux-master/arch/alpha/mm/
H A Dfault.c241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) {
/linux-master/arch/arc/mm/
H A Dfault.c42 if (!pgd_present(*pgd))
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h921 #define pgd_present(pgd) (!pgd_none(pgd)) macro
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c319 if (!pgd_present(READ_ONCE(*pgdp)))
H A Dmmu.c966 WARN_ON(!pgd_present(pgd));
1141 WARN_ON(!pgd_present(pgd));
/linux-master/arch/csky/mm/
H A Dfault.c141 if (!pgd_present(*pgd_k)) {
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c42 if (pgd_present(*pgd)) {
/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux-master/arch/m68k/kernel/
H A Dsys_m68k.c479 if (!pgd_present(*pgd))
/linux-master/arch/mips/kvm/
H A Dmmu.c239 if (!pgd_present(pgd[i]))
360 if (!pgd_present(pgd[i])) \
/linux-master/arch/mips/mm/
H A Dfault.c295 if (!pgd_present(*pgd_k))
H A Dhugetlbpage.c50 if (pgd_present(*pgd)) {
/linux-master/arch/nios2/mm/
H A Dfault.c239 if (!pgd_present(*pgd_k))
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h361 static inline int pgd_present(pgd_t pgd) function
372 return !pgd_present(pgd);
/linux-master/arch/riscv/mm/
H A Dfault.c139 if (!pgd_present(pgdp_get(pgd_k))) {
H A Dhugetlbpage.c96 if (!pgd_present(pgdp_get(pgd)))
H A Dpageattr.c414 if (!pgd_present(pgdp_get(pgd)))
/linux-master/arch/s390/include/asm/
H A Dpgtable.h649 static inline int pgd_present(pgd_t pgd)
633 static inline int pgd_present(pgd_t pgd) function
/linux-master/arch/s390/mm/
H A Dhugetlbpage.c222 if (pgd_present(*pgdp)) {
H A Dpgtable.c461 if (!pgd_present(*pgd))
/linux-master/arch/sh/kernel/
H A Dio_trapped.c144 if (!pgd_present(*pgd_k))
/linux-master/arch/sh/mm/
H A Dfault.c131 if (!pgd_present(*pgd_k))
/linux-master/arch/sparc/mm/
H A Dfault_32.c281 if (!pgd_present(*pgd)) {
282 if (!pgd_present(*pgd_k))
/linux-master/arch/um/kernel/skas/
H A Duaccess.c28 if (!pgd_present(*pgd))

Completed in 275 milliseconds

12