Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void *rt_ioremap_cached(void *paddr, size_t size)
108
{
109
return _ioremap_type(paddr, size, MM_AREA_TYPE_PHY_CACHED);
110
}
111
112
void rt_iounmap(volatile void *vaddr)
113
{
Callers
4
rootfs_mnt_init
Function · 0.85
dma_alloc
Function · 0.85
ioremap_tc
Function · 0.85
ioremap_tc
Function · 0.85
Calls
1
_ioremap_type
Function · 0.85
Tested by
no test coverage detected