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

12

/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux-master/arch/mips/mm/
H A Dhugetlbpage.c50 if (pgd_present(*pgd)) {
H A Dfault.c295 if (!pgd_present(*pgd_k))
/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } function
/linux-master/arch/alpha/mm/
H A Dfault.c241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) {
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c42 if (pgd_present(*pgd)) {
/linux-master/arch/nios2/mm/
H A Dfault.c239 if (!pgd_present(*pgd_k))
/linux-master/arch/arc/mm/
H A Dfault.c42 if (!pgd_present(*pgd))
/linux-master/arch/x86/mm/
H A Dident_map.c120 if (pgd_present(*pgd)) {
H A Dfault.c187 if (!pgd_present(*pgd_k))
306 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd))
365 if (!pgd_present(*pgd))
1032 if (!pgd_present(*pgd))
/linux-master/arch/sparc/mm/
H A Dfault_32.c281 if (!pgd_present(*pgd)) {
282 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/um/kernel/
H A Dtlb.c329 if (!pgd_present(*pgd)) {
367 if (!pgd_present(*pgd)) {
470 if (!pgd_present(*pgd))
/linux-master/arch/sh/kernel/
H A Dio_trapped.c144 if (!pgd_present(*pgd_k))
/linux-master/arch/csky/mm/
H A Dfault.c141 if (!pgd_present(*pgd_k)) {
/linux-master/arch/xtensa/mm/
H A Dfault.c47 if (!pgd_present(*pgd_k))
/linux-master/mm/
H A Dpage_vma_mapped.c215 if (!pgd_present(*pgd)) {
/linux-master/arch/riscv/mm/
H A Dfault.c139 if (!pgd_present(pgdp_get(pgd_k))) {
/linux-master/arch/um/kernel/skas/
H A Duaccess.c28 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/sh/mm/
H A Dfault.c131 if (!pgd_present(*pgd_k))
/linux-master/arch/m68k/kernel/
H A Dsys_m68k.c479 if (!pgd_present(*pgd))
/linux-master/arch/s390/mm/
H A Dhugetlbpage.c222 if (pgd_present(*pgdp)) {
/linux-master/mm/kasan/
H A Dinit.c471 if (!pgd_present(*pgd))

Completed in 221 milliseconds

12