Searched refs:__PAGE_KERNEL (Results 1 – 3 of 3) sorted by relevance
171 #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) macro173 #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)
33 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()78 prot = __pgprot(__PAGE_KERNEL | in iomap_atomic_prot_pfn()
269 __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()