Searched refs:psmid (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | ap.h | 303 unsigned long long psmid, in ap_nqap() argument 310 register unsigned long reg4 asm ("4") = (unsigned int) (psmid >> 32); in ap_nqap() 311 register unsigned long reg5 asm ("5") = psmid & 0xffffffff; in ap_nqap() 341 unsigned long long *psmid, in ap_dqap() argument 359 *psmid = (((unsigned long long) reg6) << 32) + reg7; in ap_dqap()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | ap_queue.c | 71 __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); in ap_recv() 140 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv() 151 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv() 161 __func__, aq->reply->psmid, in ap_sm_recv() 240 status = __ap_send(qid, ap_msg->psmid, in ap_sm_write() [all …]
|
D | zcrypt_cex2c.c | 184 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()
|
D | zcrypt_msgtype6.c | 1032 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_modexpo() 1079 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt() 1126 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_cprb_fc() 1183 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_ep11cprb_fc() 1279 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_rng_fc()
|
D | ap_bus.h | 223 unsigned long long psmid; /* Message id. */ member
|
D | zcrypt_msgtype50.c | 477 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()
|