Lines Matching refs:frame
11 | fpsp.h --- stack frame offsets during FPSP exception handling
13 | These equates are used to access the exception frame, the fsave
14 | frame and any local variables needed by the FPSP package.
44 | Positive offsets from A6 refer to the exception frame. Negative
46 | The fsave frame is also accessible from the top via A7.
66 | a second fsave frame can be pushed onto the stack and the
67 | handler exit code will reload the new frame and discard the old.
125 | words of a busy frame are the same as the unimplemented frame.
213 .set EXC_SR,4 | exception frame status register
214 .set EXC_PC,6 | exception frame program counter
215 .set EXC_VEC,10 | exception frame vector (format+vector#)
216 .set EXC_EA,12 | exception frame effective address
329 .set BUSY_SIZE,100 | size of busy frame
330 .set BUSY_FRAME,LV-BUSY_SIZE | start of busy frame
332 .set UNIMP_40_SIZE,44 | size of orig unimp frame
333 .set UNIMP_41_SIZE,52 | size of rev unimp frame
335 .set IDLE_SIZE,4 | size of idle frame
336 .set IDLE_FRAME,LV-IDLE_SIZE | start of idle frame