__PAGE_KERNEL     173 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_RO		(__PAGE_KERNEL & ~_PAGE_RW)
__PAGE_KERNEL     175 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_NOCACHE		(__PAGE_KERNEL | _PAGE_NOCACHE)
__PAGE_KERNEL     177 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_LARGE		(__PAGE_KERNEL | _PAGE_PSE)
__PAGE_KERNEL     179 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_WP		(__PAGE_KERNEL | _PAGE_CACHE_WP)
__PAGE_KERNEL     181 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_IO		(__PAGE_KERNEL)
__PAGE_KERNEL     192 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_ENC	(__PAGE_KERNEL | _PAGE_ENC)
__PAGE_KERNEL     195 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_NOENC	(__PAGE_KERNEL)
__PAGE_KERNEL     200 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL		default_pgprot(__PAGE_KERNEL | _PAGE_ENC)
__PAGE_KERNEL     201 arch/x86/include/asm/pgtable_types.h #define PAGE_KERNEL_NOENC	default_pgprot(__PAGE_KERNEL)
__PAGE_KERNEL      33 arch/x86/mm/iomap_32.c 	*prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm));
__PAGE_KERNEL      78 arch/x86/mm/iomap_32.c 		prot = __pgprot(__PAGE_KERNEL |
__PAGE_KERNEL     269 arch/x86/mm/kasan_init_64.c 				__PAGE_KERNEL | _PAGE_ENC;