/linux/arch/h8300/include/asm/ |
A D | pgtable.h | 10 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/linux/arch/sh/include/asm/ |
A D | pgtable_32.h | 214 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro 256 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \ macro 282 #define PAGE_KERNEL __pgprot(0) macro
|
/linux/arch/m68k/include/asm/ |
A D | pgtable_no.h | 30 #define PAGE_KERNEL __pgprot(0) macro
|
A D | sun3_pgtable.h | 58 #define PAGE_KERNEL __pgprot(SUN3_PAGE_VALID \ macro
|
A D | motorola_pgtable.h | 77 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | mm_cachebits) macro
|
A D | mcf_pgtable.h | 76 #define PAGE_KERNEL __pgprot(CF_PAGE_VALID \ macro
|
/linux/arch/arm/include/asm/ |
A D | pgtable-nommu.h | 40 #define PAGE_KERNEL __pgprot(0) macro
|
A D | pgtable.h | 92 #define PAGE_KERNEL _MOD_PROT(pgprot_kernel, L_PTE_XN) macro
|
/linux/arch/arm64/include/asm/ |
A D | pgtable-prot.h | 67 #define PAGE_KERNEL __pgprot(PROT_NORMAL) macro
|
/linux/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 49 #define PAGE_KERNEL __pgprot(___DEF | _PAGE_GLOBAL \ macro
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 175 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_HW_WRITE) macro 192 # define PAGE_KERNEL __pgprot(0) macro
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 12 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 143 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) macro 674 #define PAGE_KERNEL __pgprot(0) macro
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 63 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \ macro
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 62 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \ macro
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 116 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 62 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 57 #define PAGE_KERNEL SRMMU_PAGE_KERNEL macro
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 199 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 169 #define PAGE_KERNEL \ macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 104 #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE) macro
|
/linux/arch/nds32/include/asm/ |
A D | pgtable.h | 149 #define PAGE_KERNEL __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD) macro
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 30 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 113 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
|
/linux/arch/x86/include/asm/ |
A D | pgtable_types.h | 215 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC) macro
|