Home
last modified time | relevance | path

Searched defs:PAGE_KERNEL_RO (Results 1 – 11 of 11) sorted by relevance

/arch/arm64/include/asm/
Dpgtable-prot.h68 #define PAGE_KERNEL_RO __pgprot((PROT_NORMAL & ~PTE_WRITE) | PTE_RDONLY) macro
/arch/sh/include/asm/
Dpgtable_32.h229 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
265 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
284 #define PAGE_KERNEL_RO __pgprot(0) macro
/arch/powerpc/include/asm/nohash/
Dpgtable.h17 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/arch/openrisc/include/asm/
Dpgtable.h172 #define PAGE_KERNEL_RO \ macro
/arch/xtensa/include/asm/
Dpgtable.h176 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT) macro
/arch/microblaze/include/asm/
Dpgtable.h200 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h118 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/arch/parisc/include/asm/
Dpgtable.h259 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/arch/x86/include/asm/
Dpgtable_types.h218 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC) macro
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h163 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/arch/s390/include/asm/
Dpgtable.h414 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ macro