Home
last modified time | relevance | path

Searched refs:pte_protnone (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable.h47 static inline int pte_protnone(pte_t pte) in pte_protnone() function
55 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-4.1.27/arch/x86/mm/
Dgup.c87 if (pte_protnone(pte)) { in gup_pte_range()
/linux-4.1.27/mm/
Dmprotect.c92 if (pte_protnone(oldpte)) in change_pte_range()
Dgup.c67 if ((flags & FOLL_NUMA) && pte_protnone(pte)) in follow_page_pte()
1030 pte_protnone(pte) || (write && !pte_write(pte))) in gup_pte_range()
Dmemory.c3263 if (pte_protnone(entry)) in handle_pte_fault()
/linux-4.1.27/include/asm-generic/
Dpgtable.h687 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h477 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c217 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()