Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/arch/alpha/mm/
H A Dfault.c243 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/kernel/linux/linux-6.6/arch/alpha/mm/
H A Dfault.c241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dpgtable.h23 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dpgtable-nop4d.h24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dhugetlbpage.c42 if (pgd_present(*pgd)) { in huge_pte_offset()
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dhugetlbpage.c42 if (pgd_present(*pgd)) { in huge_pte_offset()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dfault_32.c346 if (!pgd_present(*pgd)) { in do_sparc_fault()
347 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable-64.h363 static inline int pgd_present(pgd_t pgd) in pgd_present() function
374 return !pgd_present(pgd); in pgd_bad()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dfault_32.c281 if (!pgd_present(*pgd)) { in do_sparc_fault()
282 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dfault.c39 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dfault.c42 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dfault.c168 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
306 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
374 if (!pgd_present(*pgd)) in dump_pagetable()
1052 if (!pgd_present(*pgd)) in spurious_kernel_fault()
H A Dident_map.c133 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dfault.c185 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
304 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
363 if (!pgd_present(*pgd)) in dump_pagetable()
1026 if (!pgd_present(*pgd)) in spurious_kernel_fault()
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtlb.c341 if (!pgd_present(*pgd)) { in fix_range_common()
379 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
485 if (!pgd_present(*pgd)) in flush_tlb_page()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtlb.c329 if (!pgd_present(*pgd)) { in fix_range_common()
367 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
470 if (!pgd_present(*pgd)) in flush_tlb_page()
/kernel/linux/linux-5.10/arch/csky/mm/
H A Dfault.c93 if (!pgd_present(*pgd_k)) in do_page_fault()
/kernel/linux/linux-5.10/arch/nios2/mm/
H A Dfault.c247 if (!pgd_present(*pgd_k)) in do_page_fault()

Completed in 12 milliseconds

1234