Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dpmap.h481 #ifndef PMAP_ACTIVATE_USER
483 #define PMAP_ACTIVATE_USER(thr, cpu) macro
485 #define PMAP_ACTIVATE_USER(thr, cpu) { \ macro
/xnu-11215.81.4/osfmk/kern/
H A Dstartup.c984 PMAP_ACTIVATE_USER(thread, processor->cpu_id); in load_context()