/Linux-v4.19/arch/alpha/mm/ |
D | fault.c | 245 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
/Linux-v4.19/arch/m68k/mm/ |
D | motorola.c | 83 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table() 146 if (!pgd_present(*pgd_dir)) { in map_node()
|
D | init.c | 130 if (pgd_present(kernel_pg_dir[i])) in init_pointer_tables()
|
/Linux-v4.19/arch/mips/mm/ |
D | hugetlbpage.c | 47 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable-nop4d-hack.h | 29 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
D | pgtable-nop4d.h | 24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 26 #define pgd_present(pgd) (1) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 23 #define pgd_present(pgd) (1) macro
|
D | stage2_pgtable.h | 24 #define stage2_pgd_present(pgd) pgd_present(pgd)
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
|
/Linux-v4.19/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-v4.19/arch/arm64/include/asm/ |
D | stage2_pgtable.h | 82 #define stage2_pgd_present(pgd) pgd_present(pgd)
|
/Linux-v4.19/arch/um/kernel/ |
D | tlb.c | 286 if (!pgd_present(*pgd)) { in fix_range_common() 322 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common() 407 if (!pgd_present(*pgd)) in flush_tlb_page()
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 244 if (!pgd_present(*pgd_k)) in vmalloc_sync_one() 379 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable() 527 if (!pgd_present(*pgd)) in dump_pagetable() 1097 if (!pgd_present(*pgd)) in spurious_fault()
|
D | ident_map.c | 112 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
|
/Linux-v4.19/arch/ia64/mm/ |
D | hugetlbpage.c | 57 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 22 #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/riscv/mm/ |
D | fault.c | 251 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/Linux-v4.19/arch/arc/mm/ |
D | fault.c | 42 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
|
/Linux-v4.19/arch/nios2/mm/ |
D | fault.c | 256 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/Linux-v4.19/arch/xtensa/mm/ |
D | fault.c | 209 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 332 #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/um/kernel/skas/ |
D | uaccess.c | 27 if (!pgd_present(*pgd)) in virt_to_pte()
|
/Linux-v4.19/mm/ |
D | page_vma_mapped.c | 147 if (!pgd_present(*pgd)) in page_vma_mapped_walk()
|