Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 8 of 8) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dport.c72 XtExcFrame * frame; in pxPortInitialiseStack() local
87 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 …]
Dxtensa_intr.c52 void xt_unhandled_exception(XtExcFrame *frame) in xt_unhandled_exception() argument
Dreadme_xtensa.txt303 stack frame (defined in xtensa_context.h) and space to save coprocessor
447 window need to be spilled to preallocated space in the stack frame, or
487 a result of interrupt handling (interrupt frame) or from task-level
488 API calls (solicited frame) are described in human readable form in
600 Having allocated the exception stack frame, the user exception handler
682 frame or entering FreeRTOS, by emulating a register underflow and
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c140 XtExcFrame * frame; in pxPortInitialiseStack() local
175 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 …]
/Kernel-v10.6.2/portable/IAR/RL78/
Dportasm.s64 RETI ; An interrupt stack frame is used so the
/Kernel-v10.6.2/portable/IAR/78K0R/
Dportasm.s2694 reti ; An interrupt stack frame is used so the task
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
Dioat91sam7x256.h3309 AT91C_UDP_SOFINT EQU (0x1 << 11) ;- (UDP) USB Start Of frame Interrupt
3501 AT91C_CAN_MIDvA EQU (0x7FF << 18) ;- (CAN_MB) Identifier for standard frame mode
3598 AT91C_EMAC_TPFR EQU (0x1 << 11) ;- (EMAC) Transmit pause frame
3599 AT91C_EMAC_TZQ EQU (0x1 << 12) ;- (EMAC) Transmit zero quantum pause frame
3635 AT91C_EMAC_BEX EQU (0x1 << 4) ;- (EMAC) Buffers exhausted mid frame
/Kernel-v10.6.2/
DHistory.txt165 FreeRTOS MPU API wrapper function with a manually crafted stack frame.
167 a manually crafted stack frame cannot be used for privilege escalation
1599 + Slight change to the initial stack frame given to the RX600 ports to allow
2145 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 around
2404 + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining