Home
last modified time | relevance | path

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

/qemu/target/s390x/kvm/
H A Dpv.h41 int s390_pv_query_info(void);
61 static inline int s390_pv_query_info(void) { return 0; } in s390_pv_query_info() function
H A Dpv.c72 int s390_pv_query_info(void) in s390_pv_query_info() function
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c382 rc = s390_pv_query_info(); in s390_machine_protect()