Searched refs:SWITCH_STACK_SIZE (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/alpha/kernel/ |
D | entry.S | 19 #define SWITCH_STACK_SIZE 320 macro 153 .cfi_adjust_cfa_offset SWITCH_STACK_SIZE 173 .cfi_adjust_cfa_offset -SWITCH_STACK_SIZE 643 lda $sp, -SWITCH_STACK_SIZE($sp) 644 .cfi_adjust_cfa_offset SWITCH_STACK_SIZE 738 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-4.4.14/arch/nios2/include/asm/ |
D | entry.h | 90 addi sp, sp, -SWITCH_STACK_SIZE 116 addi sp, sp, SWITCH_STACK_SIZE
|
/linux-4.4.14/arch/nios2/kernel/ |
D | asm-offsets.c | 78 DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack)); in main()
|
/linux-4.4.14/arch/m68k/68360/ |
D | entry.S | 116 pea %sp@(SWITCH_STACK_SIZE)
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 61 pea %sp@(SWITCH_STACK_SIZE) 255 pea %sp@(SWITCH_STACK_SIZE)
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | entry.S | 154 pea %sp@(SWITCH_STACK_SIZE)
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | entry.h | 50 #define SWITCH_STACK_SIZE (6*4+4) /* includes return address */ macro
|
/linux-4.4.14/arch/m68k/68000/ |
D | entry.S | 120 pea %sp@(SWITCH_STACK_SIZE)
|