Searched refs:psmid (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/s390/include/asm/ |
D | ap.h | 293 unsigned long long psmid, in ap_nqap() argument 300 register unsigned long reg4 asm ("4") = (unsigned int) (psmid >> 32); in ap_nqap() 301 register unsigned long reg5 asm ("5") = psmid & 0xffffffff; in ap_nqap() 331 unsigned long long *psmid, in ap_dqap() argument 349 *psmid = (((unsigned long long) reg6) << 32) + reg7; in ap_dqap()
|
/Linux-v4.19/drivers/s390/crypto/ |
D | ap_queue.c | 68 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length, in __ap_send() argument 73 return ap_nqap(qid, psmid, msg, length); in __ap_send() 76 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) in ap_send() argument 80 status = __ap_send(qid, psmid, msg, length, 0); in ap_send() 95 int ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) in ap_recv() argument 101 status = ap_dqap(qid, psmid, msg, length); in ap_recv() 136 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv() 145 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv() 239 status = __ap_send(aq->qid, ap_msg->psmid, in ap_sm_write() 673 if (tmp->psmid == ap_msg->psmid) { in ap_cancel_message()
|
D | zcrypt_pcixcc.c | 92 unsigned long long psmid; in zcrypt_pcixcc_rng_supported() local 128 rc = ap_recv(aq->qid, &psmid, ap_msg.message, 4096); in zcrypt_pcixcc_rng_supported() 129 if (rc == 0 && psmid == 0x0102030405060708ULL) in zcrypt_pcixcc_rng_supported()
|
D | zcrypt_msgtype6.c | 1045 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() 1132 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_cprb_fc() 1188 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_ep11cprb_fc() 1283 ap_msg->psmid = (((unsigned long long) current->pid) << 32) + in get_rng_fc()
|
D | ap_bus.h | 192 unsigned long long psmid; /* Message id. */ member
|
D | zcrypt_msgtype50.c | 473 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_cex2a_modexpo() 519 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_cex2a_modexpo_crt()
|