Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dap.h440 unsigned long long psmid, in ap_nqap() argument
447 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap()
448 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap()
496 unsigned long *psmid, in ap_dqap() argument
540 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap()
/linux/drivers/s390/crypto/
A Dap_queue.c97 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen, in __ap_send() argument
102 return ap_nqap(qid, psmid, msg, msglen); in __ap_send()
136 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv()
153 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv()
168 __func__, aq->reply->psmid, in ap_sm_recv()
258 status = __ap_send(qid, ap_msg->psmid, in ap_sm_write()
1239 if (tmp->psmid == ap_msg->psmid) { in ap_cancel_message()
A Dzcrypt_msgtype6.c980 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo()
1030 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt()
1081 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_cca_ap_msg()
1178 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_ep11_ap_msg()
1291 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_rng_ap_msg()
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()
A Dap_bus.h219 unsigned long psmid; /* Message id. */ member

Completed in 15 milliseconds