Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkvm_types.h8 struct kvm_device_ops;
A Dkvm_host.h1677 const struct kvm_device_ops *ops;
1684 struct kvm_device_ops { struct
1730 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); argument
1733 extern struct kvm_device_ops kvm_mpic_ops;
1734 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;
1735 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
/linux/arch/powerpc/include/asm/
A Dkvm_host.h199 extern struct kvm_device_ops kvm_xics_ops;
204 extern struct kvm_device_ops kvm_xive_ops;
205 extern struct kvm_device_ops kvm_xive_native_ops;
/linux/arch/arm64/kvm/vgic/
A Dvgic-kvm-device.c474 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
744 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
A Dvgic-its.c2769 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
/linux/virt/kvm/
A Dvfio.c387 static struct kvm_device_ops kvm_vfio_ops = {
A Dkvm_main.c4015 static const struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
4022 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()
4043 const struct kvm_device_ops *ops = NULL; in kvm_ioctl_create_device()
/linux/arch/s390/kvm/
A Dkvm-s390.h428 extern struct kvm_device_ops kvm_flic_ops;
A Dinterrupt.c2748 struct kvm_device_ops kvm_flic_ops = {
/linux/arch/powerpc/kvm/
A Dbook3s_xive_native.c1285 struct kvm_device_ops kvm_xive_native_ops = {
A Dbook3s_xics.c1448 struct kvm_device_ops kvm_xics_ops = {
A Dmpic.c1723 struct kvm_device_ops kvm_mpic_ops = {
A Dbook3s_xive.c2377 struct kvm_device_ops kvm_xive_ops = {

Completed in 71 milliseconds