Searched refs:__pgprot_mask (Results 1 – 1 of 1) sorted by relevance
215 #define __pgprot_mask(x) __pgprot((x) & __default_kernel_pte_mask) macro217 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)218 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)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)224 #define PAGE_KERNEL_LARGE __pgprot_mask(__PAGE_KERNEL_LARGE | _ENC)226 #define PAGE_KERNEL_VVAR __pgprot_mask(__PAGE_KERNEL_VVAR | _ENC)228 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO)[all …]
Completed in 4 milliseconds