Searched refs:specFlags (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPseudoKernel.c198 act->machine.specFlags &= ~bbNoMachSC; /* reactivate Mach SCs */
200 getPerProc()->spcFlags = act->machine.specFlags; /* Copy the flags */
300 th->machine.specFlags &= ~(bbNoMachSC | bbPreemptive); /* Make sure mach SCs are enabled and we are not marked preemptive */
301 th->machine.specFlags |= bbThread; /* Set that we are Classic thread */
304 th->machine.specFlags |= bbPreemptive; /* Yes, remember it */
308 getPerProc()->spcFlags = th->machine.specFlags; /* Copy the flags */
350 act->machine.specFlags &= ~(bbNoMachSC | bbPreemptive | bbThread); /* Clean up Blue Box enables */
352 getPerProc()->spcFlags = act->machine.specFlags; /* Copy the flags */
H A Dpcb.c168 if(old->machine.specFlags & runningVM) {
169 old->machine.specFlags &= ~(userProtKey|FamVMmode);
170 old->machine.specFlags |= (ppinfo->spcFlags) & (userProtKey|FamVMmode);
172 old->machine.specFlags &= ~OnProc;
173 new->machine.specFlags |= OnProc;
182 if(new->machine.specFlags & runningVM) { /* Is the new guy running a VM? */
190 if ((old->task->map->pmap != new_pmap) || (old->machine.specFlags & runningVM)) {
611 if(old->machine.specFlags & runningVM) { /* Is the current thread running a VM? */
612 old->machine.specFlags &= ~(userProtKey|FamVMmode);
613 old->machine.specFlags |
[all...]
H A Dthread.h120 unsigned int specFlags; /* Special flags */ member in struct:machine_thread
H A Dhw_perfmon.c150 if(thread->machine.specFlags & perfMonitor) {
197 thread->machine.specFlags |= perfMonitor; /* enable perf monitor facility for this thread */
215 if(!(thread->machine.specFlags & perfMonitor)) {
224 thread->machine.specFlags &= ~perfMonitor; /* disable perf monitor facility for this thread */
801 if(!(thread->machine.specFlags & perfMonitor)) { /* perfmon not enabled */
909 if(!(thread->machine.specFlags & perfMonitor)) { /* perfmon not enabled */
H A Dvmachmon.c900 if(act->machine.specFlags & runningVM) { /* Are we actually in a context right now? */
1618 act->machine.specFlags &= ~floatCng; /* Clear the special flag */
1666 act->machine.specFlags &= ~vectorCng; /* Clear the special flag */
H A Dtrap.c324 ((thread->machine.specFlags) & ignoreZeroFault)) { /* special case of ignoring page zero faults */
H A Dmappings.c1563 if(type) current_thread()->machine.specFlags |= ignoreZeroFault; /* Ignore faults on page 0 */
1564 else current_thread()->machine.specFlags &= ~ignoreZeroFault; /* Honor faults on page 0 */
H A Dgenassym.c95 DECLARE("ACT_MACT_SPF", offsetof(thread_t, machine.specFlags));
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dthread.h173 uint32_t specFlags; member in struct:machine_thread
H A Dloose_ends.c788 thread->machine.specFlags |= CopyIOActive;
822 thread->machine.specFlags &= ~CopyIOActive;
999 thread->machine.specFlags &= ~CopyIOActive;
H A Dpcb.c595 new->machine.specFlags |= OnProc;
620 old->machine.specFlags &= ~OnProc;
621 new->machine.specFlags |= OnProc;
2076 old->machine.specFlags &= ~OnProc;
2077 new->machine.specFlags |= OnProc;
H A Dgenassym.c198 DECLARE("ACT_SPF", offsetof(thread_t, machine.specFlags));
H A Dlocks_i386.c1721 ((holder->machine.specFlags & OnProc) != 0 &&
H A Dpmap.c3870 else if (thread->machine.specFlags & CopyIOActive)

Completed in 187 milliseconds