Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A 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
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h85 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h16 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h175 #define PAGE_KERNEL_RO \ macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dpgtable.h179 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgtable.h203 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h120 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h249 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpgtable.h244 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/openbmc/linux/include/linux/
H A Dpgtable.h1560 # define PAGE_KERNEL_RO PAGE_KERNEL macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h162 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h421 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ macro