Home
last modified time | relevance | path

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

12

/linux/arch/xtensa/mm/
H A Dfault.c64 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in vmalloc_fault()
/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/powerpc/include/asm/nohash/32/
H A Dpgtable.h154 #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.h157 #define pmd_present(x) (pmd_val(x)) 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/m68k/include/asm/
H A Dsun3_pgtable.h119 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
H A Dmotorola_pgtable.h116 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
H A Dmcf_pgtable.h137 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/linux/arch/csky/mm/
H A Dfault.c156 if (!pmd_present(*pmd_k)) { in vmalloc_fault()
/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()
/linux/include/linux/
H A Dleafops.h98 if (pmd_present(pmd) || pmd_none(pmd)) in softleaf_from_pmd()
/linux/arch/loongarch/mm/
H A Dinit.c185 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/loongarch/include/asm/
H A Dpgtable.h258 static inline int pmd_present(pmd_t pmd) in pmd_present() function
519 return !!(pmd_val(pmd) & _PAGE_HUGE) && pmd_present(pmd); in pmd_trans_huge()
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h180 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
/linux/arch/arm64/mm/
H A Dmmu.c745 if (!pmd_present(pmd)) in split_kernel_leaf_mapping_locked()
1560 WARN_ON(!pmd_present(pmd)); in unmap_hotplug_pmd_range()
1715 WARN_ON(!pmd_present(pmd) || !pmd_table(pmd)); in free_empty_pmd_table()
1953 if (pmd_present(pmdp_get(pmdp))) in pud_free_pmd_page()
2099 if (!pmd_present(pmd)) in addr_splits_kernel_leaf()
/linux/arch/m68k/kernel/
H A Dsys_m68k.c488 if (!pmd_present(*pmd)) in sys_atomic_cmpxchg_32()
/linux/arch/riscv/mm/
H A Dfault.c220 if (!pmd_present(pmdp_get(pmd_k))) { in vmalloc_fault()
/linux/arch/sh/include/asm/
H A Dpgtable_32.h328 #define pmd_present(x) (pmd_val(x)) macro

12