Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_ioremap_nocache
Function
rt_ioremap_nocache
components/mm/ioremap.c:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void *rt_ioremap_nocache(void *paddr, size_t size)
98
{
99
return _ioremap_type(paddr, size, MM_AREA_TYPE_PHY);
100
}
101
102
void *rt_ioremap_wt(void *paddr, size_t size)
103
{
Callers
4
dma_alloc
Function · 0.85
enet_buffer_init
Function · 0.85
USB_DeviceEhciInit
Function · 0.85
rt_hw_secondary_cpu_up
Function · 0.85
Calls
1
_ioremap_type
Function · 0.85
Tested by
no test coverage detected