Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/ !
Dpgtable_types.h171 #define _ENC _PAGE_ENC macro
192 #define _KERNPG_TABLE (__PP|__RW| 0|___A| 0|___D| 0| 0| _ENC)
194 #define _PAGE_TABLE (__PP|__RW|_USR|___A| 0|___D| 0| 0| _ENC)
210 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)
211 #define __PAGE_KERNEL_ENC_WP (__PAGE_KERNEL_WP | _ENC)
217 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)
219 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC)
220 #define PAGE_KERNEL_EXEC __pgprot_mask(__PAGE_KERNEL_EXEC | _ENC)
222 #define PAGE_KERNEL_ROX __pgprot_mask(__PAGE_KERNEL_ROX | _ENC)
223 #define PAGE_KERNEL_NOCACHE __pgprot_mask(__PAGE_KERNEL_NOCACHE | _ENC)
[all …]