Searched refs:frame (Results 1 – 8 of 8) sorted by relevance
72 XtExcFrame * frame; in pxPortInitialiseStack() local87 frame = ( XtExcFrame * ) sp; in pxPortInitialiseStack()90 frame->pc = ( UBaseType_t ) pxCode; /* task entrypoint */ in pxPortInitialiseStack()91 frame->a0 = 0; /* to terminate GDB backtrace */ in pxPortInitialiseStack()92 frame->a1 = ( UBaseType_t ) sp + XT_STK_FRMSZ; /* physical top of stack frame */ in pxPortInitialiseStack()93 frame->exit = ( UBaseType_t ) _xt_user_exit; /* user exception exit dispatcher */ in pxPortInitialiseStack()98 frame->a2 = ( UBaseType_t ) pvParameters; in pxPortInitialiseStack()99 frame->ps = PS_UM | PS_EXCM; in pxPortInitialiseStack()102 frame->a6 = ( UBaseType_t ) pvParameters; in pxPortInitialiseStack()103 frame->ps = PS_UM | PS_EXCM | PS_WOE | PS_CALLINC( 1 ); in pxPortInitialiseStack()[all …]
52 void xt_unhandled_exception(XtExcFrame *frame) in xt_unhandled_exception() argument
303 stack frame (defined in xtensa_context.h) and space to save coprocessor447 window need to be spilled to preallocated space in the stack frame, or487 a result of interrupt handling (interrupt frame) or from task-level488 API calls (solicited frame) are described in human readable form in600 Having allocated the exception stack frame, the user exception handler682 frame or entering FreeRTOS, by emulating a register underflow and
142 XtExcFrame * frame; in pxPortInitialiseStack() local177 frame = ( XtExcFrame * ) sp; in pxPortInitialiseStack()181 frame->pc = ( UBaseType_t ) vPortTaskWrapper; /* task wrapper */ in pxPortInitialiseStack()183 frame->pc = ( UBaseType_t ) pxCode; /* task entrypoint */ in pxPortInitialiseStack()185 frame->a0 = 0; /* to terminate GDB backtrace */ in pxPortInitialiseStack()186 frame->a1 = ( UBaseType_t ) sp + XT_STK_FRMSZ; /* physical top of stack frame */ in pxPortInitialiseStack()187 frame->exit = ( UBaseType_t ) _xt_user_exit; /* user exception exit dispatcher */ in pxPortInitialiseStack()193 frame->a2 = ( UBaseType_t ) pxCode; in pxPortInitialiseStack()194 frame->a3 = ( UBaseType_t ) pvParameters; in pxPortInitialiseStack()196 frame->a2 = ( UBaseType_t ) pvParameters; in pxPortInitialiseStack()[all …]
64 RETI ; An interrupt stack frame is used so the
94 reti ; An interrupt stack frame is used so the task
3771 -( UDP ) USB Start Of frame Interrupt4130 for standard frame mode4302 -( EMAC ) Transmit pause frame4304 … -( EMAC ) Transmit zero quantum pause frame4373 -( EMAC ) Buffers exhausted mid frame
334 FreeRTOS MPU API wrapper function with a manually crafted stack frame.336 a manually crafted stack frame cannot be used for privilege escalation1768 + Slight change to the initial stack frame given to the RX600 ports to allow2314 allows the omit-frame-pointer optimisation to be turned off.2435 without the -fomit-frame-pointer option, and at all optimisation levels.2507 + Added -fomit-frame-pointer option to lwIP SAM7X demo makefile.2520 + Added -fomit-frame-pointer option to Rowley ARM7 demos as work around2573 + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining