Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/vm/
H A Dpmap.h401 #ifndef PMAP_ACTIVATE_USER
403 #define PMAP_ACTIVATE_USER(thr, cpu) macro
405 #define PMAP_ACTIVATE_USER(thr, cpu) { \ macro
/xnu-8796.141.3/osfmk/kern/
H A Dstartup.c950 PMAP_ACTIVATE_USER(thread, processor->cpu_id); in load_context()