Lines Matching refs:message
176 } __attribute__((packed)) *msg = ap_msg->message; in ICAMEX_msg_to_type6MEX_msg()
263 } __attribute__((packed)) *msg = ap_msg->message; in ICACRT_msg_to_type6CRT_msg()
355 struct type86_reply *msg = reply->message; in convert_type86()
420 struct type86_reply *msg = reply->message; in convert_response()
465 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_pcicc_receive()
468 t86r = reply->message; in zcrypt_pcicc_receive()
473 memcpy(msg->message, reply->message, length); in zcrypt_pcicc_receive()
475 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcicc_receive()
497 ap_msg.message = (void *) get_zeroed_page(GFP_KERNEL); in zcrypt_pcicc_modexpo()
498 if (!ap_msg.message) in zcrypt_pcicc_modexpo()
518 free_page((unsigned long) ap_msg.message); in zcrypt_pcicc_modexpo()
537 ap_msg.message = (void *) get_zeroed_page(GFP_KERNEL); in zcrypt_pcicc_modexpo_crt()
538 if (!ap_msg.message) in zcrypt_pcicc_modexpo_crt()
558 free_page((unsigned long) ap_msg.message); in zcrypt_pcicc_modexpo_crt()