Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dpgtable-prot.h79 #define PAGE_S2 __pgprot(_PROT_DEFAULT | PAGE_S2_MEMATTR(NORMAL) | PTE_S2_RDONLY | PAGE_S2_XN) macro
/Linux-v5.4/arch/arm/include/asm/
Dpgtable.h102 #define PAGE_S2 _MOD_PROT(pgprot_s2, L_PTE_S2_RDONLY | L_PTE_XN) macro
/Linux-v5.4/virt/kvm/arm/
Dmmu.c1677 pgprot_t mem_type = PAGE_S2; in user_mem_abort()
2082 stage2_pte = kvm_pfn_pte(pfn, PAGE_S2); in kvm_set_spte_hva()