Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dkvm_types.h8 struct kvm_device_ops;
Dkvm_host.h2093 const struct kvm_device_ops *ops;
2100 struct kvm_device_ops { struct
2146 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); argument
2149 extern struct kvm_device_ops kvm_mpic_ops;
2150 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;
2151 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
/Linux-v6.1/arch/powerpc/include/asm/
Dkvm_host.h206 extern struct kvm_device_ops kvm_xics_ops;
211 extern struct kvm_device_ops kvm_xive_ops;
212 extern struct kvm_device_ops kvm_xive_native_ops;
/Linux-v6.1/arch/arm64/kvm/vgic/
Dvgic-kvm-device.c494 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
688 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
Dvgic-its.c2852 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
/Linux-v6.1/virt/kvm/
Dvfio.c363 static struct kvm_device_ops kvm_vfio_ops = {
Dkvm_main.c4375 static const struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
4382 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()
4403 const struct kvm_device_ops *ops; in kvm_ioctl_create_device()
/Linux-v6.1/arch/s390/kvm/
Dkvm-s390.h456 extern struct kvm_device_ops kvm_flic_ops;
Dinterrupt.c2757 struct kvm_device_ops kvm_flic_ops = {
/Linux-v6.1/arch/powerpc/kvm/
Dbook3s_xive_native.c1276 struct kvm_device_ops kvm_xive_native_ops = {
Dbook3s_xics.c1439 struct kvm_device_ops kvm_xics_ops = {
Dmpic.c1723 struct kvm_device_ops kvm_mpic_ops = {
Dbook3s_xive.c2976 struct kvm_device_ops kvm_xive_ops = {