Searched refs:__pgprot_mask (Results 1 – 1 of 1) sorted by relevance
213 #define __pgprot_mask(x) __pgprot((x) & __default_kernel_pte_mask) macro215 #define PAGE_KERNEL __pgprot_mask(__PAGE_KERNEL | _ENC)216 #define PAGE_KERNEL_NOENC __pgprot_mask(__PAGE_KERNEL | 0)217 #define PAGE_KERNEL_RO __pgprot_mask(__PAGE_KERNEL_RO | _ENC)218 #define PAGE_KERNEL_EXEC __pgprot_mask(__PAGE_KERNEL_EXEC | _ENC)220 #define PAGE_KERNEL_ROX __pgprot_mask(__PAGE_KERNEL_ROX | _ENC)221 #define PAGE_KERNEL_NOCACHE __pgprot_mask(__PAGE_KERNEL_NOCACHE | _ENC)222 #define PAGE_KERNEL_LARGE __pgprot_mask(__PAGE_KERNEL_LARGE | _ENC)224 #define PAGE_KERNEL_VVAR __pgprot_mask(__PAGE_KERNEL_VVAR | _ENC)226 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO)[all …]
Completed in 5 milliseconds