Searched refs:SWITCH_STACK_SIZE (Results 1 – 8 of 8) sorted by relevance
| /arch/alpha/kernel/ |
| A D | asm-offsets.c | 26 DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack)); in foo()
|
| 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)
|
| /arch/m68k/kernel/ |
| A D | entry.S | 57 pea %sp@(SWITCH_STACK_SIZE) 70 pea %sp@(SWITCH_STACK_SIZE) 78 lea %sp@(SWITCH_STACK_SIZE),%a0 | pt_regs pointer 88 lea %sp@(SWITCH_STACK_SIZE),%a0 | pt_regs pointer 269 pea %sp@(SWITCH_STACK_SIZE)
|
| /arch/nios2/include/asm/ |
| A D | entry.h | 91 addi sp, sp, -SWITCH_STACK_SIZE 117 addi sp, sp, SWITCH_STACK_SIZE
|
| /arch/nios2/kernel/ |
| A D | asm-offsets.c | 65 DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack)); in main()
|
| /arch/m68k/coldfire/ |
| A D | entry.S | 149 pea %sp@(SWITCH_STACK_SIZE)
|
| /arch/m68k/include/asm/ |
| A D | entry.h | 51 #define SWITCH_STACK_SIZE (6*4+4) /* includes return address */ macro
|
| /arch/m68k/68000/ |
| A D | entry.S | 115 pea %sp@(SWITCH_STACK_SIZE)
|
Completed in 9 milliseconds