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()243 recursive_CopyIOActive = thread->machine.specFlags & CopyIOActive; in copyio()254 thread->machine.specFlags |= CopyIOActive; in copyio()256 thread->machine.specFlags |= CopyIOActive; in copyio()379 thread->machine.specFlags &= ~CopyIOActive; in copyio()383 thread->machine.specFlags &= ~CopyIOActive; in copyio()
280 if ((cthread->machine.specFlags & CopyIOActive) == 0) { in pcid_for_pmap_cpu_tuple()
136 uint32_t specFlags; member
404 new->machine.specFlags |= OnProc; in machine_load_context()482 old->machine.specFlags &= ~OnProc; in machine_switch_context()483 new->machine.specFlags |= OnProc; in machine_switch_context()520 return thread->machine.specFlags & OnProc; in machine_thread_on_core()540 if (_copyin_atomic32((void *)&thread->machine.specFlags, &flags) == 0) { in machine_thread_on_core_allow_invalid()2209 old->machine.specFlags &= ~OnProc; in machine_stack_handoff()2210 new->machine.specFlags |= OnProc; in machine_stack_handoff()
676 boolean_t copyio_active = ((thread->machine.specFlags & CopyIOActive) != 0); in set_dirbase()813 …pu)->cpu_active_pcid, cpu_datap(ccpu)->cpu_kernel_pcid, thread->machine.specFlags, map->pmap->page…
145 DECLARE("TH_SPF", offsetof(struct thread, machine.specFlags)); in main()
792 (thread->machine.specFlags & CopyIOActive) && in kernel_trap()799 ((thread->machine.specFlags & CopyIOActive) == 0)) { in kernel_trap()