Home
last modified time | relevance | path

Searched refs:cpu_hwIntCnt (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/osfmk/i386/
H A DDiagnostics.c152 cpu_data_ptr[i]->cpu_hwIntCnt[j] = 0; in diagCall64()
177 …(void) copyout((char *) &cpu_data_ptr[i]->cpu_hwIntCnt, curpos + 8, 256 * sizeof(uint32_t)); /*… in diagCall64()
H A Dcpu_data.h242 uint32_t cpu_hwIntCnt[HWINTCNT_SIZE]; /* Interrupt counts */ member
H A Dgenassym.c363 DECLARE("hwIntCnt", offsetof(cpu_data_t, cpu_hwIntCnt)); in main()