Searched refs:vcpu_find (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 381 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid) in vcpu_find() function 408 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vm_vcpu_rm() 809 vcpu = vcpu_find(vm, vcpuid); in vm_vcpu_add() 1119 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_state() 1148 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in _vcpu_run() 1160 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_run_complete_io() 1192 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_set_mp_state() 1219 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_regs_get() 1246 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_regs_set() 1260 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_events_get() [all …]
|
D | kvm_util_internal.h | 66 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid);
|
/external/strace/ |
D | kvm.c | 53 vcpu_find(struct tcb *const tcp, int fd) in vcpu_find() function 97 struct vcpu_info *vcpu_info = vcpu_find(tcp, fd); in vcpu_register() 135 struct vcpu_info *vcpu_info = vcpu_find(tcp, fd); in vcpu_get_info()
|
D | ChangeLog | 1341 (vcpu_find, vcpu_alloc, vcpu_register, vcpu_getinfo,
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 785 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_set_cpuid() 855 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_get_msr() 889 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in _vcpu_set_msr() 1067 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_save_state() 1150 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_load_state()
|