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()
217 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G) macro231 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G) macro240 #define __PAGE_KERNEL_IO __PAGE_KERNEL246 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)248 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL | 0)253 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)254 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)
460 #define __PAGE_KERNEL (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro475 #define PAGE_KERNEL __pgprot_page_mask(__PAGE_KERNEL)