Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/ !
H A Dlock_ticket_pv.c47 const unsigned long apicid = ml_get_apicid(cpu_number); in kvm_hc_kick_cpu() local
48 kvmcompat_hypercall2(KVM_HC_KICK_CPU, 0, apicid); in kvm_hc_kick_cpu()
H A Dhpet.h113 extern int hpet_register_callback(int (*hpet_reqst)(uint32_t apicid, void *arg, hpetRequest_t *hpet…
H A Dhpet.c83 static int (*hpet_req)(uint32_t apicid, void *arg, hpetRequest_t *hpet) = NULL;
93 hpet_register_callback(int (*hpet_reqst)(uint32_t apicid, in hpet_register_callback() argument