Home
last modified time | relevance | path

Searched refs:pmap_switch_user (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap.h497 extern void pmap_switch_user(thread_t th, vm_map_t map);
509 #define PMAP_SWITCH_USER(th, new_map, my_cpu) pmap_switch_user((th), (new_map))
H A Dpmap.c4337 pmap_switch_user(thread_t thread, vm_map_t new_map) function