Searched refs:apicid (Results 1 – 6 of 6) sorted by relevance
93 int apicid; in x2apic_ldr() local96 apicid = vlapic_get_id(vlapic); in x2apic_ldr()97 ldr = 1 << (apicid & 0xf); in x2apic_ldr()98 ldr |= (apicid & 0xffff0) << 12; in x2apic_ldr()
77 int vm_apicid2vcpu(struct vmctx *ctx, int apicid);
432 vm_apicid2vcpu(struct vmctx *ctx, int apicid) in vm_apicid2vcpu() argument438 return (apicid); in vm_apicid2vcpu()
791 apicid = xen_vcpu_physid_to_x86_apicid(cpu_id.phys_id); in start_all_aps()795 x86_acpiid_to_apicid[acpiid] = apicid; in start_all_aps()
205 int vm_apicid2vcpuid(struct vm *vm, int apicid);
2151 vm_apicid2vcpuid(struct vm *vm, int apicid) in vm_apicid2vcpuid() argument2156 return (apicid); in vm_apicid2vcpuid()