Home
last modified time | relevance | path

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

/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
/linux/arch/arm64/include/asm/ !
H A Dpgtable-prot.h107 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/linux/arch/powerpc/include/asm/nohash/ !
H A Dpgtable.h27 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/linux/arch/microblaze/include/asm/ !
H A Dpgtable.h203 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) macro
/linux/arch/xtensa/include/asm/ !
H A Dpgtable.h179 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT) macro
/linux/arch/powerpc/include/asm/book3s/32/ !
H A Dpgtable.h94 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/linux/arch/x86/include/asm/ !
H A Dpgtable_types.h249 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC) macro
/linux/arch/powerpc/include/asm/book3s/64/ !
H A Dpgtable.h143 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/linux/include/linux/ !
H A Dpgtable.h1931 # define PAGE_KERNEL_RO PAGE_KERNEL macro