Searched refs:specFlags (Results 1 – 7 of 7) sorted by relevance
135 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()
280 if ((cthread->machine.specFlags & CopyIOActive) == 0) { in pcid_for_pmap_cpu_tuple()
136 uint32_t specFlags; member
403 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()
676 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…
155 DECLARE("TH_SPF", offsetof(struct thread, machine.specFlags)); in main()
643 (thread->machine.specFlags & CopyIOActive) && in kernel_trap()650 ((thread->machine.specFlags & CopyIOActive) == 0)) { in kernel_trap()