Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_ioremap
Function
rt_ioremap
components/mm/ioremap.c:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void *rt_ioremap(void *paddr, size_t size)
93
{
94
return _ioremap_type(paddr, size, MM_AREA_TYPE_PHY);
95
}
96
97
void *rt_ioremap_nocache(void *paddr, size_t size)
98
{
Callers
15
msix_table_remap
Function · 0.85
dw_pcie_host_init
Function · 0.85
rt_pci_ep_mem_alloc
Function · 0.85
rt_ofw_iomap
Function · 0.85
rt_ofw_iomap_by_name
Function · 0.85
syscon_probe
Function · 0.85
usb_hc_low_level_init
Function · 0.85
usb_dc_low_level_init
Function · 0.85
gicv3_iomap_init
Function · 0.85
gicv2_iomap_init
Function · 0.85
rt_pci_iomap
Function · 0.85
rt_virtio_devices_init
Function · 0.85
Calls
1
_ioremap_type
Function · 0.85
Tested by
5
_test_dcache_clean_and_invalidate
Function · 0.68
aspace_control_tc
Function · 0.68
test_find_free
Function · 0.68
_test_dcache_clean
Function · 0.68
_test_dcache_invalidate
Function · 0.68