Searched refs:fmt_o (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dvsie.c219 * @fmt_o: format of the original guest crycb.
230 int fmt_o, int fmt_h)
232 switch (fmt_o) {
306 int fmt_o = crycbd_o & CRYCB_FORMAT_MASK; local
314 if (!apie_s && (!key_msk || (fmt_o == CRYCB_FORMAT0)))
320 if (fmt_o == CRYCB_FORMAT1)
328 fmt_o, fmt_h);
227 setup_apcb(struct kvm_vcpu *vcpu, struct kvm_s390_crypto_cb *crycb_s, const u32 crycb_gpa, struct kvm_s390_crypto_cb *crycb_h, int fmt_o, int fmt_h) argument

Completed in 115 milliseconds