Searched refs:pv_resp (Results 1 – 5 of 5) sorted by relevance
/qemu/target/s390x/kvm/ |
H A D | pv.c | 33 struct S390PVResponse *pv_resp) in __s390_pv_cmd() argument 50 if (pv_resp) { in __s390_pv_cmd() 51 pv_resp->cmd = cmd; in __s390_pv_cmd() 52 pv_resp->rc = pv_cmd.rc; in __s390_pv_cmd() 53 pv_resp->rrc = pv_cmd.rrc; in __s390_pv_cmd() 63 #define s390_pv_cmd_pv_resp(cmd, data, pv_resp) \ argument 64 __s390_pv_cmd(cmd, #cmd, data, pv_resp) 153 struct S390PVResponse *pv_resp, Error **errp) in s390_pv_set_sec_parms() argument 161 ret = s390_pv_cmd_pv_resp(KVM_PV_SET_SEC_PARMS, &args, pv_resp); in s390_pv_set_sec_parms() 164 if (pv_resp->rc == UV_RC_SSC_INVAL_HOSTKEY) { in s390_pv_set_sec_parms() [all …]
|
H A D | pv.h | 52 struct S390PVResponse *pv_resp, Error **errp); 54 struct S390PVResponse *pv_resp); 56 int s390_pv_verify(struct S390PVResponse *pv_resp); 59 struct S390PVResponse pv_resp); 75 struct S390PVResponse *pv_resp, in s390_pv_set_sec_parms() argument 78 struct S390PVResponse *pv_resp) { return 0; } in s390_pv_unpack() argument 80 static inline int s390_pv_verify(struct S390PVResponse *pv_resp) { return 0; } in s390_pv_verify() argument 83 struct S390PVResponse pv_resp) {}; in s390_pv_inject_reset_error() argument
|
/qemu/hw/s390x/ |
H A D | ipl.h | 32 int s390_ipl_prepare_pv_header(struct S390PVResponse *pv_resp, 34 int s390_ipl_pv_unpack(struct S390PVResponse *pv_resp);
|
H A D | s390-virtio-ccw.c | 369 struct S390PVResponse *pv_resp) in s390_machine_protect() argument 412 rc = s390_ipl_prepare_pv_header(pv_resp, &local_err); in s390_machine_protect() 418 rc = s390_ipl_pv_unpack(pv_resp); in s390_machine_protect() 424 rc = s390_pv_verify(pv_resp); in s390_machine_protect() 456 struct S390PVResponse pv_resp; in s390_machine_reset() local 545 if (s390_machine_protect(ms, &pv_resp)) { in s390_machine_reset() 546 s390_pv_inject_reset_error(cs, pv_resp); in s390_machine_reset()
|
H A D | ipl.c | 678 int s390_ipl_prepare_pv_header(struct S390PVResponse *pv_resp, Error **errp) in s390_ipl_prepare_pv_header() argument 688 pv_resp, errp); in s390_ipl_prepare_pv_header() 693 int s390_ipl_pv_unpack(struct S390PVResponse *pv_resp) in s390_ipl_pv_unpack() argument 703 pv_resp); in s390_ipl_pv_unpack()
|