/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 315 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid) in vcpu_find() 317 struct vcpu *vcpup; in vcpu_find() 342 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vm_vcpu_rm() local 345 ret = munmap(vcpu->state, sizeof(*vcpu->state)); in vm_vcpu_rm() 348 close(vcpu->fd); in vm_vcpu_rm() 352 if (vcpu->next) in vm_vcpu_rm() 353 vcpu->next->prev = vcpu->prev; in vm_vcpu_rm() 354 if (vcpu->prev) in vm_vcpu_rm() 355 vcpu->prev->next = vcpu->next; in vm_vcpu_rm() 357 vm->vcpu_head = vcpu->next; in vm_vcpu_rm() [all …]
|
D | kvm_util_internal.h | 38 struct vcpu { struct 39 struct vcpu *next, *prev; argument 55 struct vcpu *vcpu_head; argument 66 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid);
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 787 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_set_cpuid() local 790 TEST_ASSERT(vcpu != NULL, "vcpu not found, vcpuid: %u", vcpuid); in vcpu_set_cpuid() 792 rc = ioctl(vcpu->fd, KVM_SET_CPUID2, cpuid); in vcpu_set_cpuid() 857 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_get_msr() local 864 TEST_ASSERT(vcpu != NULL, "vcpu not found, vcpuid: %u", vcpuid); in vcpu_get_msr() 867 r = ioctl(vcpu->fd, KVM_GET_MSRS, &buffer.header); in vcpu_get_msr() 891 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_set_msr() local 898 TEST_ASSERT(vcpu != NULL, "vcpu not found, vcpuid: %u", vcpuid); in vcpu_set_msr() 903 r = ioctl(vcpu->fd, KVM_SET_MSRS, &buffer.header); in vcpu_set_msr() 1020 struct vcpu *vcpu = vcpu_find(vm, vcpuid); in vcpu_save_state() local [all …]
|
/external/syzkaller/sys/fuchsia/ |
D | hypervisor_guests.txt | 12 zx_vcpu_resume(vcpu zx_vcpu, options const[0]) 13 zx_vcpu_interrupt(vcpu zx_vcpu, vector int32) 14 zx_vcpu_read_state(vcpu zx_vcpu, kind int32, buffer buffer[in], buflen len[buffer]) 15 zx_vcpu_write_state(vcpu zx_vcpu, kind int32, buffer buffer[out], buflen len[buffer])
|
/external/elfutils/tests/ |
D | run-unstrip-M.sh | 38 7f31ea3f9000-7f31ea3fc000 rw-s 00000000 00:09 3744 anon_inode:kvm-vcpu 39 7f31ea3fc000-7f31ea3ff000 rw-s 00000000 00:09 3744 anon_inode:kvm-vcpu
|
/external/strace/tests-mx32/ |
D | ioctl_kvm_run_auxstr_vcpu.gen.test | 3 set -- -a36 -y -e kvm=vcpu
|
D | gen_tests.in | 144 ioctl_kvm_run_auxstr_vcpu +ioctl.test -a36 -y -e kvm=vcpu
|
/external/strace/tests/ |
D | ioctl_kvm_run_auxstr_vcpu.gen.test | 3 set -- -a36 -y -e kvm=vcpu
|
D | gen_tests.in | 144 ioctl_kvm_run_auxstr_vcpu +ioctl.test -a36 -y -e kvm=vcpu
|
/external/strace/tests-m32/ |
D | ioctl_kvm_run_auxstr_vcpu.gen.test | 3 set -- -a36 -y -e kvm=vcpu
|
D | gen_tests.in | 144 ioctl_kvm_run_auxstr_vcpu +ioctl.test -a36 -y -e kvm=vcpu
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 35 | 22 [ 37.540576] &vcpu->mutex
|
/external/u-boot/arch/arm/dts/ |
D | meson-gx.dtsi | 162 clock-output-names = "vcpu";
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 1018 __u32 vcpu; member
|
/external/strace/ |
D | NEWS | 28 * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
|
D | ChangeLog | 1270 tests: check decoding of vcpu auxstr. 1288 strace.1.in: document -e kvm=vcpu option. 1289 * strace.1.in (-e kvm=vcpu): Document new option. 1290 * NEWS: Mention -e kvm=vcpu option. 1296 kvm: attach the exit reason of vcpu as auxstr to KVM_RUN output. 1297 In KVM, a virtual machine implementation like Qemu can access a vcpu 1298 via ioctl. KVM_RUN is an ioctl command to enter vcpu. The command 1304 change prints the reason as auxstr if "-e kvm=vcpu" option is given, 1306 e46b469278a59781f9b25ff608af84892963821b, "kvm: embed vcpu id to dentry 1307 of vcpu anon inode." [all …]
|
/external/syzkaller/sys/linux/ |
D | kvm.txt | 440 vcpu int32
|