Searched refs:PAGE_KERNEL_X (Results 1 – 6 of 6) sorted by relevance
30 #define PAGE_KERNEL_TEXT PAGE_KERNEL_X36 #define PAGE_KERNEL_EXEC PAGE_KERNEL_X
153 mmu_mapin_ram_chunk(0, boundary, PAGE_KERNEL_X, true); in mmu_mapin_ram()157 mmu_mapin_ram_chunk(boundary, einittext8, PAGE_KERNEL_X, true); in mmu_mapin_ram()
179 pgprot_t prot = init ? PAGE_KERNEL_X : PAGE_KERNEL_ROX; in map_mem_in_cams_addr()192 pgprot_t prot = init ? PAGE_KERNEL_X : PAGE_KERNEL; in map_mem_in_cams_addr()
26 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro
93 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro
143 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro