Searched refs:PAGE_KERNEL_ROX (Results 1 – 6 of 6) sorted by relevance
191 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro201 #define PAGE_KERNEL_TEXT PAGE_KERNEL_ROX
48 return pgprot_val(PAGE_KERNEL_ROX); in create_mapping_protection()
61 #define PAGE_KERNEL_ROX __pgprot((PROT_NORMAL & ~(PTE_WRITE | PTE_PXN)) | PTE_RDONLY) macro
382 change_page_attr(page, numpages, PAGE_KERNEL_ROX); in mark_rodata_ro()
544 pgprot_t prot = rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in map_entry_trampoline()583 pgprot_t text_prot = rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in map_kernel()
199 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro210 #define PAGE_KERNEL_TEXT PAGE_KERNEL_ROX