Searched refs:PAGE_KERNEL_ROX (Results 1 – 7 of 7) sorted by relevance
18 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro29 #define PAGE_KERNEL_TEXT PAGE_KERNEL_ROX
44 return pgprot_val(PAGE_KERNEL_ROX); in create_mapping_protection()
50 #define PAGE_KERNEL_ROX __pgprot((PROT_NORMAL & ~(PTE_WRITE | PTE_PXN)) | PTE_RDONLY) macro
82 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro93 #define PAGE_KERNEL_TEXT PAGE_KERNEL_ROX
231 change_page_attr(page, numpages, PAGE_KERNEL_ROX); in mark_rodata_ro()
586 pgprot_t prot = rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in map_entry_trampoline()625 pgprot_t text_prot = rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in map_kernel()
163 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro174 #define PAGE_KERNEL_TEXT PAGE_KERNEL_ROX