MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / lwp_v2p

Function lwp_v2p

components/lwp/lwp_user_mm.h:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static inline void *lwp_v2p(struct rt_lwp *lwp, void *vaddr)
178{
179 RD_LOCK(lwp->aspace);
180 void *paddr = _lwp_v2p(lwp, vaddr);
181 RD_UNLOCK(lwp->aspace);
182 return paddr;
183}
184
185/**
186 * @brief Remapping user space memory region to kernel

Callers 2

_lwp_shm_struct_getFunction · 0.85
lwp_user_accessible_extFunction · 0.85

Calls 1

_lwp_v2pFunction · 0.85

Tested by

no test coverage detected