Searched refs:hexagon_switch_stack (Results 1 – 4 of 4) sorted by relevance
/arch/hexagon/kernel/ |
D | asm-offsets.c | 84 OFFSET(_SWITCH_R1716, hexagon_switch_stack, r1716); in main() 85 OFFSET(_SWITCH_R1918, hexagon_switch_stack, r1918); in main() 86 OFFSET(_SWITCH_R2120, hexagon_switch_stack, r2120); in main() 87 OFFSET(_SWITCH_R2322, hexagon_switch_stack, r2322); in main() 89 OFFSET(_SWITCH_R2524, hexagon_switch_stack, r2524); in main() 90 OFFSET(_SWITCH_R2726, hexagon_switch_stack, r2726); in main() 91 OFFSET(_SWITCH_FP, hexagon_switch_stack, fp); in main() 92 OFFSET(_SWITCH_LR, hexagon_switch_stack, lr); in main() 93 DEFINE(_SWITCH_STACK_SIZE, sizeof(struct hexagon_switch_stack)); in main()
|
D | process.c | 70 struct hexagon_switch_stack *ss; in copy_thread() 85 ss = (struct hexagon_switch_stack *) ((unsigned long) childregs - in copy_thread() 155 fp = ((struct hexagon_switch_stack *)p->thread.switch_sp)->fp; in get_wchan()
|
D | traps.c | 118 ((struct hexagon_switch_stack *) in do_show_stack()
|
/arch/hexagon/include/asm/ |
D | processor.h | 99 struct hexagon_switch_stack { struct
|