Searched refs:PAGE_KERNEL_X (Results 1 – 7 of 7) sorted by relevance
30 #define PAGE_KERNEL_TEXT PAGE_KERNEL_X36 #define PAGE_KERNEL_EXEC PAGE_KERNEL_X
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()
151 setbat(idx, PAGE_OFFSET + base, base, size, PAGE_KERNEL_X); in __mmu_mapin_ram()165 setibat(0, PAGE_OFFSET, 0, size, PAGE_KERNEL_X); in mmu_mapin_ram()
15 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro
116 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro
313 prot = PAGE_KERNEL_X; in create_physical_mapping()
160 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro