Home
last modified time | relevance | path

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

/qemu/target/s390x/kvm/
H A Dpv.h48 int s390_pv_verify(void);
69 static inline int s390_pv_verify(void) { return 0; } in s390_pv_verify() function
H A Dpv.c189 int s390_pv_verify(void) in s390_pv_verify() function
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c400 rc = s390_pv_verify(); in s390_machine_protect()