Home
last modified time | relevance | path

Searched refs:psmid (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dap.h432 unsigned long long psmid, in ap_nqap() argument
439 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap()
440 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap()
488 unsigned long *psmid, in ap_dqap() argument
532 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap()
/openbmc/linux/drivers/s390/crypto/
H A Dap_queue.c88 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen, in __ap_send() argument
93 return ap_nqap(qid, psmid, msg, msglen); in __ap_send()
127 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv()
142 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv()
157 __func__, aq->reply->psmid, in ap_sm_recv()
232 status = __ap_send(qid, ap_msg->psmid, in ap_sm_write()
1093 if (tmp->psmid == ap_msg->psmid) { in ap_cancel_message()
H A Dzcrypt_msgtype6.c984 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo()
1034 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt()
1085 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_cca_ap_msg()
1182 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_ep11_ap_msg()
1295 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_rng_ap_msg()
H A Dzcrypt_msgtype50.c465 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype50_modexpo()
515 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype50_modexpo_crt()
H A Dap_bus.h231 unsigned long psmid; /* Message id. */ member