Searched refs:hexagon_switch_stack (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c70 COMMENT("Hexagon hexagon_switch_stack definitions");
71 OFFSET(_SWITCH_R1716, hexagon_switch_stack, r1716);
72 OFFSET(_SWITCH_R1918, hexagon_switch_stack, r1918);
73 OFFSET(_SWITCH_R2120, hexagon_switch_stack, r2120);
74 OFFSET(_SWITCH_R2322, hexagon_switch_stack, r2322);
76 OFFSET(_SWITCH_R2524, hexagon_switch_stack, r2524);
77 OFFSET(_SWITCH_R2726, hexagon_switch_stack, r2726);
78 OFFSET(_SWITCH_FP, hexagon_switch_stack, fp);
79 OFFSET(_SWITCH_LR, hexagon_switch_stack, lr);
80 DEFINE(_SWITCH_STACK_SIZE, sizeof(struct hexagon_switch_stack));
[all...]
H A Dprocess.c59 struct hexagon_switch_stack *ss;
74 ss = (struct hexagon_switch_stack *) ((unsigned long) childregs -
134 fp = ((struct hexagon_switch_stack *)p->thread.switch_sp)->fp;
H A Dtraps.c100 ((struct hexagon_switch_stack *)
/linux-master/arch/hexagon/include/asm/
H A Dprocessor.h79 struct hexagon_switch_stack { struct

Completed in 104 milliseconds