Searched refs:store_sz (Results 1 – 1 of 1) sorted by relevance
| /components/mm/ |
| A D | mm_aspace.c | 197 rt_size_t store_sz = msg->response.size; in rt_varea_map_with_msg() local 198 if ((char *)msg->fault_vaddr + store_sz > (char *)varea->start + varea->size) in rt_varea_map_with_msg() 201 __func__, store_sz, msg->fault_vaddr); in rt_varea_map_with_msg() 214 map = rt_hw_mmu_map(aspace, v_addr, p_addr, store_sz, attr); in rt_varea_map_with_msg() 219 msg->fault_vaddr, store + PV_OFFSET, store_sz); in rt_varea_map_with_msg() 223 rt_hw_tlb_invalidate_range(varea->aspace, v_addr, store_sz, ARCH_PAGE_SIZE); in rt_varea_map_with_msg()
|
Completed in 8 milliseconds