Home
last modified time | relevance | path

Searched defs:kvm_arch_dev_ioctl (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/kvm/
H A Dmod.rs17 pub fn kvm_arch_dev_ioctl(cmd: u32, _arg: usize) -> Result<usize, SystemError> { in kvm_arch_dev_ioctl() method
/DragonOS/kernel/src/arch/x86_64/kvm/
H A Dmod.rs53 pub fn kvm_arch_dev_ioctl(cmd: u32, _arg: usize) -> Result<usize, SystemError> { in kvm_arch_dev_ioctl() method