Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst31 | pte_protnone | Tests a PROT_NONE PTE |
/linux/arch/loongarch/include/asm/
H A Dpgtable.h634 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()