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

Function read_by_mte

components/mm/mm_anon.c:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368static void read_by_mte(rt_aspace_t aspace, struct rt_aspace_io_msg *iomsg)
369{
370 if (rt_aspace_page_get_phy(aspace, iomsg->fault_vaddr, iomsg->buffer_vaddr) == RT_EOK)
371 iomsg->response.status = MM_FAULT_STATUS_OK;
372}
373
374static void _anon_page_read(struct rt_varea *varea, struct rt_aspace_io_msg *iomsg)
375{

Callers 1

_anon_page_readFunction · 0.85

Calls 1

rt_aspace_page_get_phyFunction · 0.85

Tested by

no test coverage detected