Home
last modified time | relevance | path

Searched refs:specFlags (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/osfmk/x86_64/
H A Dcopyio.c135 smaplog_cbuf[index].copyio_active = (thread->machine.specFlags & CopyIOActive) ? 1 : 0; in smaplog_add_entry()
261 recursive_CopyIOActive = thread->machine.specFlags & CopyIOActive; in copyio()
272 thread->machine.specFlags |= CopyIOActive; in copyio()
274 thread->machine.specFlags |= CopyIOActive; in copyio()
397 thread->machine.specFlags &= ~CopyIOActive; in copyio()
401 thread->machine.specFlags &= ~CopyIOActive; in copyio()
H A Dpmap_pcid.c280 if ((cthread->machine.specFlags & CopyIOActive) == 0) { in pcid_for_pmap_cpu_tuple()
/xnu-8020.101.4/osfmk/i386/
H A Dthread.h136 uint32_t specFlags; member
H A Dpcb.c403 new->machine.specFlags |= OnProc; in machine_load_context()
481 old->machine.specFlags &= ~OnProc; in machine_switch_context()
482 new->machine.specFlags |= OnProc; in machine_switch_context()
519 return thread->machine.specFlags & OnProc; in machine_thread_on_core()
2185 old->machine.specFlags &= ~OnProc; in machine_stack_handoff()
2186 new->machine.specFlags |= OnProc; in machine_stack_handoff()
H A Dpmap.h676 boolean_t copyio_active = ((thread->machine.specFlags & CopyIOActive) != 0); in set_dirbase()
807 …pu)->cpu_active_pcid, cpu_datap(ccpu)->cpu_kernel_pcid, thread->machine.specFlags, map->pmap->page…
H A Dgenassym.c155 DECLARE("TH_SPF", offsetof(struct thread, machine.specFlags)); in main()
H A Dtrap.c643 (thread->machine.specFlags & CopyIOActive) && in kernel_trap()
650 ((thread->machine.specFlags & CopyIOActive) == 0)) { in kernel_trap()