Home
last modified time | relevance | path

Searched refs:pmd_present (Results 1 – 25 of 67) sorted by relevance

123

/linux/mm/
H A Dpgtable-generic.c142 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 Dfault.c64 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in vmalloc_fault()
/linux/arch/x86/mm/
H A Dident_map.c20 if (!pmd_present(pmd[i])) in free_pmd()
87 if (pmd_present(*pmd)) in ident_pmd_init()
/linux/arch/m68k/mm/
H A Dinit.c112 if (!pmd_present(*pmd)) in init_pointer_tables()
/linux/arch/sparc/mm/
H A Dfault_32.c296 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
/linux/arch/sh/mm/
H A Dfault.c149 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 Dpgtable.h210 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 Dpgtable.h156 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/linux/arch/arc/mm/
H A Dfault.c63 if (!pmd_present(*pmd)) in handle_kernel_vaddr_fault()
/linux/arch/nios2/mm/
H A Dfault.c253 if (!pmd_present(*pmd_k)) in do_page_fault()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h158 #define pmd_present(x) (pmd_val(x)) macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h104 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/linux/arch/x86/kernel/
H A Despfix_64.c176 if (!pmd_present(pmd)) { in init_espfix_ap()
/linux/arch/openrisc/mm/
H A Dfault.c336 if (!pmd_present(*pmd_k)) in do_page_fault()
/linux/arch/microblaze/mm/
H A Dpgtable.c209 if (pmd_present(*pmd)) { in get_pteptr()
/linux/arch/csky/mm/
H A Dfault.c156 if (!pmd_present(*pmd_k)) { in vmalloc_fault()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h125 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
H A Dmcf_pgtable.h143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/linux/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c111 if (!pmd_present(*pmd)) { in init_transition_pgtable()
/linux/arch/hexagon/include/asm/
H A Dpgtable.h199 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux/arch/loongarch/mm/
H A Dinit.c194 if (!pmd_present(pmdp_get(pmd))) { in populate_kernel_pte()
H A Dfault.c58 if (!pmd_present(pmdp_get(pmd))) in spurious_fault()
/linux/arch/um/kernel/
H A Dtlb.c103 if (!pmd_present(*pmd)) { in update_pmd_range()
/linux/arch/mips/mm/
H A Dfault.c311 if (!pmd_present(*pmd_k)) in __do_page_fault()
/linux/arch/sh/kernel/
H A Dio_trapped.c156 if (!pmd_present(*pmd_k)) in lookup_tiop()

123