Searched refs:inst_head (Results 1 – 1 of 1) sorted by relevance
1267 static int _get_mpr_ready_n_install(rt_ubase_t inst_head, rt_ubase_t inst_end) in _get_mpr_ready_n_install() argument1273 .start = inst_head, in _get_mpr_ready_n_install()1296 rt_ubase_t inst_head, rt_ubase_t inst_end, in _update_region_list() argument1303 member->region_area.start = inst_head; in _update_region_list()1326 rt_ubase_t inst_head = region.start; in rt_page_install() local1328 rt_ubase_t iter = inst_head; in rt_page_install()1329 int pages_count = (inst_end - inst_head) / ARCH_PAGE_SIZE; in rt_page_install()1336 _update_region_list(installed_pgreg, inst_head, inst_end, in rt_page_install()1341 iter = RT_ALIGN((rt_ubase_t)inst_head, _PAGE_STRIPE); in rt_page_install()1342 _get_mpr_ready_n_install(inst_head, iter < inst_end ? iter : inst_end); in rt_page_install()
Completed in 7 milliseconds