Searched refs:__pgprot_mask (Results 1 – 1 of 1) sorted by relevance
251 #define __pgprot_mask(x) __pgprot((x) & __default_kernel_pte_mask) macro253 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)254 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)255 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC)256 #define PAGE_KERNEL_EXEC __pgprot_mask(__PAGE_KERNEL_EXEC | _ENC)258 #define PAGE_KERNEL_ROX __pgprot_mask(__PAGE_KERNEL_ROX | _ENC)259 #define PAGE_KERNEL_NOCACHE __pgprot_mask(__PAGE_KERNEL_NOCACHE | _ENC)260 #define PAGE_KERNEL_LARGE __pgprot_mask(__PAGE_KERNEL_LARGE | _ENC)262 #define PAGE_KERNEL_VVAR __pgprot_mask(__PAGE_KERNEL_VVAR | _ENC)264 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO)[all …]