Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/alpha/mm/
H A Dfault.c243 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nop4d.h24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h23 #define pgd_present(pgd) (1) macro
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
H A Dfault.c296 if (!pgd_present(*pgd_k)) in __do_page_fault()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c169 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
307 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
375 if (!pgd_present(*pgd)) in dump_pagetable()
1058 if (!pgd_present(*pgd)) in spurious_kernel_fault()
H A Dident_map.c120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dfault.c39 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dfault.c93 if (!pgd_present(*pgd_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Dfault.c247 if (!pgd_present(*pgd_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dhugetlbpage.c60 if (pgd_present(*pgd)) { in huge_pte_offset()
/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dfault.c205 if (!pgd_present(*pgd_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dfault.c108 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmmu.c240 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd()
361 if (!pgd_present(pgd[i])) \
901 if (!pgd_present(pgd[i])) in kvm_mips_flush_gva_pgd()
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Duaccess.c27 if (!pgd_present(*pgd)) in virt_to_pte()
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dfault.c359 if (!pgd_present(*pgd_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_vma_mapped.c194 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dio_trapped.c144 if (!pgd_present(*pgd_k)) in lookup_tiop()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dsys_m68k.c479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dhugetlbpage.c223 if (pgd_present(*pgdp)) { in huge_pte_offset()
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dfault.c131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()

12