Searched refs:mpr_head (Results 1 – 1 of 1) sorted by relevance
1061 static void _install_page(rt_page_t mpr_head, rt_region_t region, in _install_page() argument1078 rt_page_t shad_head = addr_to_page(mpr_head, (void *)shadow.start); in _install_page()1079 rt_page_t shad_tail = addr_to_page(mpr_head, (void *)shadow.end); in _install_page()1080 rt_page_t head = addr_to_page(mpr_head, (void *)region.start); in _install_page()1081 rt_page_t tail = addr_to_page(mpr_head, (void *)region.end); in _install_page()1108 p = addr_to_page(mpr_head, (void *)region.start); in _install_page()
Completed in 7 milliseconds