Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Kernel/portable/IAR/AVR32_UC3/
A Dexception.s82223 #if 1 // B1832: interrupt stack changed to exception stack if exception is detected.
246 #if 1 // B1832: interrupt stack changed to exception stack if exception is detected.
269 #if 1 // B1832: interrupt stack changed to exception stack if exception is detected.
292 #if 1 // B1832: interrupt stack changed to exception stack if exception is detected.
/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/
A Dport.c952 uint32_t exception = __get_current_exception(); in ulPortLockGetCurrentOwnerId() local
954 if( !exception ) in ulPortLockGetCurrentOwnerId()
962 return get_core_num() + exception * 2; in ulPortLockGetCurrentOwnerId()
/FreeRTOS-Kernel/portable/GCC/NiosII/
A Dport_asm.S61 addi r15, ea, -4 # Instruction that caused exception
133 …tw ea, 72(sp) # EA is PC+4 so will skip over instruction causing exception
/FreeRTOS-Kernel/portable/GCC/AVR32_UC3/
A Dexception.S83 .section .exception, "ax", @progbits
/FreeRTOS-Kernel/portable/
A DCMakeLists.txt258 GCC/AVR32_UC3/exception.S
543 IAR/AVR32_UC3/exception.s82
/FreeRTOS-Kernel/
A DHistory.txt528 the CPU immediately raises Stack Protection Violation exception as soon as any
581 8-byte aligned. This fixes the unaligned access exception. Contributed
1250 + Microblaze port: Previously tasks inherited the exception enable state
1649 exception; the vTaskList() and vTaskGetRunTimeStats() functions are now
2262 + Wording for the GPL exception has been (hopefully) clarified. Also the
3305 An optional exception has been included with the GPL. See the licensing

Completed in 29 milliseconds