Searched refs:__PAGE_KERNEL (Results 1 – 3 of 3) sorted by relevance
172 #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) macro174 #define __PAGE_KERNEL_RO (__PAGE_KERNEL & ~_PAGE_RW)176 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_NOCACHE)178 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)180 #define __PAGE_KERNEL_WP (__PAGE_KERNEL | _PAGE_CACHE_WP)182 #define __PAGE_KERNEL_IO (__PAGE_KERNEL)193 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _PAGE_ENC)196 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL)201 #define PAGE_KERNEL default_pgprot(__PAGE_KERNEL | _PAGE_ENC)202 #define PAGE_KERNEL_NOENC default_pgprot(__PAGE_KERNEL)
46 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()91 prot = __pgprot(__PAGE_KERNEL | in iomap_atomic_prot_pfn()
265 pteval_t pte_val = __pa_nodebug(kasan_zero_page) | __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()