| /OK3568_Linux_fs/kernel/arch/alpha/mm/ |
| H A D | fault.c | 243 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 20 #define pgd_present(pgd) (1) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | pgtable-nop4d.h | 24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | pgtable.h | 23 #define pgd_present(pgd) (1) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | hugetlbpage.c | 50 if (pgd_present(*pgd)) { in huge_pte_offset()
|
| H A D | fault.c | 296 if (!pgd_present(*pgd_k)) in __do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | fault_32.c | 346 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 D | fault.c | 169 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 D | ident_map.c | 120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | tlb.c | 341 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 D | fault.c | 39 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
|
| /OK3568_Linux_fs/kernel/arch/csky/mm/ |
| H A D | fault.c | 93 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | fault.c | 247 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | hugetlbpage.c | 60 if (pgd_present(*pgd)) { in huge_pte_offset()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | fault.c | 205 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | fault.c | 108 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | mmu.c | 240 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 D | uaccess.c | 27 if (!pgd_present(*pgd)) in virt_to_pte()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | fault.c | 359 if (!pgd_present(*pgd_k)) in do_page_fault()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_vma_mapped.c | 194 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | io_trapped.c | 144 if (!pgd_present(*pgd_k)) in lookup_tiop()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | hugetlbpage.c | 223 if (pgd_present(*pgdp)) { in huge_pte_offset()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | fault.c | 131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|