Searched refs:__PAGE_KERNEL (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/mm/
H A Diomap_32.c33 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm));
34 /* Filter out unsupported __PAGE_KERNEL* bits: */
57 prot = __pgprot(__PAGE_KERNEL |
60 /* Filter out unsupported __PAGE_KERNEL* bits: */
H A Dkasan_init_64.c292 __PAGE_KERNEL | _PAGE_ENC;
297 /* Mask out unsupported __PAGE_KERNEL bits: */
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h211 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G) macro
225 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G) macro
234 #define __PAGE_KERNEL_IO __PAGE_KERNEL
240 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)
242 #define __PAGE_KERNEL_NOENC (__PAGE_KERNEL | 0)
247 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)
248 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)

Completed in 109 milliseconds