Home
last modified time | relevance | path

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

/Kernel-v11.1.0/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-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c142 XtExcFrame * frame; in pxPortInitialiseStack() local
177 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 …]
/Kernel-v11.1.0/portable/IAR/RL78/
Dportasm.s64 RETI ; An interrupt stack frame is used so the
/Kernel-v11.1.0/portable/IAR/78K0R/
Dportasm.s2694 reti ; An interrupt stack frame is used so the task
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dioat91sam7x256.h3771 -( UDP ) USB Start Of frame Interrupt
4130 for standard frame mode
4302 -( EMAC ) Transmit pause frame
4304 … -( EMAC ) Transmit zero quantum pause frame
4373 -( EMAC ) Buffers exhausted mid frame
/Kernel-v11.1.0/
DHistory.txt334 FreeRTOS MPU API wrapper function with a manually crafted stack frame.
336 a manually crafted stack frame cannot be used for privilege escalation
1768 + Slight change to the initial stack frame given to the RX600 ports to allow
2314 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 around
2573 + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining