Home
last modified time | relevance | path

Searched refs:s390_virtio_hypercall (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Ds390-virtio-hcall.h23 int s390_virtio_hypercall(CPUS390XState *env);
H A Ds390-virtio-hcall.c28 int s390_virtio_hypercall(CPUS390XState *env) in s390_virtio_hypercall() function
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c122 r = s390_virtio_hypercall(env); in HELPER()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1499 ret = s390_virtio_hypercall(env); in handle_hypercall()