Home
last modified time | relevance | path

Searched refs:_PAGE_IOREMAP (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dio.h41 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
H A Dpgtable.h76 #define _PAGE_IOREMAP \ macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h125 #define _PAGE_IOREMAP \ macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h113 #define _PAGE_IOREMAP _PAGE_KERNEL macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h971 return ioremap_prot(addr, size, _PAGE_IOREMAP); in ioremap()