Home
last modified time | relevance | path

Searched refs:pte_present (Results 1 – 25 of 55) sorted by relevance

123

/arch/um/include/asm/
Dpgtable.h115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
174 return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT))); in pte_newprot()
239 if(pte_present(pte)) in pte_mkuptodate()
265 if(pte_present(*pteptr)) *pteptr = pte_mknewprot(*pteptr); in set_pte()
283 if (pte_present(pte)) \
/arch/sh/mm/
Dfault_64.c114 if (pte_none(entry) || !pte_present(entry)) in handle_vmalloc_fault()
166 if (pte_none(entry) || !pte_present(entry)) in handle_tlbmiss()
/arch/s390/lib/
Duaccess_pt.c117 if (!pte || !pte_present(*pte) || in __user_copy_pt()
159 if (!pte || !pte_present(*pte)) in __dat_user_addr()
237 if (!pte || !pte_present(*pte)) in strnlen_user_pt()
302 if (!pte_from || !pte_present(*pte_from)) { in copy_in_user_pt()
309 if (!pte_to || !pte_present(*pte_to) || !pte_write(*pte_to)) { in copy_in_user_pt()
/arch/sparc/mm/
Dhugetlbpage.c254 if (!pte_present(*ptep) && pte_present(entry)) in set_huge_pte_at()
273 if (pte_present(entry)) in huge_ptep_get_and_clear()
/arch/x86/mm/
Dfault.c393 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()
482 if (!pte_present(*pte)) in spurious_fault()
520 if (!pte_present(*pte_k)) in vmalloc_fault()
562 if (!pte_present(*pte_ref)) in vmalloc_fault()
568 if (!pte_present(*pte) || pte_pfn(*pte) != pte_pfn(*pte_ref)) in vmalloc_fault()
/arch/um/kernel/skas/
Duaccess.c45 if ((pte == NULL) || !pte_present(*pte) || in maybe_map()
52 if (!pte_present(*pte)) in maybe_map()
/arch/cris/arch-v10/mm/
Dfault.c89 if (!pte_present(pte)) in handle_mmu_bus_fault()
/arch/mn10300/mm/
Dfault.c99 if (!pte_present(*pte))
401 if (!pte_present(*pte_k)) in do_page_fault()
/arch/um/kernel/
Dtlb.c202 if (pte_present(*pte)) in update_pte_range()
354 if (!pte_present(*pte) || pte_newpage(*pte)) { in flush_tlb_kernel_range_common()
361 if (pte_present(*pte)) in flush_tlb_kernel_range_common()
415 if (pte_present(*pte)) { in flush_tlb_page()
Dtrap.c87 } while (!pte_present(*pte)); in handle_page_fault()
/arch/sparc/include/asm/
Dpgtable_32.h146 BTFIXUPDEF_CALL_CONST(int, pte_present, pte_t) in BTFIXUPDEF_CALL_CONST()
154 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
Dpgtable_64.h594 static inline unsigned long pte_present(pte_t pte) in pte_present() function
686 if (tlb_type != hypervisor && pte_present(pte)) { \
/arch/x86/include/asm/
Dpgtable_32.h88 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/mips/include/asm/
Dpgtable.h92 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
128 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/arch/arm/mm/
Dfault-armv.c62 ret = pte_present(entry); in adjust_pte()
/arch/mips/mm/
Dfault.c239 if (!pte_present(*pte_k)) in do_page_fault()
/arch/cris/mm/
Dfault.c325 if (!pte_present(*pte_k)) in do_page_fault()
/arch/xtensa/mm/
Dfault.c207 if (!pte_present(*pte_k)) in do_page_fault()
/arch/ia64/mm/
Dfault.c72 return pte_present(pte); in mapped_kernel_page_is_present()
/arch/powerpc/include/asm/
Dpgtable-ppc64.h184 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
368 if (pte_present(*ptep)) in set_pte_at()
Dpgtable-ppc32.h540 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
703 WARN_ON(pte_present(*ptep)); in set_pte_at()
/arch/frv/mm/
Dfault.c322 if (!pte_present(*pte_k)) in do_page_fault()
/arch/powerpc/mm/
Dfault.c278 if (pte_present(*ptep)) { in do_page_fault()
/arch/ia64/include/asm/
Dpgtable.h269 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
341 (!pte_present(*ptep) || in set_pte()
/arch/m68k/mm/
Dmotorola.c187 if (!pte_present(*pte_dir)) in map_node()

123