Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_types.h121 #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) macro
123 #define __PAGE_KERNEL_RO (__PAGE_KERNEL & ~_PAGE_RW)
126 #define __PAGE_KERNEL_WC (__PAGE_KERNEL | _PAGE_CACHE_WC)
127 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD | _PAGE_PWT)
128 #define __PAGE_KERNEL_UC_MINUS (__PAGE_KERNEL | _PAGE_PCD)
132 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
133 #define __PAGE_KERNEL_LARGE_NOCACHE (__PAGE_KERNEL | _PAGE_CACHE_UC | _PAGE_PSE)
136 #define __PAGE_KERNEL_IO (__PAGE_KERNEL | _PAGE_IOMAP)
141 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
/arch/m32r/include/asm/
Dpgtable.h133 #define __PAGE_KERNEL \ macro
136 #define __PAGE_KERNEL_RO ( __PAGE_KERNEL & ~_PAGE_WRITE )
137 #define __PAGE_KERNEL_NOCACHE ( __PAGE_KERNEL | _PAGE_NONCACHABLE)
141 #define PAGE_KERNEL MAKE_GLOBAL(__PAGE_KERNEL)
/arch/mn10300/include/asm/
Dpgtable.h171 #define __PAGE_KERNEL (__PAGE_KERNEL_BASE | _PAGE_PROT_WKNU | _PAGE_CACHE | _PAGE_NX) macro
173 #define __PAGE_KERNEL_EXEC (__PAGE_KERNEL & ~_PAGE_NX)
175 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
178 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
/arch/x86/mm/
Diomap_32.c46 *prot = __pgprot(__PAGE_KERNEL | flag); in iomap_create_wc()
/arch/frv/include/asm/
Dpgtable.h314 #define __PAGE_KERNEL (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY) macro
320 #define PAGE_KERNEL MAKE_GLOBAL(__PAGE_KERNEL)