Home
last modified time | relevance | path

Searched defs:vmfd (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/system/
H A Dkvm_int.h110 int vmfd; member
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c948 int vmfd; member
958 int kvmfd = -1, vmfd = -1, cpufd = -1; in kvm_riscv_create_scratch_vcpu() local
/openbmc/qemu/target/arm/
H A Dkvm.c107 int ret = 0, kvmfd = -1, vmfd = -1, cpufd = -1; in kvm_arm_create_scratch_host_vcpu() local
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3778 bool kvm_device_supported(int vmfd, uint64_t type) in kvm_device_supported()