Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_X (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable.h30 #define PAGE_KERNEL_TEXT PAGE_KERNEL_X
36 #define PAGE_KERNEL_EXEC PAGE_KERNEL_X
/linux/arch/powerpc/mm/nohash/
H A D8xx.c153 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()
H A De500.c179 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()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h26 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h93 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h143 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) macro