Searched refs:hexagon_switch_stack (Results 1 – 4 of 4) sorted by relevance
/linux/arch/hexagon/kernel/ ! |
H A D | asm-offsets.c | 70 COMMENT("Hexagon hexagon_switch_stack definitions"); in main() 71 OFFSET(_SWITCH_R1716, hexagon_switch_stack, r1716); in main() 72 OFFSET(_SWITCH_R1918, hexagon_switch_stack, r1918); in main() 73 OFFSET(_SWITCH_R2120, hexagon_switch_stack, r2120); in main() 74 OFFSET(_SWITCH_R2322, hexagon_switch_stack, r2322); in main() 76 OFFSET(_SWITCH_R2524, hexagon_switch_stack, r2524); in main() 77 OFFSET(_SWITCH_R2726, hexagon_switch_stack, r2726); in main() 78 OFFSET(_SWITCH_FP, hexagon_switch_stack, fp); in main() 79 OFFSET(_SWITCH_LR, hexagon_switch_stack, lr); in main() 80 DEFINE(_SWITCH_STACK_SIZE, sizeof(struct hexagon_switch_stack)); in main() [all...] |
H A D | process.c | 59 struct hexagon_switch_stack *ss; in copy_thread() 74 ss = (struct hexagon_switch_stack *) ((unsigned long) childregs - in copy_thread() 134 fp = ((struct hexagon_switch_stack *)p->thread.switch_sp)->fp; in __get_wchan()
|
H A D | traps.c | 100 ((struct hexagon_switch_stack *) in do_show_stack()
|
/linux/arch/hexagon/include/asm/ ! |
H A D | processor.h | 79 struct hexagon_switch_stack { struct 80 __anon69d6aedd010ahexagon_switch_stack global() argument 87 __anon69d6aedd030ahexagon_switch_stack global() argument 94 __anon69d6aedd050ahexagon_switch_stack global() argument 101 __anon69d6aedd070ahexagon_switch_stack global() argument 108 __anon69d6aedd090ahexagon_switch_stack global() argument 115 __anon69d6aedd0b0ahexagon_switch_stack global() argument 123 fphexagon_switch_stack global() argument 124 lrhexagon_switch_stack global() argument
|