Searched refs:SWITCH_STACK_SIZE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/m68k/kernel/ |
H A D | entry.S | 60 pea %sp@(SWITCH_STACK_SIZE) 73 pea %sp@(SWITCH_STACK_SIZE) 81 lea %sp@(SWITCH_STACK_SIZE),%a0 | pt_regs pointer 91 lea %sp@(SWITCH_STACK_SIZE),%a0 | pt_regs pointer 272 pea %sp@(SWITCH_STACK_SIZE)
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | entry.S | 150 .cfi_adjust_cfa_offset SWITCH_STACK_SIZE 169 .cfi_adjust_cfa_offset -SWITCH_STACK_SIZE 649 lda $sp, -SWITCH_STACK_SIZE($sp) 650 .cfi_adjust_cfa_offset SWITCH_STACK_SIZE 677 lda $sp, SWITCH_STACK_SIZE($sp)
|
H A D | asm-offsets.c | 39 DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack)); in foo()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | entry.h | 91 addi sp, sp, -SWITCH_STACK_SIZE 117 addi sp, sp, SWITCH_STACK_SIZE
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | asm-offsets.c | 65 DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack)); in main()
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | entry.S | 152 pea %sp@(SWITCH_STACK_SIZE)
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | entry.h | 51 #define SWITCH_STACK_SIZE (6*4+4) /* includes return address */
|
/openbmc/linux/arch/m68k/68000/ |
H A D | entry.S | 118 pea %sp@(SWITCH_STACK_SIZE)
|