Home
last modified time | relevance | path

Searched refs:op_code (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Diobp.c119 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 Dcryptodev-builtin.c384 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 Dcryptodev.c199 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 Dcryptodev.h107 uint32_t op_code; member
182 uint32_t op_code; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c39 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 Dnanomips.c21874 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()