Searched refs:psmid (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_pcixcc.c | 170 unsigned long long psmid; in zcrypt_pcixcc_mcl() local 186 rc = ap_recv(ap_dev->qid, &psmid, reply, 4096); in zcrypt_pcixcc_mcl() 187 if (rc == 0 && psmid == 0x0102030405060708ULL) in zcrypt_pcixcc_mcl() 217 unsigned long long psmid; in zcrypt_pcixcc_rng_supported() local 239 rc = ap_recv(ap_dev->qid, &psmid, ap_msg.message, 4096); in zcrypt_pcixcc_rng_supported() 240 if (rc == 0 && psmid == 0x0102030405060708ULL) in zcrypt_pcixcc_rng_supported()
|
D | ap_bus.c | 363 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length, in __ap_send() argument 371 register unsigned long reg4 asm ("4") = (unsigned int) (psmid >> 32); in __ap_send() 372 register unsigned long reg5 asm ("5") = psmid & 0xffffffff; in __ap_send() 386 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) in ap_send() argument 390 status = __ap_send(qid, psmid, msg, length, 0); in ap_send() 424 __ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) in __ap_recv() argument 442 *psmid = (((unsigned long long) reg6) << 32) + reg7; in __ap_recv() 446 int ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) in ap_recv() argument 450 status = __ap_recv(qid, psmid, msg, length); in ap_recv() 556 status = __ap_recv(ap_dev->qid, &ap_dev->reply->psmid, in ap_sm_recv() [all …]
|
D | ap_bus.h | 212 unsigned long long psmid; /* Message id. */ member 246 ap_msg->psmid = 0; in ap_init_message()
|
D | zcrypt_msgtype6.c | 925 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_modexpo() 969 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt() 1013 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_send_cprb() 1055 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_send_ep11_cprb() 1099 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_msgtype6_rng()
|
D | zcrypt_msgtype50.c | 441 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_cex2a_modexpo() 487 ap_msg.psmid = (((unsigned long long) current->pid) << 32) + in zcrypt_cex2a_modexpo_crt()
|