Home
last modified time | relevance | path

Searched refs:__PAGE_KERNEL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dpgtable_types.h171 #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) macro
173 #define __PAGE_KERNEL_RO (__PAGE_KERNEL & ~_PAGE_RW)
175 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_NOCACHE)
177 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
179 #define __PAGE_KERNEL_WP (__PAGE_KERNEL | _PAGE_CACHE_WP)
181 #define __PAGE_KERNEL_IO (__PAGE_KERNEL)
192 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _PAGE_ENC)
195 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL)
200 #define PAGE_KERNEL default_pgprot(__PAGE_KERNEL | _PAGE_ENC)
201 #define PAGE_KERNEL_NOENC default_pgprot(__PAGE_KERNEL)
/Linux-v5.4/arch/x86/mm/
Diomap_32.c33 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()
78 prot = __pgprot(__PAGE_KERNEL | in iomap_atomic_prot_pfn()
Dkasan_init_64.c269 __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()