Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dpgtable_32.h228 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
264 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
283 #define PAGE_KERNEL_RO __pgprot(0) macro
/arch/powerpc/include/asm/
Dpte-common.h165 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/arch/m32r/include/asm/
Dpgtable.h139 #define PAGE_KERNEL_RO MAKE_GLOBAL(__PAGE_KERNEL_RO) macro
152 #define PAGE_KERNEL_RO __pgprot(0) macro
/arch/avr32/include/asm/
Dpgtable.h143 #define PAGE_KERNEL_RO _PAGE_NORMAL(_PAGE_FLAGS_READ | _PAGE_EXECUTE | _PAGE_GLOBAL) macro
/arch/openrisc/include/asm/
Dpgtable.h177 #define PAGE_KERNEL_RO \ macro
/arch/x86/include/asm/
Dpgtable_types.h187 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO) macro
/arch/tile/include/asm/
Dpgtable.h130 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/arch/microblaze/include/asm/
Dpgtable.h261 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) macro
/arch/mn10300/include/asm/
Dpgtable.h180 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO) macro
/arch/frv/include/asm/
Dpgtable.h318 #define PAGE_KERNEL_RO MAKE_GLOBAL(__PAGE_KERNEL_RO) macro
/arch/parisc/include/asm/
Dpgtable.h242 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/arch/arm64/include/asm/
Dpgtable.h89 #define PAGE_KERNEL_RO __pgprot(_PAGE_DEFAULT | PTE_PXN | PTE_UXN | PTE_DIRTY | PTE_RDONLY) macro
/arch/s390/include/asm/
Dpgtable.h361 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ macro