Home
last modified time | relevance | path

Searched refs:_PAGE_IOREMAP (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dio.h130 #define _PAGE_IOREMAP (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \ macro
134 ioremap_prot((addr), (size), _PAGE_IOREMAP)
136 ioremap_prot((addr), (size), _PAGE_IOREMAP)
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dio.h35 #define _PAGE_IOREMAP (pgprot_val(PAGE_KERNEL) | _PAGE_CI) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dio.h41 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
H A Dpgtable.h76 #define _PAGE_IOREMAP \ macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dio.h31 #define _PAGE_IOREMAP pgprot_val(PAGE_KERNEL) macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dio.h50 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
H A Dpgtable.h67 #define _PAGE_IOREMAP (_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \ macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dpgtable-bits.h95 #define _PAGE_IOREMAP pgprot_val(PAGE_KERNEL_SUC) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable-bits.h109 #define _PAGE_IOREMAP pgprot_val(PAGE_KERNEL_SUC) macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dio.h246 #define _PAGE_IOREMAP pgprot_val(PAGE_KERNEL) macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dio.h144 #define _PAGE_IOREMAP PROT_DEVICE_nGnRE macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dio.h174 #define _PAGE_IOREMAP (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable.h208 #define _PAGE_IOREMAP ((_PAGE_KERNEL & ~_PAGE_MTMASK) | _PAGE_IO) macro
209 #define PAGE_KERNEL_IO __pgprot(_PAGE_IOREMAP)
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable.h135 #define _PAGE_IOREMAP _PAGE_KERNEL macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h125 #define _PAGE_IOREMAP \ macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dio.h299 #define _PAGE_IOREMAP pgprot_val(PAGE_KERNEL_NOCACHE) macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dio.h970 /* _PAGE_IOREMAP needs to be supplied by the architecture */ in ioremap()
971 return ioremap_prot(addr, size, _PAGE_IOREMAP); in ioremap()
/kernel/linux/linux-6.6/include/asm-generic/
H A Dio.h1062 /* _PAGE_IOREMAP needs to be supplied by the architecture */ in ioremap()
1063 return ioremap_prot(addr, size, _PAGE_IOREMAP); in ioremap()

Completed in 13 milliseconds