Searched refs:SWITCH_STACK_SIZE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/alpha/kernel/ |
D | entry.S | 20 #define SWITCH_STACK_SIZE 320 macro 154 .cfi_adjust_cfa_offset SWITCH_STACK_SIZE 174 .cfi_adjust_cfa_offset -SWITCH_STACK_SIZE 644 lda $sp, -SWITCH_STACK_SIZE($sp) 645 .cfi_adjust_cfa_offset SWITCH_STACK_SIZE 739 lda $sp, SWITCH_STACK_SIZE($sp) 806 lda $sp, SWITCH_STACK_SIZE($sp) 822 lda $sp, -SWITCH_STACK_SIZE($sp) 837 lda $sp, -SWITCH_STACK_SIZE($sp)
|
/Linux-v4.19/arch/m68k/kernel/ |
D | entry.S | 61 pea %sp@(SWITCH_STACK_SIZE) 75 pea %sp@(SWITCH_STACK_SIZE+4) | pt_regs pointer 84 pea %sp@(SWITCH_STACK_SIZE+4) | pt_regs pointer 261 pea %sp@(SWITCH_STACK_SIZE)
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | entry.h | 90 addi sp, sp, -SWITCH_STACK_SIZE 116 addi sp, sp, SWITCH_STACK_SIZE
|
/Linux-v4.19/arch/nios2/kernel/ |
D | asm-offsets.c | 78 DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack)); in main()
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | entry.S | 154 pea %sp@(SWITCH_STACK_SIZE)
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | entry.h | 51 #define SWITCH_STACK_SIZE (6*4+4) /* includes return address */ macro
|
/Linux-v4.19/arch/m68k/68000/ |
D | entry.S | 120 pea %sp@(SWITCH_STACK_SIZE)
|