Searched refs:pmap_switch_user (Results 1 – 2 of 2) sorted by relevance
549 extern void pmap_switch_user(thread_t th, vm_map_t map);562 #define PMAP_SWITCH_USER(th, new_map, my_cpu) pmap_switch_user((th), (new_map))
4481 pmap_switch_user(thread_t thread, vm_map_t new_map) function