HomeSort by relevance Sort by last modified time
    Searched defs:vcpu (Results 1 - 5 of 5) sorted by null

  /external/linux-kselftest/tools/testing/selftests/kvm/lib/
kvm_util_internal.h 38 struct vcpu { struct
39 struct vcpu *next, *prev;
55 struct vcpu *vcpu_head;
66 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid);
kvm_util.c 300 * VCPU Find
304 * vcpuid - VCPU ID
309 * Pointer to VCPU structure
311 * Locates a vcpu structure that describes the VCPU specified by vcpuid and
312 * returns a pointer to it. Returns NULL if the VM doesn't contain a VCPU
315 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid)
317 struct vcpu *vcpup;
328 * VM VCPU Remove
332 * vcpuid - VCPU I
342 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
736 struct vcpu *vcpu; local
1051 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1080 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1108 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1135 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1162 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1175 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1188 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1215 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1249 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1273 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1322 struct vcpu *vcpu; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
processor.c 646 /* Adds a vCPU with reasonable defaults (i.e., a stack)
649 * vcpuid - The id of the VCPU to add to the VM.
650 * guest_code - The vCPU's entry point
660 /* Create VCPU */
771 /* VM VCPU CPUID Set
775 * vcpuid - VCPU id
782 * Set the VCPU's CPUID.
787 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
790 TEST_ASSERT(vcpu != NULL, "vcpu not found, vcpuid: %u", vcpuid)
857 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
891 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1020 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
1093 struct vcpu *vcpu = vcpu_find(vm, vcpuid); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
kvm.h 795 __u32 vcpu; member in struct:kvm_irq_routing_hv_sint
    [all...]
  /external/kernel-headers/original/uapi/linux/
kvm.h 1018 __u32 vcpu; member in struct:kvm_irq_routing_hv_sint
1227 * KVM_CREATE_VCPU receives as a parameter the vcpu slot, and returns
1228 * a vcpu fd.
    [all...]

Completed in 76 milliseconds