Home
last modified time | relevance | path

Searched refs:ml_get_apicid (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/osfmk/i386/
H A Dlapic.c84 ml_get_apicid(uint32_t cpu) in ml_get_apicid() function
H A Dlock_ticket_pv.c47 const unsigned long apicid = ml_get_apicid(cpu_number); in kvm_hc_kick_cpu()
H A Dlapic.h272 extern uint32_t ml_get_apicid(uint32_t cpu);
H A Dhpet.c142 rc = (*hpet_req)(ml_get_apicid(cpu), hpet_arg, &hpetReq); in hpet_request()