/linux/mm/ |
H A D | pgtable-generic.c | 142 VM_BUG_ON(pmd_present(*pmdp) && !pmd_trans_huge(*pmdp) && in pmdp_huge_clear_flush() 201 VM_WARN_ON_ONCE(!pmd_present(*pmdp)); in pmdp_invalidate() 212 VM_WARN_ON_ONCE(!pmd_present(*pmdp)); in pmdp_invalidate_ad()
|
/linux/arch/xtensa/mm/ |
H A D | fault.c | 64 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in vmalloc_fault()
|
/linux/arch/x86/mm/ |
H A D | ident_map.c | 20 if (!pmd_present(pmd[i])) in free_pmd() 87 if (pmd_present(*pmd)) in ident_pmd_init()
|
/linux/arch/m68k/mm/ |
H A D | init.c | 112 if (!pmd_present(*pmd)) in init_pointer_tables()
|
/linux/arch/sparc/mm/ |
H A D | fault_32.c | 296 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
|
/linux/arch/sh/mm/ |
H A D | fault.c | 149 if (!pmd_present(*pmd_k)) in vmalloc_sync_one() 152 if (!pmd_present(*pmd)) in vmalloc_sync_one()
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 210 static inline int pmd_present(pmd_t pmd) in pmd_present() function 221 static inline int pmd_present(pmd_t pmd) in pmd_present() function 234 return !pmd_present(pmd) || (pmd_val(pmd) & _PAGE_LEAF); in pmd_bad() 240 return pmd_present(pmd) && (pmd_val(pmd) & _PAGE_LEAF); in pmd_leaf()
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 156 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/linux/arch/arc/mm/ |
H A D | fault.c | 63 if (!pmd_present(*pmd)) in handle_kernel_vaddr_fault()
|
/linux/arch/nios2/mm/ |
H A D | fault.c | 253 if (!pmd_present(*pmd_k)) in do_page_fault()
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 158 #define pmd_present(x) (pmd_val(x)) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 104 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/linux/arch/x86/kernel/ |
H A D | espfix_64.c | 176 if (!pmd_present(pmd)) { in init_espfix_ap()
|
/linux/arch/openrisc/mm/ |
H A D | fault.c | 336 if (!pmd_present(*pmd_k)) in do_page_fault()
|
/linux/arch/microblaze/mm/ |
H A D | pgtable.c | 209 if (pmd_present(*pmd)) { in get_pteptr()
|
/linux/arch/csky/mm/ |
H A D | fault.c | 156 if (!pmd_present(*pmd_k)) { in vmalloc_fault()
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 125 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
H A D | mcf_pgtable.h | 143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/linux/arch/x86/kernel/acpi/ |
H A D | madt_wakeup.c | 111 if (!pmd_present(*pmd)) { in init_transition_pgtable()
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 199 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux/arch/loongarch/mm/ |
H A D | init.c | 194 if (!pmd_present(pmdp_get(pmd))) { in populate_kernel_pte()
|
H A D | fault.c | 58 if (!pmd_present(pmdp_get(pmd))) in spurious_fault()
|
/linux/arch/um/kernel/ |
H A D | tlb.c | 103 if (!pmd_present(*pmd)) { in update_pmd_range()
|
/linux/arch/mips/mm/ |
H A D | fault.c | 311 if (!pmd_present(*pmd_k)) in __do_page_fault()
|
/linux/arch/sh/kernel/ |
H A D | io_trapped.c | 156 if (!pmd_present(*pmd_k)) in lookup_tiop()
|