Home
last modified time | relevance | path

Searched refs:_PAGE_KERNEL (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable.h117 #define _PAGE_KERNEL (_PAGE_READ \ macro
123 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
124 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)
125 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)
126 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \
135 #define _PAGE_IOREMAP _PAGE_KERNEL
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable-prot.h48 #define _PAGE_KERNEL (PROT_NORMAL) macro
84 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
158 PIRx_ELx_PERM(pte_pi_index(_PAGE_KERNEL), PIE_RW))
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable.h193 #define _PAGE_KERNEL (_PAGE_READ \ macro
200 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
201 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)
202 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)
203 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \
208 #define _PAGE_IOREMAP ((_PAGE_KERNEL & ~_PAGE_MTMASK) | _PAGE_IO)
H A Dio.h140 ((__force void *)ioremap_prot((addr), (size), _PAGE_KERNEL))
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpgtable.h188 #define _PAGE_KERNEL \ macro
191 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
202 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpgtable.h228 #define _PAGE_KERNEL \ macro
231 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
242 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpgtable.h230 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro
258 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
262 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpgtable.h210 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro
241 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
245 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
/kernel/linux/linux-5.10/arch/microblaze/mm/
H A Dpgtable.c104 flags |= _PAGE_KERNEL; in __ioremap()
/kernel/linux/linux-6.6/arch/microblaze/mm/
H A Dpgtable.c106 flags |= _PAGE_KERNEL; in __ioremap()

Completed in 10 milliseconds