Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Diomap_32.c46 *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()
Dkasan_init_64.c184 pteval_t pte_val = __pa_nodebug(kasan_zero_page) | __PAGE_KERNEL; in kasan_early_init()
/linux-4.1.27/arch/x86/include/asm/
Dpgtable_types.h146 #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) macro
148 #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)
/linux-4.1.27/arch/m32r/include/asm/
Dpgtable.h130 #define __PAGE_KERNEL \ macro
133 #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)
/linux-4.1.27/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)
/linux-4.1.27/arch/frv/include/asm/
Dpgtable.h311 #define __PAGE_KERNEL (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY) macro
317 #define PAGE_KERNEL MAKE_GLOBAL(__PAGE_KERNEL)
/linux-4.1.27/drivers/lguest/
Dpage_tables.c1211 set_pte(pte, mk_pte(regs_page, __pgprot(__PAGE_KERNEL & ~_PAGE_GLOBAL))); in map_switcher_in_guest()