| /Linux-v5.4/arch/alpha/mm/ |
| D | fault.c | 245 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
| /Linux-v5.4/arch/mips/mm/ |
| D | hugetlbpage.c | 47 if (pgd_present(*pgd)) { in huge_pte_offset()
|
| /Linux-v5.4/arch/m68k/mm/ |
| D | motorola.c | 85 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table() 152 if (!pgd_present(*pgd_dir)) { in map_node()
|
| D | init.c | 133 if (pgd_present(kernel_pg_dir[i])) in init_pointer_tables()
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgtable-nommu.h | 20 #define pgd_present(pgd) (1) macro
|
| D | stage2_pgtable.h | 21 #define stage2_pgd_present(kvm, pgd) pgd_present(pgd)
|
| /Linux-v5.4/include/asm-generic/ |
| D | pgtable-nop4d.h | 24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
| D | pgtable-nop4d-hack.h | 29 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
| /Linux-v5.4/arch/c6x/include/asm/ |
| D | pgtable.h | 23 #define pgd_present(pgd) (1) macro
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable-4k.h | 58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
|
| /Linux-v5.4/arch/sparc/mm/ |
| D | fault_32.c | 359 if (!pgd_present(*pgd)) { in do_sparc_fault() 360 if (!pgd_present(*pgd_k)) in do_sparc_fault()
|
| /Linux-v5.4/arch/arc/mm/ |
| D | fault.c | 39 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
|
| /Linux-v5.4/arch/um/kernel/ |
| D | tlb.c | 314 if (!pgd_present(*pgd)) { in fix_range_common() 352 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common() 437 if (!pgd_present(*pgd)) in flush_tlb_page()
|
| /Linux-v5.4/arch/csky/mm/ |
| D | fault.c | 89 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /Linux-v5.4/arch/x86/mm/ |
| D | fault.c | 160 if (!pgd_present(*pgd_k)) in vmalloc_sync_one() 292 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable() 438 if (!pgd_present(*pgd)) in dump_pagetable() 1122 if (!pgd_present(*pgd)) in spurious_kernel_fault()
|
| D | ident_map.c | 112 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
|
| /Linux-v5.4/arch/ia64/mm/ |
| D | hugetlbpage.c | 57 if (pgd_present(*pgd)) { in huge_pte_offset()
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | pgtable.h | 22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro 323 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
| /Linux-v5.4/arch/riscv/mm/ |
| D | fault.c | 238 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /Linux-v5.4/arch/nios2/mm/ |
| D | fault.c | 255 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /Linux-v5.4/arch/xtensa/mm/ |
| D | fault.c | 209 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | stage2_pgtable.h | 88 return pgd_present(pgd); in stage2_pgd_present()
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | pgtable.h | 353 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro 371 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
| /Linux-v5.4/arch/um/kernel/skas/ |
| D | uaccess.c | 27 if (!pgd_present(*pgd)) in virt_to_pte()
|