Home
last modified time | relevance | path

Searched defs:stackframe_s (Results 1 – 2 of 2) sorted by relevance

/minix/minix/include/arch/earm/include/
H A Dstackframe.h8 struct stackframe_s { struct
9 reg_t retreg; /* r0 */
10 reg_t r1;
11 reg_t r2;
12 reg_t r3;
13 reg_t r4;
14 reg_t r5;
15 reg_t r6;
16 reg_t r7;
17 reg_t r8;
[all …]
/minix/minix/include/arch/i386/include/
H A Dstackframe.h17 struct stackframe_s { struct
19 u16_t fs; /* ^ */
20 u16_t es; /* | */
21 u16_t ds; /* | */
24 reg_t fp; /* bp */
26 reg_t bx; /* | */
27 reg_t dx; /* | */
28 reg_t cx; /* | */
32 reg_t cs; /* | */
33 reg_t psw; /* | */
[all …]