Searched refs:op_code (Results 1 – 8 of 8) sorted by relevance
| /qemu/backends/ |
| A D | cryptodev-builtin.c | 384 switch (sess_info->op_code) { in cryptodev_builtin_create_session() 401 sess_info->op_code); in cryptodev_builtin_create_session() 488 CryptoDevBackendBuiltinSession *sess, uint32_t op_code, in cryptodev_builtin_asym_operation() argument 493 switch (op_code) { in cryptodev_builtin_asym_operation() 523 if (op_code == VIRTIO_CRYPTO_AKCIPHER_VERIFY) { in cryptodev_builtin_asym_operation() 570 status = cryptodev_builtin_asym_operation(sess, op_info->op_code, in cryptodev_builtin_operation()
|
| A D | cryptodev-lkcf.c | 309 int ret, status, op_code = task->op_info->op_code; in cryptodev_lkcf_execute_task() local 355 switch (op_code) { in cryptodev_lkcf_execute_task() 405 error_setg(&local_error, "Unknown opcode: %u", op_code); in cryptodev_lkcf_execute_task() 418 status = op_code == VIRTIO_CRYPTO_AKCIPHER_VERIFY ? in cryptodev_lkcf_execute_task() 578 switch (sess_info->op_code) { in cryptodev_lkcf_create_session() 588 sess_info->op_code); in cryptodev_lkcf_create_session()
|
| A D | cryptodev-vhost-user.c | 268 uint32_t op_code = sess_info->op_code; in cryptodev_vhost_user_create_session() local 273 switch (op_code) { in cryptodev_vhost_user_create_session() 285 sess_info->op_code); in cryptodev_vhost_user_create_session()
|
| A D | cryptodev.c | 199 switch (op_info->op_code) { in cryptodev_backend_account() 223 switch (op_info->op_code) { in cryptodev_backend_account()
|
| /qemu/include/sysemu/ |
| A D | cryptodev.h | 107 uint32_t op_code; member 182 uint32_t op_code; member
|
| /qemu/hw/virtio/ |
| A D | virtio-crypto.c | 39 switch (sreq->info.op_code) { in virtio_crypto_free_create_session_req() 57 error_report("Unknown opcode: %u", sreq->info.op_code); in virtio_crypto_free_create_session_req() 125 sreq->info.op_code = opcode; in virtio_crypto_create_sym_session() 208 sreq->info.op_code = opcode; in virtio_crypto_create_asym_session() 790 if (op_info->op_code == VIRTIO_CRYPTO_AKCIPHER_VERIFY) { in virtio_crypto_handle_asym_req() 879 op_info->op_code = opcode; in virtio_crypto_handle_request()
|
| A D | vhost-user.c | 156 uint64_t op_code; member 2549 if (backend_info->op_code == VIRTIO_CRYPTO_AKCIPHER_CREATE_SESSION) { in vhost_user_crypto_create_session() 2594 msg.payload.session.op_code = backend_info->op_code; in vhost_user_crypto_create_session()
|
| /qemu/disas/ |
| A D | nanomips.c | 21874 uint64 op_code = extract_op_code_value(data, in Disassemble() local 21876 if ((op_code & table[i].mask) == table[i].value) { in Disassemble() 21879 if ((cond == NULL) || cond(op_code)) { in Disassemble() 21896 *dis = dis_fn(op_code, info); in Disassemble()
|
Completed in 69 milliseconds