Home
last modified time | relevance | path

Searched refs:z_except_reason (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/lib/libc/picolibc/
Dchk_fail.c16 z_except_reason(K_ERR_STACK_CHK_FAIL); in __chk_fail()
/Zephyr-latest/tests/kernel/fatal/no-multithreading/src/
Dmain.c92 z_except_reason(INT_MAX); in entry_arbitrary_reason()
104 z_except_reason(-2); in entry_arbitrary_reason_negative()
/Zephyr-latest/kernel/
Dcompiler_stack_protect.c40 z_except_reason(K_ERR_STACK_CHK_FAIL); in _StackCheckHandler()
Dthread.c345 z_except_reason(K_ERR_STACK_CHK_FAIL); in z_check_stack_sentinel()
/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c167 z_except_reason(INT_MAX); in entry_arbitrary_reason()
176 z_except_reason(-2); in entry_arbitrary_reason_negative()
/Zephyr-latest/include/zephyr/
Dkernel.h6103 #define z_except_reason(reason) ARCH_EXCEPT(reason) macro
6119 #define z_except_reason(reason) do { \ macro
6140 #define k_oops() z_except_reason(K_ERR_KERNEL_OOPS)
6150 #define k_panic() z_except_reason(K_ERR_KERNEL_PANIC)
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c965 z_except_reason(provided); \