Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/powerpc/include/asm/
H A Dkvm_host.h205 extern struct kvm_device_ops kvm_xics_ops;
210 extern struct kvm_device_ops kvm_xive_ops;
211 extern struct kvm_device_ops kvm_xive_native_ops;
/linux-6.15/arch/riscv/include/asm/
H A Dkvm_aia.h91 extern struct kvm_device_ops kvm_riscv_aia_device_ops;
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic-kvm-device.c476 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
692 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
H A Dvgic-its.c26 static struct kvm_device_ops kvm_arm_vgic_its_ops;
2825 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
/linux-6.15/virt/kvm/
H A Dvfio.c350 static const struct kvm_device_ops kvm_vfio_ops = {
H A Dkvm_main.c4697 static const struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
4704 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()
4725 const struct kvm_device_ops *ops; in kvm_ioctl_create_device()
/linux-6.15/arch/loongarch/kvm/intc/
H A Dpch_pic.c508 static struct kvm_device_ops kvm_pch_pic_dev_ops = {
H A Dipi.c468 static struct kvm_device_ops kvm_ipi_dev_ops = {
H A Deiointc.c1016 static struct kvm_device_ops kvm_eiointc_dev_ops = {
/linux-6.15/arch/riscv/kvm/
H A Daia_device.c507 struct kvm_device_ops kvm_riscv_aia_device_ops = {
/linux-6.15/arch/s390/kvm/
H A Dkvm-s390.h504 extern struct kvm_device_ops kvm_flic_ops;
H A Dinterrupt.c2760 struct kvm_device_ops kvm_flic_ops = {
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_xive_native.c1275 struct kvm_device_ops kvm_xive_native_ops = {
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 = {