sp_offset          74 arch/x86/include/asm/orc_types.h 	s16		sp_offset;
sp_offset          90 arch/x86/include/asm/orc_types.h 	s16		sp_offset;
sp_offset          29 arch/x86/include/asm/unwind_hints.h .macro UNWIND_HINT sp_reg=ORC_REG_SP sp_offset=0 type=ORC_TYPE_CALL end=0
sp_offset          67 arch/x86/include/asm/unwind_hints.h 	.set sp_offset, \offset
sp_offset          73 arch/x86/include/asm/unwind_hints.h 		.set sp_offset, \offset + (16*8)
sp_offset          78 arch/x86/include/asm/unwind_hints.h 	UNWIND_HINT sp_reg=sp_reg sp_offset=sp_offset type=type
sp_offset          85 arch/x86/include/asm/unwind_hints.h .macro UNWIND_HINT_FUNC sp_offset=8
sp_offset          86 arch/x86/include/asm/unwind_hints.h 	UNWIND_HINT sp_offset=\sp_offset
sp_offset          91 arch/x86/include/asm/unwind_hints.h #define UNWIND_HINT(sp_reg, sp_offset, type, end)		\
sp_offset          96 arch/x86/include/asm/unwind_hints.h 	".short " __stringify(sp_offset) "\n\t"			\
sp_offset         125 arch/x86/kernel/unwind_orc.c 	.sp_offset = sizeof(long),
sp_offset         135 arch/x86/kernel/unwind_orc.c 	.sp_offset	= 16,
sp_offset         460 arch/x86/kernel/unwind_orc.c 		sp = state->sp + orc->sp_offset;
sp_offset         464 arch/x86/kernel/unwind_orc.c 		sp = state->bp + orc->sp_offset;
sp_offset         468 arch/x86/kernel/unwind_orc.c 		sp = state->sp + orc->sp_offset;
sp_offset         473 arch/x86/kernel/unwind_orc.c 		sp = state->bp + orc->sp_offset;
sp_offset         273 drivers/net/wireless/marvell/libertas/cmd.c 		cmd.offset = cpu_to_le16(sp->sp_offset);
sp_offset         292 drivers/net/wireless/marvell/libertas/cmd.c 		sp->sp_offset = le16_to_cpu(cmd.offset);
sp_offset          75 drivers/net/wireless/marvell/libertas/debugfs.c 	sp.sp_offset = p2;
sp_offset         109 drivers/net/wireless/marvell/libertas/debugfs.c 			sp.sp_offset, sp.sp_stabletime,
sp_offset          19 drivers/net/wireless/marvell/libertas/dev.h 	uint16_t sp_offset;
sp_offset         459 drivers/net/wireless/marvell/mwifiex/main.h 	u16 sp_offset;
sp_offset          74 tools/arch/x86/include/asm/orc_types.h 	s16		sp_offset;
sp_offset          90 tools/arch/x86/include/asm/orc_types.h 	s16		sp_offset;
sp_offset        1243 tools/objtool/check.c 		cfa->offset = hint->sp_offset;
sp_offset         198 tools/objtool/orc_dump.c 		print_reg(orc[i].sp_reg, orc[i].sp_offset);
sp_offset          76 tools/objtool/orc_gen.c 		orc->sp_offset = cfa->offset;