Searched full:vcpuid (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 1581 TP_PROTO(u32 vmid, u32 vcpuid), 1582 TP_ARGS(vmid, vcpuid), 1586 __field(u32, vcpuid) 1591 __entry->vcpuid = vcpuid; 1594 TP_printk("vmid=%u, vcpuid=%u", 1595 __entry->vmid, __entry->vcpuid) 1619 TP_PROTO(u32 vcpuid, u32 apicid), 1620 TP_ARGS(vcpuid, apicid), 1623 __field(u32, vcpuid) 1628 __entry->vcpuid = vcpuid; [all …]
|
| /linux/include/xen/interface/ |
| H A D | vcpu.h | 15 * int vcpu_op(int cmd, int vcpuid, void *extra_args) 17 * @vcpuid == VCPU to operate on.
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | ucna_injection_test.c | 254 static struct kvm_vcpu *create_vcpu_with_mce_cap(struct kvm_vm *vm, u32 vcpuid, in create_vcpu_with_mce_cap() argument 257 struct kvm_vcpu *vcpu = vm_vcpu_add(vm, vcpuid, guest_code); in create_vcpu_with_mce_cap()
|
| /linux/include/xen/arm/ |
| H A D | hypercall.h | 55 int HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args);
|
| /linux/drivers/scsi/ |
| H A D | vmw_pvscsi.h | 305 * - vcpuHint: vcpuId of the processor that will be most likely waiting for the 308 * completion action to the proper vcpu. For now, we can use the vcpuId of
|
| /linux/arch/x86/include/asm/xen/ |
| H A D | hypercall.h | 469 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument 471 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
|