Symbol: PAGE_KERNEL
arch/alpha/include/asm/pgtable.h
107
#define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
arch/arc/include/asm/pgtable-bits-arcv2.h
52
#define PAGE_KERNEL __pgprot(___DEF | _PAGE_GLOBAL \
arch/arm/include/asm/pgtable-nommu.h
38
#define PAGE_KERNEL __pgprot(0)
arch/arm/include/asm/pgtable.h
100
#define PAGE_KERNEL _MOD_PROT(pgprot_kernel, L_PTE_XN)
arch/arm64/include/asm/pgtable-prot.h
106
#define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
arch/csky/include/asm/pgtable.h
62
#define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \
arch/hexagon/include/asm/pgtable.h
119
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | \
arch/loongarch/include/asm/pgtable-bits.h
118
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
arch/m68k/include/asm/mcf_pgtable.h
79
#define PAGE_KERNEL __pgprot(CF_PAGE_VALID \
arch/m68k/include/asm/motorola_pgtable.h
80
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | mm_cachebits)
arch/m68k/include/asm/pgtable_no.h
29
#define PAGE_KERNEL __pgprot(0)
arch/m68k/include/asm/sun3_pgtable.h
58
#define PAGE_KERNEL __pgprot(SUN3_PAGE_VALID \
arch/microblaze/include/asm/pgtable.h
201
#define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
arch/mips/include/asm/pgtable.h
30
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
arch/nios2/include/asm/pgtable.h
50
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \
arch/openrisc/include/asm/pgtable.h
172
#define PAGE_KERNEL \
arch/parisc/include/asm/pgtable.h
241
#define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
arch/powerpc/include/asm/book3s/32/pgtable.h
90
#define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
arch/powerpc/include/asm/book3s/64/pgtable.h
139
#define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
arch/powerpc/include/asm/nohash/pgtable.h
23
#define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
arch/riscv/include/asm/pgtable.h
1264
#define PAGE_KERNEL __pgprot(0)
arch/riscv/include/asm/pgtable.h
195
#define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
arch/s390/include/asm/pgtable.h
453
#define PAGE_KERNEL __pgprot_page_mask(__PAGE_KERNEL)
arch/sh/include/asm/pgtable_32.h
214
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
arch/sh/include/asm/pgtable_32.h
256
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \
arch/sh/include/asm/pgtable_32.h
282
#define PAGE_KERNEL __pgprot(0)
arch/sparc/include/asm/pgtable_32.h
57
#define PAGE_KERNEL SRMMU_PAGE_KERNEL
arch/um/include/asm/pgtable.h
67
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
arch/x86/include/asm/pgtable_types.h
247
#define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)
arch/xtensa/include/asm/pgtable.h
177
#define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_HW_WRITE)
arch/xtensa/include/asm/pgtable.h
194
# define PAGE_KERNEL __pgprot(0)