Searched refs:psmid (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/s390/include/asm/trace/ |
| H A D | ap.h | 26 TP_PROTO(u16 card, u16 dom, u32 status, u64 psmid), 27 TP_ARGS(card, dom, status, psmid), 32 __field(u64, psmid)), 37 __entry->psmid = psmid;), 42 (unsigned long)__entry->psmid) 57 TP_PROTO(u16 card, u16 dom, u32 status, u64 psmid), 58 TP_ARGS(card, dom, status, psmid) 73 TP_PROTO(u16 card, u16 dom, u32 status, u64 psmid), 74 TP_ARGS(card, dom, status, psmid)
|
| H A D | zcrypt.h | 92 TP_PROTO(void *ptr, u32 fc, u32 rc, u16 card, u16 dom, u64 psmid), 93 TP_ARGS(ptr, fc, rc, card, dom, psmid), 100 __field(u64, psmid)), 107 __entry->psmid = psmid;), 114 (unsigned long)__entry->psmid)
|
| /linux/arch/s390/include/asm/ |
| H A D | ap.h | 454 unsigned long long psmid, in ap_nqap() argument 461 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap() 462 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap() 510 unsigned long *psmid, in ap_dqap() argument 554 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap()
|
| /linux/drivers/s390/crypto/ |
| H A D | ap_queue.c | 103 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen, in __ap_send() argument 111 status = ap_nqap(qid, psmid, msg, msglen); in __ap_send() 114 status.value, psmid); in __ap_send() 150 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv() 157 status.value, aq->reply->psmid); in ap_sm_recv() 170 if (ap_msg->psmid != aq->reply->psmid) in ap_sm_recv() 185 __func__, aq->reply->psmid, in ap_sm_recv() 275 status = __ap_send(qid, ap_msg->psmid, in ap_sm_write() 1309 if (tmp->psmid == ap_msg->psmid) { in ap_cancel_message()
|
| H A D | zcrypt_msgtype6.c | 972 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo() 1017 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype6_modexpo_crt() 1060 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_cca_ap_msg() 1150 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in prep_ep11_ap_msg() 1264 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() 514 ap_msg->psmid = (((unsigned long)current->pid) << 32) + in zcrypt_msgtype50_modexpo_crt()
|
| H A D | ap_bus.h | 225 unsigned long psmid; /* Message id. */ member
|
| H A D | zcrypt_api.c | 742 ap_msg.psmid); in zcrypt_rsa_modexpo() 848 ap_msg.psmid); in zcrypt_rsa_crt() 984 ap_msg.psmid); in _zcrypt_send_cprb() 1187 ap_msg.psmid); in _zcrypt_send_ep11_cprb() 1280 ap_msg.psmid); in zcrypt_rng()
|