Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Dap.h334 unsigned long long psmid, in ap_nqap() argument
341 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap()
342 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap()
389 unsigned long long *psmid, in ap_dqap() argument
432 *psmid = (((unsigned long long)rp1.even) << 32) + rp1.odd; in ap_dqap()
/linux-6.3-rc2/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()
1089 ap_msg->psmid = (((unsigned long long)current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt()
1140 ap_msg->psmid = (((unsigned long long)current->pid) << 32) + in prep_cca_ap_msg()
1221 ap_msg->psmid = (((unsigned long long)current->pid) << 32) + in prep_ep11_ap_msg()
1331 ap_msg->psmid = (((unsigned long long)current->pid) << 32) + in prep_rng_ap_msg()
A Dap_bus.h245 unsigned long long psmid; /* Message id. */ member
A Dzcrypt_msgtype50.c479 ap_msg->psmid = (((unsigned long long)current->pid) << 32) + in zcrypt_cex2a_modexpo()
530 ap_msg->psmid = (((unsigned long long)current->pid) << 32) + in zcrypt_cex2a_modexpo_crt()

Completed in 12 milliseconds