Searched refs:SP_OFF (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/alpha/kernel/ |
H A D | entry.S | 49 subq $sp, SP_OFF, $sp 50 .cfi_adjust_cfa_offset SP_OFF 125 addq $sp, SP_OFF, $sp 145 .cfi_adjust_cfa_offset -SP_OFF 453 stq $16, SP_OFF+24($sp) 458 stq $17, SP_OFF+32($sp) 460 stq $18, SP_OFF+40($sp) 461 .cfi_rel_offset $16, SP_OFF+24 462 .cfi_rel_offset $17, SP_OFF+32 463 .cfi_rel_offset $18, SP_OFF+40 [all …]
|
H A D | asm-offsets.c | 37 DEFINE(SP_OFF, offsetof(struct pt_regs, ps)); in foo()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | gate.S | 69 # define SP_OFF IA64_SIGCONTEXT_R12_OFFSET macro 110 .vframesp SP_OFF+SIGCONTEXT_OFF
|