/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ap.h | 293 * @psmid: The program supplied message identifier 303 unsigned long long psmid, in ap_nqap() 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() 325 * @psmid: Pointer to program supplied message identifier 341 unsigned long long *psmid, in ap_dqap() 359 *psmid = (((unsigned long long) reg6) << 32) + reg7; in ap_dqap() 302 ap_nqap(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) ap_nqap() argument 340 ap_dqap(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) ap_dqap() argument
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ap.h | 422 * @psmid: The program supplied message identifier 432 unsigned long long psmid, in ap_nqap() 439 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap() 440 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap() 459 * @psmid: Pointer to program supplied message identifier 488 unsigned long *psmid, in ap_dqap() 532 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | ap_queue.c | 60 * @psmid: The program supplied message identifier 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() [all...] |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | ap_bus.h | 223 unsigned long long psmid; /* Message id. */ member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | ap_queue.c | 77 * @psmid: The program supplied message identifier 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() 156 AP_DBF_WARN("%s unassociated reply psmid=0x%016lx on 0x%02x.%04x\n", 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() 1084 * reply will be discarded because the psmid ca [all...] |
H A 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()
|
H A 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()
|
H A D | ap_bus.h | 231 unsigned long psmid; /* Message id. */ member
|