Searched refs:__PAGE_KERNEL (Results 1 – 7 of 7) sorted by relevance
46 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()86 (__PAGE_KERNEL | cachemode2protval(_PAGE_CACHE_MODE_WC))) in iomap_atomic_prot_pfn()87 prot = __pgprot(__PAGE_KERNEL | in iomap_atomic_prot_pfn()
184 pteval_t pte_val = __pa_nodebug(kasan_zero_page) | __PAGE_KERNEL; in kasan_early_init()
146 #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) macro148 #define __PAGE_KERNEL_RO (__PAGE_KERNEL & ~_PAGE_RW)150 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_NOCACHE)153 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)156 #define __PAGE_KERNEL_IO (__PAGE_KERNEL)159 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
130 #define __PAGE_KERNEL \ macro133 #define __PAGE_KERNEL_RO ( __PAGE_KERNEL & ~_PAGE_WRITE )134 #define __PAGE_KERNEL_NOCACHE ( __PAGE_KERNEL | _PAGE_NONCACHABLE)138 #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)
311 #define __PAGE_KERNEL (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY) macro317 #define PAGE_KERNEL MAKE_GLOBAL(__PAGE_KERNEL)
1211 set_pte(pte, mk_pte(regs_page, __pgprot(__PAGE_KERNEL & ~_PAGE_GLOBAL))); in map_switcher_in_guest()