Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkvm_types.h8 struct kvm_device_ops;
H A Dkvm_host.h2296 const struct kvm_device_ops *ops;
2303 struct kvm_device_ops { struct
2347 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); argument
2350 extern struct kvm_device_ops kvm_mpic_ops;
2351 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;
2352 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
/linux/arch/riscv/include/asm/
H A Dkvm_aia.h88 extern struct kvm_device_ops kvm_riscv_aia_device_ops;
/linux/arch/arm64/kvm/vgic/
H A Dvgic-kvm-device.c471 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
710 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
H A Dvgic-its.c26 static struct kvm_device_ops kvm_arm_vgic_its_ops;
2805 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
/linux/virt/kvm/
H A Dvfio.c347 static const struct kvm_device_ops kvm_vfio_ops = {
H A Dkvm_main.c4770 static const struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
4777 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()
4798 const struct kvm_device_ops *ops; in kvm_ioctl_create_device()
/linux/arch/loongarch/kvm/intc/
H A Dipi.c448 static struct kvm_device_ops kvm_ipi_dev_ops = {
H A Dpch_pic.c518 static struct kvm_device_ops kvm_pch_pic_dev_ops = {
H A Deiointc.c665 static struct kvm_device_ops kvm_eiointc_dev_ops = {
/linux/arch/riscv/kvm/
H A Daia_device.c477 struct kvm_device_ops kvm_riscv_aia_device_ops = {
/linux/arch/powerpc/kvm/
H A Dbook3s_xics.c1439 struct kvm_device_ops kvm_xics_ops = {
H A Dmpic.c1723 struct kvm_device_ops kvm_mpic_ops = {
H A Dbook3s_xive.c2972 struct kvm_device_ops kvm_xive_ops = {
/linux/arch/s390/kvm/
H A Dinterrupt.c2761 struct kvm_device_ops kvm_flic_ops = {