Home
last modified time | relevance | path

Searched refs:__vcpu_ioctl (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/kvm/aarch64/
H A Dvcpu_width_config.c
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h339 #define __vcpu_ioctl(vcpu, cmd, arg) \ macro
347 int ret = __vcpu_ioctl(vcpu, cmd, arg); \
631 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
682 return __vcpu_ioctl(vcpu, KVM_SET_SREGS, sregs); in _vcpu_sregs_set()
697 return __vcpu_ioctl(vcpu, KVM_GET_ONE_REG, &reg); in __vcpu_get_reg()
703 return __vcpu_ioctl(vcpu, KVM_SET_ONE_REG, &reg); in __vcpu_set_reg()
745 return __vcpu_ioctl(vcpu, KVM_SET_NESTED_STATE, state); in vcpu_nested_state_set()
756 int fd = __vcpu_ioctl(vcpu, KVM_GET_STATS_FD, NULL);
/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c166 return !__vcpu_ioctl(vcpu, KVM_HAS_DEVICE_ATTR, &dev); in is_steal_time_supported()
188 ret = __vcpu_ioctl(vcpu, KVM_SET_DEVICE_ATTR, &dev); in steal_time_init()
194 ret = __vcpu_ioctl(vcpu, KVM_SET_DEVICE_ATTR, &dev); in steal_time_init()
H A Dget-reg-list.c236 ret = __vcpu_ioctl(vcpu, KVM_SET_ONE_REG, &reg); in run_test()
255 ret = __vcpu_ioctl(vcpu, KVM_SET_ONE_REG, &reg); in run_test()
H A Dpre_fault_memory_test.c46 ret = __vcpu_ioctl(vcpu, KVM_PRE_FAULT_MEMORY, &range); in pre_fault_memory()
/linux/tools/testing/selftests/kvm/s390x/
H A Dresets.c
H A Dmemop.c
/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_cpuid.c
H A Dvmx_nested_tsc_scaling_test.c
H A Dsync_regs_test.c
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c322 r = __vcpu_ioctl(vcpu, KVM_SET_MP_STATE, &mps); in vm_arch_vcpu_add()