Searched refs:psmid (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/s390/include/asm/ |
D | ap.h | 432 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()
|
/Linux-v6.6/drivers/s390/crypto/ |
D | ap_queue.c | 88 __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()
|
D | zcrypt_msgtype6.c | 984 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()
|
D | zcrypt_msgtype50.c | 465 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()
|
D | ap_bus.h | 231 unsigned long psmid; /* Message id. */ member
|