Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dpmap.h490 #ifndef PMAP_ACTIVATE_USER
492 #define PMAP_ACTIVATE_USER(thr, cpu) macro
494 #define PMAP_ACTIVATE_USER(thr, cpu) { \ macro
/xnu-11417.121.6/osfmk/kern/
H A Dstartup.c1038 PMAP_ACTIVATE_USER(thread, processor->cpu_id); in load_context()