Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h197 #define _ENC _PAGE_ENC macro
223 #define _KERNPG_TABLE (__PP|__RW| 0|___A| 0|___D| 0| 0| _ENC)
225 #define _PAGE_TABLE (__PP|__RW|_USR|___A| 0|___D| 0| 0| _ENC)
244 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)
245 #define __PAGE_KERNEL_ENC_WP (__PAGE_KERNEL_WP | _ENC)
251 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)
253 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC)
254 #define PAGE_KERNEL_EXEC __pgprot_mask(__PAGE_KERNEL_EXEC | _ENC)
256 #define PAGE_KERNEL_ROX __pgprot_mask(__PAGE_KERNEL_ROX | _ENC)
257 #define PAGE_KERNEL_NOCACHE __pgprot_mask(__PAGE_KERNEL_NOCACHE | _ENC)
[all …]