Searched refs:kvm_arch_vm_ioctl (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/arch/riscv/kvm/ |
D | vm.c | 212 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl() function
|
/linux-6.6.21/arch/mips/kvm/ |
D | mips.c | 990 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl() function
|
/linux-6.6.21/arch/arm64/kvm/ |
D | arm.c | 1573 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl() function
|
/linux-6.6.21/include/linux/ |
D | kvm_host.h | 1424 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg);
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | powerpc.c | 2382 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl() function
|
/linux-6.6.21/virt/kvm/ |
D | kvm_main.c | 4977 r = kvm_arch_vm_ioctl(filp, ioctl, arg); in kvm_vm_ioctl()
|
/linux-6.6.21/arch/s390/kvm/ |
D | kvm-s390.c | 2977 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl() function
|
/linux-6.6.21/arch/x86/kvm/ |
D | x86.c | 6770 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl() function
|