| 401 | } |
| 402 | |
| 403 | static 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 | |
| 409 | static void _anon_page_write(struct rt_varea *varea, struct rt_aspace_io_msg *iomsg) |
| 410 | { |
no test coverage detected