MCPcopy 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
35void 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_earlyFunction · 0.85
rt_hw_mem_setup_earlyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected