Searched refs:__PAGE_KERNEL (Results 1 – 4 of 4) sorted by relevance
33 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()57 prot = __pgprot(__PAGE_KERNEL | in __iomap_local_pfn_prot()
291 __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()
225 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G) macro234 #define __PAGE_KERNEL_IO __PAGE_KERNEL240 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)242 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL | 0)247 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)248 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)
438 #define __PAGE_KERNEL (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro453 #define PAGE_KERNEL __pgprot_page_mask(__PAGE_KERNEL)