Searched refs:__PAGE_KERNEL (Results 1 – 3 of 3) sorted by relevance
33 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()57 prot = __pgprot(__PAGE_KERNEL | in __iomap_local_pfn_prot()
292 __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()
188 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G) macro203 #define __PAGE_KERNEL_IO __PAGE_KERNEL209 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)211 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL | 0)216 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)217 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)