Home
last modified time | relevance | path

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

12

/arch/powerpc/kernel/
Dsoftemu8xx.c53 if (pmd && pmd_present(*pmd)) { in print_8xx_pte()
94 if (pmd && pmd_present(*pmd)) { in get_8xx_pte()
/arch/xtensa/mm/
Dfault.c201 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_page_fault()
/arch/sh/mm/
Dfault_32.c83 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_page_fault()
Dfault_64.c160 if (pmd_none(*pmd) || !pmd_present(*pmd)) in handle_tlbmiss()
Dinit.c123 if (!pmd_present(*pmd)) { in page_table_range_init()
/arch/mn10300/mm/
Dfault.c91 if (!pmd_present(*pmd)) {
392 if (!pmd_present(*pmd_k)) in do_page_fault()
/arch/blackfin/include/asm/
Dpgtable.h21 #define pmd_present(x) (pmd_val(x)) macro
/arch/x86/mm/
Dfault.c255 if (!pmd_present(*pmd) || pmd_large(*pmd)) goto ret; in dump_pagetable()
295 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()
297 if (!pmd_present(*pmd)) { in vmalloc_sync_one()
475 if (!pmd_present(*pmd)) in spurious_fault()
/arch/sparc/include/asm/
Dpgtable_32.h158 BTFIXUPDEF_CALL_CONST(int, pmd_present, pmd_t) in BTFIXUPDEF_CALL_CONST()
167 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
/arch/x86/include/asm/
Dpgtable_32.h92 #define pmd_present(x) (pmd_val((x)) & _PAGE_PRESENT) macro
/arch/um/kernel/
Dtlb.c225 if (!pmd_present(*pmd)) { in update_pmd_range()
337 if (!pmd_present(*pmd)) { in flush_tlb_kernel_range_common()
396 if (!pmd_present(*pmd)) in flush_tlb_page()
/arch/ia64/mm/
Dhugetlbpage.c61 if (pmd_present(*pmd)) in huge_pte_offset()
/arch/mips/mm/
Dfault.c234 if (!pmd_present(*pmd_k)) in do_page_fault()
/arch/sparc/mm/
Dfault_32.c361 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
/arch/cris/mm/
Dfault.c313 if (!pmd_present(*pmd_k)) in do_page_fault()
/arch/powerpc/include/asm/
Dpgtable-ppc64.h198 #define pmd_present(pmd) (pmd_val(pmd) != 0) macro
442 if (pmd_present(*pm)) in find_linux_pte()
/arch/mips/include/asm/
Dpgtable-32.h100 static inline int pmd_present(pmd_t pmd) in pmd_present() function
Dpgtable-64.h137 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/frv/mm/
Dfault.c314 if (!pmd_present(*pmd_k)) in do_page_fault()
/arch/um/kernel/skas/
Duaccess.c34 if (!pmd_present(*pmd)) in virt_to_pte()
/arch/sh/kernel/
Dio_trapped.c139 if (!pmd_present(*pmd_k)) in lookup_tiop()
/arch/m68k/mm/
Dmotorola.c177 if (!pmd_present(*pmd_dir)) { in map_node()
/arch/cris/include/asm/
Dpgtable.h104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h146 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/arch/sh/include/asm/
Dpgtable_64.h68 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro

12