Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_kmem_pvoff_set
Function
rt_kmem_pvoff_set
components/mm/mm_kmem.c:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void rt_kmem_pvoff_set(rt_ubase_t pvoff)
36
{
37
rt_pv_offset = pvoff;
38
}
39
40
#define _KMEM_LO_OFF(addr) ((rt_ubase_t)(addr) & ARCH_PAGE_MASK)
41
Callers
2
rt_hw_mem_setup_early
Function · 0.85
rt_hw_mem_setup_early
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected