Searched refs:__PAGE_KERNEL (Results 1 – 6 of 6) 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)179 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)181 #define __PAGE_KERNEL_WP (__PAGE_KERNEL | _PAGE_CACHE_WP)183 #define __PAGE_KERNEL_IO (__PAGE_KERNEL)194 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _PAGE_ENC)197 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL)200 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL | _PAGE_ENC)201 #define PAGE_KERNEL_NOENC __pgprot(__PAGE_KERNEL)
46 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()88 prot = __pgprot(__PAGE_KERNEL | in iomap_atomic_prot_pfn()
261 pteval_t pte_val = __pa_nodebug(kasan_zero_page) | __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()
131 #define __PAGE_KERNEL \ macro134 #define __PAGE_KERNEL_RO ( __PAGE_KERNEL & ~_PAGE_WRITE )135 #define __PAGE_KERNEL_NOCACHE ( __PAGE_KERNEL | _PAGE_NONCACHABLE)139 #define PAGE_KERNEL MAKE_GLOBAL(__PAGE_KERNEL)
172 #define __PAGE_KERNEL (__PAGE_KERNEL_BASE | _PAGE_PROT_WKNU | _PAGE_CACHE | _PAGE_NX) macro174 #define __PAGE_KERNEL_EXEC (__PAGE_KERNEL & ~_PAGE_NX)176 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)179 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
312 #define __PAGE_KERNEL (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY) macro318 #define PAGE_KERNEL MAKE_GLOBAL(__PAGE_KERNEL)