Searched refs:_ENC (Results 1 – 1 of 1) sorted by relevance
192 #define _ENC _PAGE_ENC macro218 #define _KERNPG_TABLE (__PP|__RW| 0|___A| 0|___D| 0| 0| _ENC)220 #define _PAGE_TABLE (__PP|__RW|_USR|___A| 0|___D| 0| 0| _ENC)239 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC)240 #define __PAGE_KERNEL_ENC_WP (__PAGE_KERNEL_WP | _ENC)246 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)248 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC)249 #define PAGE_KERNEL_EXEC __pgprot_mask(__PAGE_KERNEL_EXEC | _ENC)251 #define PAGE_KERNEL_ROX __pgprot_mask(__PAGE_KERNEL_ROX | _ENC)252 #define PAGE_KERNEL_NOCACHE __pgprot_mask(__PAGE_KERNEL_NOCACHE | _ENC)[all …]