Home
last modified time | relevance | path

Searched refs:KVM_RUN (Results 1 – 2 of 2) sorted by relevance

/DragonOS/user/apps/test_kvm/
H A Dmain.c26 #define KVM_RUN 0x00 macro
110 ioctl(vcpufd, KVM_RUN, 0); in main()
/DragonOS/kernel/src/virt/kvm/
H A Dvcpu_dev.rs25 pub const KVM_RUN: u32 = 0x00; constant
156 KVM_RUN => { in ioctl()