Searched refs:apicid (Results 1 – 3 of 3) sorted by relevance
100 int apicid; in x2apic_ldr() local103 apicid = vlapic_get_id(vlapic); in x2apic_ldr()104 ldr = 1 << (apicid & 0xf); in x2apic_ldr()105 ldr |= (apicid & 0xffff0) << 12; in x2apic_ldr()
277 int vm_apicid2vcpuid(struct vm *vm, int apicid);
2537 vm_apicid2vcpuid(struct vm *vm, int apicid) in vm_apicid2vcpuid() argument2542 return (apicid); in vm_apicid2vcpuid()