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()
187 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G) macro202 #define __PAGE_KERNEL_IO __PAGE_KERNEL208 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)210 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL | 0)215 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)216 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)
Completed in 5 milliseconds