Home
last modified time | relevance | path

Searched refs:p4d_present (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/include/asm-generic/
Dpgtable-nopud.h33 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
D5level-fixup.h24 #define p4d_present(p4d) 1 macro
Dpgtable.h369 (p4d_present(p4d) && (!(write) || p4d_write(p4d)))
/Linux-v4.19/arch/x86/mm/
Dident_map.c74 if (p4d_present(*p4d)) { in ident_p4d_init()
Dfault.c254 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
535 if (!p4d_present(*p4d) || p4d_large(*p4d)) in dump_pagetable()
1101 if (!p4d_present(*p4d)) in spurious_fault()
Ddump_pagetables.c476 if (p4d_large(*start) || !p4d_present(*start)) { in walk_p4d_level()
Dpageattr.c390 if (p4d_large(*p4d) || !p4d_present(*p4d)) in lookup_address_in_pgd()
453 if (p4d_none(*p4d) || p4d_large(*p4d) || !p4d_present(*p4d)) in lookup_pmd_address()
Dinit_64.c1091 if (!p4d_present(*p4d)) in remove_p4d_table()
/Linux-v4.19/arch/riscv/mm/
Dfault.c257 if (!p4d_present(*p4d_k)) in do_page_fault()
/Linux-v4.19/mm/
Dpage_vma_mapped.c150 if (!p4d_present(*p4d)) in page_vma_mapped_walk()
Dmemory-failure.c282 if (!p4d_present(*p4d)) in dev_pagemap_mapping_shift()
Drmap.c723 if (!p4d_present(*p4d)) in mm_find_pmd()
Dhuge_memory.c2272 if (!p4d_present(*p4d)) in split_huge_pmd_address()
Dhugetlb.c4773 if (!p4d_present(*p4d)) in huge_pte_offset()
Dmemory.c4200 if (!p4d_present(*p4d)) { in __pud_alloc()
/Linux-v4.19/arch/s390/mm/
Dhugetlbpage.c219 if (p4d_present(*p4dp)) { in huge_pte_offset()
/Linux-v4.19/arch/x86/kernel/
Dmachine_kexec_64.c71 if (!p4d_present(*p4d)) { in init_transition_pgtable()
/Linux-v4.19/mm/kasan/
Dkasan_init.c421 if (!p4d_present(*p4d)) in kasan_remove_p4d_table()
/Linux-v4.19/arch/x86/platform/efi/
Defi_64.c176 if (!p4d_present(*p4d)) in efi_call_phys_epilog()
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h889 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h607 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/Linux-v4.19/fs/
Duserfaultfd.c286 if (!p4d_present(*p4d)) in userfaultfd_must_wait()