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
140 XtExcFrame * frame; in pxPortInitialiseStack() local175 frame = ( XtExcFrame * ) sp; in pxPortInitialiseStack()179 frame->pc = ( UBaseType_t ) vPortTaskWrapper; /* task wrapper */ in pxPortInitialiseStack()181 frame->pc = ( UBaseType_t ) pxCode; /* task entrypoint */ in pxPortInitialiseStack()183 frame->a0 = 0; /* to terminate GDB backtrace */ in pxPortInitialiseStack()184 frame->a1 = ( UBaseType_t ) sp + XT_STK_FRMSZ; /* physical top of stack frame */ in pxPortInitialiseStack()185 frame->exit = ( UBaseType_t ) _xt_user_exit; /* user exception exit dispatcher */ in pxPortInitialiseStack()191 frame->a2 = ( UBaseType_t ) pxCode; in pxPortInitialiseStack()192 frame->a3 = ( UBaseType_t ) pvParameters; in pxPortInitialiseStack()194 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
3309 AT91C_UDP_SOFINT EQU (0x1 << 11) ;- (UDP) USB Start Of frame Interrupt3501 AT91C_CAN_MIDvA EQU (0x7FF << 18) ;- (CAN_MB) Identifier for standard frame mode3598 AT91C_EMAC_TPFR EQU (0x1 << 11) ;- (EMAC) Transmit pause frame3599 AT91C_EMAC_TZQ EQU (0x1 << 12) ;- (EMAC) Transmit zero quantum pause frame3635 AT91C_EMAC_BEX EQU (0x1 << 4) ;- (EMAC) Buffers exhausted mid frame
165 FreeRTOS MPU API wrapper function with a manually crafted stack frame.167 a manually crafted stack frame cannot be used for privilege escalation1599 + Slight change to the initial stack frame given to the RX600 ports to allow2145 allows the omit-frame-pointer optimisation to be turned off.2266 without the -fomit-frame-pointer option, and at all optimisation levels.2338 + Added -fomit-frame-pointer option to lwIP SAM7X demo makefile.2351 + Added -fomit-frame-pointer option to Rowley ARM7 demos as work around2404 + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining