op_offset         749 arch/x86/kernel/ftrace.c 	unsigned long op_offset;
op_offset         765 arch/x86/kernel/ftrace.c 		op_offset = (unsigned long)ftrace_regs_caller_op_ptr;
op_offset         769 arch/x86/kernel/ftrace.c 		op_offset = (unsigned long)ftrace_caller_op_ptr;
op_offset         810 arch/x86/kernel/ftrace.c 	op_offset -= start_offset;
op_offset         811 arch/x86/kernel/ftrace.c 	memcpy(&op_ptr, trampoline + op_offset, OP_REF_SIZE);
op_offset         819 arch/x86/kernel/ftrace.c 	offset -= (unsigned long)trampoline + op_offset + OP_REF_SIZE;
op_offset         824 arch/x86/kernel/ftrace.c 	memcpy(trampoline + op_offset, &op_ptr, OP_REF_SIZE);
op_offset         331 drivers/crypto/marvell/cesa.h 	unsigned int op_offset;
op_offset         789 drivers/crypto/marvell/cesa.h 	iter->op_offset = 0;
op_offset         799 drivers/crypto/marvell/cesa.h 	return min(iter->op_len - sgiter->op_offset,
op_offset          50 drivers/crypto/marvell/cipher.c 	iter->src.op_offset = 0;
op_offset          51 drivers/crypto/marvell/cipher.c 	iter->dst.op_offset = 0;
op_offset          35 drivers/crypto/marvell/hash.c 	iter->src.op_offset = creq->cache_ptr;
op_offset          41 drivers/crypto/marvell/hash.c 	iter->src.op_offset = 0;
op_offset          22 drivers/crypto/marvell/tdma.c 	sgiter->op_offset += len;
op_offset          31 drivers/crypto/marvell/tdma.c 	if (sgiter->op_offset == iter->op_len)
op_offset         335 drivers/crypto/marvell/tdma.c 			dst = CESA_SA_DATA_SRAM_OFFSET + sgiter->op_offset;
op_offset         339 drivers/crypto/marvell/tdma.c 			src = CESA_SA_DATA_SRAM_OFFSET + sgiter->op_offset;
op_offset          70 sound/drivers/opl3/opl3_drums.c 	unsigned char op_offset = snd_opl3_regmap[data->voice][data->op];
op_offset          75 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_AM_VIB + op_offset);
op_offset          79 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
op_offset          83 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_ATTACK_DECAY + op_offset);
op_offset          87 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
op_offset          95 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_WAVE_SELECT + op_offset);
op_offset         124 sound/drivers/opl3/opl3_drums.c 	unsigned char op_offset = snd_opl3_regmap[data->voice][data->op];
op_offset         132 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
op_offset         290 sound/drivers/opl3/opl3_midi.c 	unsigned char op_offset;
op_offset         464 sound/drivers/opl3/opl3_midi.c 		op_offset = snd_opl3_regmap[voice_offset][i];
op_offset         468 sound/drivers/opl3/opl3_midi.c 		opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
op_offset         473 sound/drivers/opl3/opl3_midi.c 		opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
op_offset         478 sound/drivers/opl3/opl3_midi.c 		opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
op_offset         483 sound/drivers/opl3/opl3_midi.c 		opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
op_offset         488 sound/drivers/opl3/opl3_midi.c 		opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);
op_offset         438 sound/drivers/opl3/opl3_synth.c 	unsigned char op_offset;
op_offset         466 sound/drivers/opl3/opl3_synth.c 	op_offset = snd_opl3_regmap[voice_offset][voice_op];
op_offset         485 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
op_offset         494 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
op_offset         503 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
op_offset         512 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
op_offset         533 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);