Searched refs:arch_vm_ioctl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 298 long (*arch_vm_ioctl)(struct file *filp, unsigned int ioctl, member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 300 int (*arch_vm_ioctl)(struct file *filp, unsigned int ioctl, member
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_pr.c | 2094 .arch_vm_ioctl = kvm_arch_vm_ioctl_pr,
|
H A D | powerpc.c | 2440 r = kvm->arch.kvm_ops->arch_vm_ioctl(filp, ioctl, arg); in kvm_arch_vm_ioctl()
|
H A D | book3s_hv.c | 5676 .arch_vm_ioctl = kvm_arch_vm_ioctl_hv,
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_pr.c | 2082 .arch_vm_ioctl = kvm_arch_vm_ioctl_pr,
|
H A D | powerpc.c | 2494 r = kvm->arch.kvm_ops->arch_vm_ioctl(filp, ioctl, arg); in kvm_arch_vm_ioctl()
|
H A D | book3s_hv.c | 6211 .arch_vm_ioctl = kvm_arch_vm_ioctl_hv,
|
Completed in 27 milliseconds