Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dio.h169 extern void __iomem *ioremap_uc(resource_size_t offset, unsigned long size);
170 #define ioremap_uc ioremap_uc macro
/linux/include/asm-generic/
H A Dio.h1177 #ifndef ioremap_uc
1178 #define ioremap_uc ioremap_uc macro
1179 static inline void __iomem *ioremap_uc(phys_addr_t offset, size_t size) in ioremap_uc() function
/linux/arch/x86/mm/
H A Dioremap.c384 void __iomem *ioremap_uc(resource_size_t phys_addr, unsigned long size) in ioremap_uc() function
391 EXPORT_SYMBOL_GPL(ioremap_uc);
/linux/Documentation/arch/x86/
H A Dpat.rst45 | ioremap_uc | -- | UC | UC |
130 write-combining is desirable should consider use of ioremap_uc() followed by
/linux/lib/
H A Ddevres.c45 addr = ioremap_uc(offset, size); in __devm_ioremap()
/linux/Documentation/driver-api/
H A Ddevice-io.rst408 ioremap_uc()
411 ioremap_uc() is only meaningful on old x86-32 systems with the PAT extension,
413 elss ioremap_uc() defaults to return NULL.
416 Portable drivers should avoid the use of ioremap_uc(), use ioremap() instead.
446 | ioremap_uc() | (not implemented) |