Searched refs:cpu_hwIntCnt (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_cpu_i386.c107 rupts->hwResets = per_proc->cpu_hwIntCnt[T_NMI];
108 rupts->hwMachineChecks = per_proc->cpu_hwIntCnt[T_MACHINE_CHECK];
114 rupts->hwAlignments = 0; //per_proc->cpu_hwIntCnt[0x11];
116 rupts->hwFloatPointUnavailable = per_proc->cpu_hwIntCnt[T_NO_FPU];
118 rupts->hwDecrementers = per_proc->cpu_hwIntCnt[LAPIC_VECTOR(TIMER)];
120 rupts->hwIOErrors = per_proc->cpu_hwIntCnt[LAPIC_VECTOR(ERROR)];
124 rupts->hwSystemCalls = per_proc->cpu_hwIntCnt[UNIX_INT] +
125 per_proc->cpu_hwIntCnt[MACH_INT] +
126 per_proc->cpu_hwIntCnt[MACHDEP_INT] +
127 per_proc->cpu_hwIntCnt[DIAG_IN
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A DDiagnostics.c147 cpu_data_ptr[i]->cpu_hwIntCnt[j] = 0;
171 (void) copyout((char *) &cpu_data_ptr[i]->cpu_hwIntCnt, curpos + 8, 256 * sizeof(uint32_t)); /* Copy out interrupt
H A Dcpu_data.h201 uint32_t cpu_hwIntCnt[HWINTCNT_SIZE]; /* Interrupt counts */ member in struct:cpu_data
H A Dgenassym.c480 DECLARE("hwIntCnt", offsetof(cpu_data_t *,cpu_hwIntCnt));

Completed in 9 milliseconds