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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_native.c96 DBGLOG(cpu_handle, cpu_number(), MP_TLB_FLUSH);
H A Dmp.h210 extern cpu_signal_event_log_t *cpu_handle[];
233 cpu_signal_event_log_t **hdl_logpp = &cpu_handle[cpu]; \
245 panic("DBGLOG_CPU_INIT cpu_handle allocation failed\n");\
H A Dmp.c477 cpu_signal_event_log_t *cpu_handle[MAX_CPUS]; variable
503 DBGLOG(cpu_handle,my_cpu,MP_KDP);
519 DBGLOG(cpu_handle,my_cpu,MP_TLB_FLUSH);
523 DBGLOG(cpu_handle,my_cpu,MP_AST);
527 DBGLOG(cpu_handle,my_cpu,MP_RENDEZVOUS);
531 DBGLOG(cpu_handle,my_cpu,MP_BROADCAST);
535 DBGLOG(cpu_handle,my_cpu,MP_CHUD);
539 DBGLOG(cpu_handle,my_cpu,MP_CALL);
543 DBGLOG(cpu_handle,my_cpu,MP_CALL_PM);
H A DpmCPU.c107 DBGLOG(cpu_handle, cpu_number(), MP_IDLE);
151 DBGLOG(cpu_handle, cpu_number(), MP_UNIDLE);

Completed in 30 milliseconds