Searched refs:SWITCH_STACK_SIZE (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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 646 lda $sp, -SWITCH_STACK_SIZE($sp) 647 .cfi_adjust_cfa_offset SWITCH_STACK_SIZE 741 lda $sp, SWITCH_STACK_SIZE($sp) 808 lda $sp, SWITCH_STACK_SIZE($sp) 825 lda $sp, -SWITCH_STACK_SIZE($sp)
|
/linux-6.1.9/arch/m68k/kernel/ |
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 266 pea %sp@(SWITCH_STACK_SIZE)
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | entry.h | 91 addi sp, sp, -SWITCH_STACK_SIZE 117 addi sp, sp, SWITCH_STACK_SIZE
|
/linux-6.1.9/arch/nios2/kernel/ |
D | asm-offsets.c | 65 DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack)); in main()
|
/linux-6.1.9/arch/m68k/coldfire/ |
D | entry.S | 150 pea %sp@(SWITCH_STACK_SIZE)
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | entry.h | 51 #define SWITCH_STACK_SIZE (6*4+4) /* includes return address */
|
/linux-6.1.9/arch/m68k/68000/ |
D | entry.S | 116 pea %sp@(SWITCH_STACK_SIZE)
|