insts 27 arch/powerpc/kernel/epapr_paravirt.c const u32 *insts; insts 31 arch/powerpc/kernel/epapr_paravirt.c insts = of_get_flat_dt_prop(node, "hcall-instructions", &len); insts 32 arch/powerpc/kernel/epapr_paravirt.c if (!insts) insts 39 arch/powerpc/kernel/epapr_paravirt.c u32 inst = be32_to_cpu(insts[i]); insts 975 drivers/crypto/qat/qat_common/qat_hal.c uint64_t insts, savuword; insts 984 drivers/crypto/qat/qat_common/qat_hal.c insts = 0xA070000000ull | (reg_addr & 0x3ff); insts 987 drivers/crypto/qat/qat_common/qat_hal.c insts = (uint64_t)0xA030000000ull | ((reg_addr & 0x3ff) << 10); insts 1002 drivers/crypto/qat/qat_common/qat_hal.c insts = qat_hal_set_uword_ecc(insts); insts 1003 drivers/crypto/qat/qat_common/qat_hal.c uwrd_lo = (unsigned int)(insts & 0xffffffff); insts 1004 drivers/crypto/qat/qat_common/qat_hal.c uwrd_hi = (unsigned int)(insts >> 0x20); insts 1033 drivers/crypto/qat/qat_common/qat_hal.c uint64_t insts[] = { insts 1039 drivers/crypto/qat/qat_common/qat_hal.c const int num_inst = ARRAY_SIZE(insts), code_off = 1; insts 1056 drivers/crypto/qat/qat_common/qat_hal.c insts[imm_w1] = insts[imm_w1] | ((data16hi >> 8) << 20) | insts 1058 drivers/crypto/qat/qat_common/qat_hal.c insts[imm_w0] = insts[imm_w0] | ((data16lo >> 8) << 20) | insts 1062 drivers/crypto/qat/qat_common/qat_hal.c insts[imm_w1] = insts[imm_w1] | ((data16hi >> 8) << 20) | insts 1065 drivers/crypto/qat/qat_common/qat_hal.c insts[imm_w0] = insts[imm_w0] | ((data16lo >> 8) << 20) | insts 1070 drivers/crypto/qat/qat_common/qat_hal.c return qat_hal_exec_micro_inst(handle, ae, ctx, insts, num_inst,