Searched refs:traceMask (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dlow_trace.h79 unsigned int traceMask; /* Types to be traced */ member in struct:traceWork
H A Dppc_init.c221 if(dgWork.dgFlags & enaExpTrace) trcWork.traceMask = 0xFFFFFFFF; /* If tracing requested, enable it */
224 trcWork.traceMask = (trcWork.traceMask & 0xFFFFFFF0) | (cputrace & 0xF); /* Limit to 4 */
H A Dpcb.c641 if(trcWork.traceMask) dbgTrace(0x9903, (unsigned int)old, (unsigned int)new, 0, 0); /* Cut trace entry if tracing */
H A DFirmware.s1777 lwz r3,traceMask(0) ; Get the old trace flags to pass back
1778 stw r4,traceMask(0) ; Replace with the new ones
H A Dgenassym.c1394 DECLARE("traceMask", offsetof(struct lowglo *, lgTrcWork.traceMask));
H A Dlowmem_vectors.s911 lwz r23,traceMask(0) ; Get the trace mask
1049 lwz r23,traceMask(0) ; Get the trace mask
1455 lwz r25,traceMask(0) ; Get the trace mask
1787 lwz r25,traceMask(0) ; Get the trace mask
H A Dhw_exception.s1688 stw r31,traceMask(0) ; Force tracing off right now
H A Dcswtch.s158 lwz r2,traceMask(0) ; Get the enabled traces
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c776 if(trcWork.traceMask) dbgTrace(0x1100, (unsigned int)kmsg->ikm_header->msgh_id,

Completed in 185 milliseconds