Searched refs:PMAP_ACTIVATE_USER (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dpmap.h311 #ifndef PMAP_ACTIVATE_USER
313 #define PMAP_ACTIVATE_USER(thr, cpu) macro
315 #define PMAP_ACTIVATE_USER(thr, cpu) { \ macro
323 #endif /* PMAP_ACTIVATE_USER */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstartup.c444 PMAP_ACTIVATE_USER(thread, processor->cpu_num);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h602 #undef PMAP_ACTIVATE_USER macro
637 #define PMAP_ACTIVATE_USER(th, my_cpu) { \ macro

Completed in 19 milliseconds