Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst31 | pte_protnone | Tests a PROT_NONE PTE |
/linux/arch/riscv/include/asm/
H A Dpgtable.h531 static inline int pte_protnone(pte_t pte) in pte_protnone() function
538 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h494 static inline int pte_protnone(pte_t pte) in pte_protnone() function
1073 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h623 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/linux/mm/
H A Dhmm.c230 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
H A Dmemory.c6124 if (!pte_present(ptent) || !pte_protnone(ptent)) in numa_rebuild_large_mapping()
6416 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/linux/arch/arm64/include/asm/
H A Dpgtable.h560 static inline int pte_protnone(pte_t pte) in pte_protnone() function
576 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/linux/arch/x86/include/asm/
H A Dpgtable.h993 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux/arch/s390/include/asm/
H A Dpgtable.h846 static inline int pte_protnone(pte_t pte) in pte_protnone() function