Home
last modified time | relevance | path

Searched refs:PROT_NORMAL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/arm64/include/asm/
Dpgtable-prot.h39 #define PROT_NORMAL (PROT_DEFAULT | PTE_PXN | PTE_UXN | PTE_WRITE | PTE_ATTRINDX(MT_NORMAL)) macro
48 #define PAGE_KERNEL __pgprot(PROT_NORMAL)
49 #define PAGE_KERNEL_RO __pgprot((PROT_NORMAL & ~PTE_WRITE) | PTE_RDONLY)
50 #define PAGE_KERNEL_ROX __pgprot((PROT_NORMAL & ~(PTE_WRITE | PTE_PXN)) | PTE_RDONLY)
51 #define PAGE_KERNEL_EXEC __pgprot(PROT_NORMAL & ~PTE_PXN)
52 #define PAGE_KERNEL_EXEC_CONT __pgprot((PROT_NORMAL & ~PTE_PXN) | PTE_CONT)
/Linux-v5.4/arch/arm64/mm/
Dioremap.c91 return __ioremap_caller(phys_addr, size, __pgprot(PROT_NORMAL), in ioremap_cache()