MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_ioremap_cached

Function rt_ioremap_cached

components/mm/ioremap.c:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void *rt_ioremap_cached(void *paddr, size_t size)
108{
109 return _ioremap_type(paddr, size, MM_AREA_TYPE_PHY_CACHED);
110}
111
112void rt_iounmap(volatile void *vaddr)
113{

Callers 4

rootfs_mnt_initFunction · 0.85
dma_allocFunction · 0.85
ioremap_tcFunction · 0.85
ioremap_tcFunction · 0.85

Calls 1

_ioremap_typeFunction · 0.85

Tested by

no test coverage detected