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

Function _anon_page_fault

components/mm/mm_anon.c:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363static void _anon_page_fault(struct rt_varea *varea, struct rt_aspace_fault_msg *msg)
364{
365 _fetch_page_for_varea(varea, msg, RT_TRUE);
366}
367
368static void read_by_mte(rt_aspace_t aspace, struct rt_aspace_io_msg *iomsg)
369{

Callers

nothing calls this directly

Calls 1

_fetch_page_for_vareaFunction · 0.85

Tested by

no test coverage detected