Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dpmap.h405 #ifndef PMAP_ACTIVATE_USER
407 #define PMAP_ACTIVATE_USER(thr, cpu) macro
409 #define PMAP_ACTIVATE_USER(thr, cpu) { \ macro
/xnu-8020.121.3/osfmk/kern/
H A Dstartup.c978 PMAP_ACTIVATE_USER(thread, processor->cpu_id); in load_context()