| 366 | } |
| 367 | |
| 368 | static 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 | |
| 374 | static void _anon_page_read(struct rt_varea *varea, struct rt_aspace_io_msg *iomsg) |
| 375 | { |
no test coverage detected