Home
last modified time | relevance | path

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

/Linux-v5.4/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
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable-prot.h49 #define PAGE_KERNEL_RO __pgprot((PROT_NORMAL & ~PTE_WRITE) | PTE_RDONLY) macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h17 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/Linux-v5.4/arch/openrisc/include/asm/
Dpgtable.h174 #define PAGE_KERNEL_RO \ macro
/Linux-v5.4/arch/xtensa/include/asm/
Dpgtable.h178 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT) macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgtable.h81 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/Linux-v5.4/arch/x86/include/asm/
Dpgtable_types.h202 #define PAGE_KERNEL_RO default_pgprot(__PAGE_KERNEL_RO | _PAGE_ENC) macro
/Linux-v5.4/arch/microblaze/include/asm/
Dpgtable.h261 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) macro
/Linux-v5.4/arch/parisc/include/asm/
Dpgtable.h264 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/Linux-v5.4/include/asm-generic/
Dpgtable.h1153 # define PAGE_KERNEL_RO PAGE_KERNEL macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h162 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/Linux-v5.4/arch/s390/include/asm/
Dpgtable.h416 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ macro