Home
last modified time | relevance | path

Searched defs:pv_resp (Results 1 – 4 of 4) sorted by relevance

/qemu/target/s390x/kvm/
H A Dpv.h75 struct S390PVResponse *pv_resp, in s390_pv_set_sec_parms()
78 struct S390PVResponse *pv_resp) { return 0; } in s390_pv_unpack()
80 static inline int s390_pv_verify(struct S390PVResponse *pv_resp) { return 0; } in s390_pv_verify()
83 struct S390PVResponse pv_resp) {}; in s390_pv_inject_reset_error()
H A Dpv.c33 struct S390PVResponse *pv_resp) in __s390_pv_cmd()
63 #define s390_pv_cmd_pv_resp(cmd, data, pv_resp) \ argument
153 struct S390PVResponse *pv_resp, Error **errp) in s390_pv_set_sec_parms()
177 uint64_t tweak, struct S390PVResponse *pv_resp) in s390_pv_unpack()
193 int s390_pv_verify(struct S390PVResponse *pv_resp) in s390_pv_verify()
204 struct S390PVResponse pv_resp) in s390_pv_inject_reset_error()
/qemu/hw/s390x/
H A Dipl.c678 int s390_ipl_prepare_pv_header(struct S390PVResponse *pv_resp, Error **errp) in s390_ipl_prepare_pv_header()
693 int s390_ipl_pv_unpack(struct S390PVResponse *pv_resp) in s390_ipl_pv_unpack()
H A Ds390-virtio-ccw.c369 struct S390PVResponse *pv_resp) in s390_machine_protect()
456 struct S390PVResponse pv_resp; in s390_machine_reset() local