Home
last modified time | relevance | path

Searched refs:__PAGE_KERNEL (Results 1 – 6 of 6) sorted by relevance

/arch/x86/include/asm/
Dpgtable_types.h172 #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) macro
174 #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)
/arch/x86/mm/
Diomap_32.c46 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()
88 prot = __pgprot(__PAGE_KERNEL | in iomap_atomic_prot_pfn()
Dkasan_init_64.c261 pteval_t pte_val = __pa_nodebug(kasan_zero_page) | __PAGE_KERNEL | _PAGE_ENC; in kasan_early_init()
/arch/m32r/include/asm/
Dpgtable.h131 #define __PAGE_KERNEL \ macro
134 #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)
/arch/mn10300/include/asm/
Dpgtable.h172 #define __PAGE_KERNEL (__PAGE_KERNEL_BASE | _PAGE_PROT_WKNU | _PAGE_CACHE | _PAGE_NX) macro
174 #define __PAGE_KERNEL_EXEC (__PAGE_KERNEL & ~_PAGE_NX)
176 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
179 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
/arch/frv/include/asm/
Dpgtable.h312 #define __PAGE_KERNEL (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY) macro
318 #define PAGE_KERNEL MAKE_GLOBAL(__PAGE_KERNEL)