Home
last modified time | relevance | path

Searched refs:s390_pv_vm_try_disable_async (Results 1 – 3 of 3) sorted by relevance

/qemu/target/s390x/kvm/
H A Dpv.h44 bool s390_pv_vm_try_disable_async(S390CcwMachineState *ms);
64 static inline bool s390_pv_vm_try_disable_async(S390CcwMachineState *ms) { return false; } in s390_pv_vm_try_disable_async() function
H A Dpv.c124 bool s390_pv_vm_try_disable_async(S390CcwMachineState *ms) in s390_pv_vm_try_disable_async() function
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c337 if (!s390_pv_vm_try_disable_async(ms)) { in s390_machine_unprotect()