Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Dpmap.h421 #ifndef PMAP_ACTIVATE_USER
423 #define PMAP_ACTIVATE_USER(thr, cpu) macro
425 #define PMAP_ACTIVATE_USER(thr, cpu) { \ macro
/xnu-10063.141.1/osfmk/kern/
H A Dstartup.c973 PMAP_ACTIVATE_USER(thread, processor->cpu_id); in load_context()