Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dap.h322 unsigned long long psmid, in ap_nqap() argument
329 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap()
330 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap()
377 unsigned long long *psmid, in ap_dqap() argument
419 *psmid = (((unsigned long long)rp1.even) << 32) + rp1.odd; in ap_dqap()
/linux/drivers/s390/crypto/
A Dap_queue.c71 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length, in __ap_send() argument
76 return ap_nqap(qid, psmid, msg, length); in __ap_send()
79 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) in ap_send() argument
83 status = __ap_send(qid, psmid, msg, length, 0); in ap_send()
98 int ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) in ap_recv() argument
104 status = ap_dqap(qid, psmid, msg, length, NULL, NULL); in ap_recv()
151 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv()
166 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv()
181 __func__, aq->reply->psmid, in ap_sm_recv()
261 status = __ap_send(qid, ap_msg->psmid, in ap_sm_write()
[all …]
A Dzcrypt_cex2c.c184 unsigned long long psmid; in zcrypt_cex2c_rng_supported() local
219 rc = ap_recv(aq->qid, &psmid, ap_msg.msg, 4096); in zcrypt_cex2c_rng_supported()
220 if (rc == 0 && psmid == 0x0102030405060708ULL) in zcrypt_cex2c_rng_supported()
A Dzcrypt_msgtype6.c1039 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_modexpo()
1087 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt()
1135 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_cprb_fc()
1193 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_ep11cprb_fc()
1290 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_rng_fc()
A Dzcrypt_msgtype50.c478 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_cex2a_modexpo()
523 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_cex2a_modexpo_crt()
A Dap_bus.h224 unsigned long long psmid; /* Message id. */ member

Completed in 14 milliseconds