Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/arch/arm64/include/asm/
Dpgtable-prot.h98 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dpgtable.h27 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/linux-6.12.1/arch/xtensa/include/asm/
Dpgtable.h179 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT) macro
/linux-6.12.1/arch/openrisc/include/asm/
Dpgtable.h175 #define PAGE_KERNEL_RO \ macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpgtable.h203 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h94 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/linux-6.12.1/arch/x86/include/asm/
Dpgtable_types.h249 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC) macro
/linux-6.12.1/arch/parisc/include/asm/
Dpgtable.h244 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h144 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/linux-6.12.1/include/linux/
Dpgtable.h1792 # define PAGE_KERNEL_RO PAGE_KERNEL macro
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h442 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ macro