Home
last modified time | relevance | path

Searched refs:pgd_present (Results 1 – 25 of 32) sorted by relevance

12

/linux/arch/alpha/mm/
H A Dfault.c241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/linux/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux/arch/x86/mm/
H A Dident_map.c71 if (!pgd_present(pgd[i])) in kernel_ident_mapping_free()
206 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
H A Dinit_32.c456 if (!pgd_present(*pgd)) in native_pagetable_init()
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux/include/asm-generic/
H A Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux/arch/loongarch/mm/
H A Dhugetlbpage.c42 if (pgd_present(pgdp_get(pgd))) { in huge_pte_offset()
H A Dfault.c46 if (!pgd_present(pgdp_get(pgd))) in spurious_fault()
/linux/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()
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h359 static inline int pgd_present(pgd_t pgd) in pgd_present() function
370 return !pgd_present(pgd); in pgd_bad()
H A Dpgtable.h993 WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \
/linux/arch/arc/mm/
H A Dfault.c42 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
/linux/arch/nios2/mm/
H A Dfault.c239 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux/arch/xtensa/mm/
H A Dfault.c47 if (!pgd_present(*pgd_k)) in vmalloc_fault()
/linux/arch/csky/mm/
H A Dfault.c141 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/linux/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c90 if (!pgd_present(*pgd)) { in init_transition_pgtable()
/linux/arch/um/kernel/
H A Dtlb.c183 if (!pgd_present(*pgd)) { in um_tlb_sync()
/linux/arch/mips/mm/
H A Dfault.c295 if (!pgd_present(*pgd_k)) in __do_page_fault()
/linux/arch/sh/kernel/
H A Dio_trapped.c144 if (!pgd_present(*pgd_k)) in lookup_tiop()
/linux/arch/s390/mm/
H A Dhugetlbpage.c236 if (pgd_present(*pgdp)) { in huge_pte_offset()
/linux/arch/um/kernel/skas/
H A Duaccess.c28 if (!pgd_present(*pgd)) in virt_to_pte()
/linux/arch/m68k/kernel/
H A Dsys_m68k.c479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/linux/arch/sh/mm/
H A Dfault.c131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
/linux/arch/riscv/mm/
H A Dhugetlbpage.c96 if (!pgd_present(pgdp_get(pgd))) in huge_pte_offset()
/linux/arch/arm64/mm/
H A Dhugetlbpage.c297 if (!pgd_present(READ_ONCE(*pgdp))) in huge_pte_offset()

12