Home
last modified time | relevance | path

Searched refs:KVM_S390_VIRTIO_CCW_NOTIFY (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dvirtio-ccw.h16 #define KVM_S390_VIRTIO_CCW_NOTIFY 3 macro
/openbmc/qemu/include/standard-headers/asm-s390/
H A Dvirtio-ccw.h16 #define KVM_S390_VIRTIO_CCW_NOTIFY 3 macro
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h139 #define KVM_S390_VIRTIO_CCW_NOTIFY 3 macro
H A Dvirtio.c67 return kvm_hypercall(KVM_S390_VIRTIO_CCW_NOTIFY, *(u32 *)&schid, in virtio_notify()
/openbmc/linux/arch/s390/kvm/
H A Ddiag.c253 (vcpu->run->s.regs.gprs[1] != KVM_S390_VIRTIO_CCW_NOTIFY)) in __diag_virtio_hypercall()
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c172 s390_register_virtio_hypercall(KVM_S390_VIRTIO_CCW_NOTIFY, in virtio_ccw_register_hcalls()
/openbmc/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c402 info->cookie = kvm_hypercall3(KVM_S390_VIRTIO_CCW_NOTIFY, in virtio_ccw_do_kvm_notify()