Home
last modified time | relevance | path

Searched refs:kvm_device_ops (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dkvm_types.h8 struct kvm_device_ops;
Dkvm_host.h1352 const struct kvm_device_ops *ops;
1359 struct kvm_device_ops { struct
1405 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); argument
1408 extern struct kvm_device_ops kvm_mpic_ops;
1409 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;
1410 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_host.h212 extern struct kvm_device_ops kvm_xics_ops;
217 extern struct kvm_device_ops kvm_xive_ops;
218 extern struct kvm_device_ops kvm_xive_native_ops;
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
Dvgic-kvm-device.c467 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
737 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
Dvgic-its.c2772 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
/kernel/linux/linux-5.10/virt/kvm/
Dvfio.c387 static struct kvm_device_ops kvm_vfio_ops = {
Dkvm_main.c3652 static const struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
3659 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()
3680 const struct kvm_device_ops *ops = NULL; in kvm_ioctl_create_device()
/kernel/linux/linux-5.10/arch/s390/kvm/
Dkvm-s390.h418 extern struct kvm_device_ops kvm_flic_ops;
Dinterrupt.c2759 struct kvm_device_ops kvm_flic_ops = {
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xive_native.c1264 struct kvm_device_ops kvm_xive_native_ops = {
Dbook3s_xics.c1448 struct kvm_device_ops kvm_xics_ops = {
Dmpic.c1723 struct kvm_device_ops kvm_mpic_ops = {
Dbook3s_xive.c2239 struct kvm_device_ops kvm_xive_ops = {