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

Function write_by_mte

components/mm/mm_anon.c:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403static void write_by_mte(rt_aspace_t aspace, struct rt_aspace_io_msg *iomsg)
404{
405 if (rt_aspace_page_put_phy(aspace, iomsg->fault_vaddr, iomsg->buffer_vaddr) == RT_EOK)
406 iomsg->response.status = MM_FAULT_STATUS_OK;
407}
408
409static void _anon_page_write(struct rt_varea *varea, struct rt_aspace_io_msg *iomsg)
410{

Callers 1

_anon_page_writeFunction · 0.85

Calls 1

rt_aspace_page_put_phyFunction · 0.85

Tested by

no test coverage detected