Searched refs:__pgprot_mask (Results 1 – 1 of 1) sorted by relevance
245 #define __pgprot_mask(x) __pgprot((x) & __default_kernel_pte_mask) macro247 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)248 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)249 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC)250 #define PAGE_KERNEL_EXEC __pgprot_mask(__PAGE_KERNEL_EXEC | _ENC)252 #define PAGE_KERNEL_ROX __pgprot_mask(__PAGE_KERNEL_ROX | _ENC)253 #define PAGE_KERNEL_NOCACHE __pgprot_mask(__PAGE_KERNEL_NOCACHE | _ENC)254 #define PAGE_KERNEL_LARGE __pgprot_mask(__PAGE_KERNEL_LARGE | _ENC)256 #define PAGE_KERNEL_VVAR __pgprot_mask(__PAGE_KERNEL_VVAR | _ENC)258 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO)[all …]
Completed in 5 milliseconds