Searched refs:op_code (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/arch/x86/cpu/broadwell/ |
| H A D | iobp.c | 119 int pch_iobp_exec(u32 addr, u16 op_code, u8 route_id, u32 *data, u8 *resp) in pch_iobp_exec() argument 129 clrsetbits_le16(RCB_REG(IOBPS), 0xff00, op_code); in pch_iobp_exec()
|
| /openbmc/qemu/backends/ |
| H 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()
|
| H A D | cryptodev.c | 199 switch (op_info->op_code) { in cryptodev_backend_account() 223 switch (op_info->op_code) { in cryptodev_backend_account()
|
| /openbmc/qemu/include/system/ |
| H A D | cryptodev.h | 107 uint32_t op_code; member 182 uint32_t op_code; member
|
| /openbmc/qemu/hw/virtio/ |
| H 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()
|
| /openbmc/qemu/disas/ |
| H 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()
|