Home
last modified time | relevance | path

Searched refs:pEsf (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c27 static int check_esf_matches_expectations(const struct arch_esf *pEsf) in check_esf_matches_expectations() argument
31 (pEsf->basic.r0 == 0) && in check_esf_matches_expectations()
32 (pEsf->basic.r1 == 1) && in check_esf_matches_expectations()
33 (pEsf->basic.r2 == 2) && in check_esf_matches_expectations()
34 (pEsf->basic.r3 == 3) && in check_esf_matches_expectations()
35 (pEsf->basic.lr == 15) && in check_esf_matches_expectations()
36 (*(uint16_t *)pEsf->basic.pc == expected_fault_instruction); in check_esf_matches_expectations()
43 const struct _callee_saved *callee_regs = pEsf->extra_info.callee; in check_esf_matches_expectations()
65 if ((pEsf->extra_info.exc_return & exc_bits_set_mask) != in check_esf_matches_expectations()
68 pEsf->extra_info.exc_return); in check_esf_matches_expectations()
[all …]
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_error_hook.c45 const struct arch_esf *pEsf) in ztest_post_fatal_error_hook() argument
49 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
63 ztest_post_fatal_error_hook(reason, pEsf); in k_sys_fatal_error_handler()
/Zephyr-latest/tests/subsys/debug/coredump/src/
Dmain.c18 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
20 ARG_UNUSED(pEsf); in k_sys_fatal_error_handler()
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c69 const struct arch_esf *pEsf) in generic_exc_handle() argument
75 z_x86_unhandled_cpu_exception(vector, pEsf); in generic_exc_handle()
80 FUNC_NORETURN __used static void handle_exc_##vector(const struct arch_esf *pEsf) \
82 generic_exc_handle(vector, pEsf); \
Dfloat.c305 void _FpNotAvailableExcHandler(struct arch_esf *pEsf) in _FpNotAvailableExcHandler() argument
307 ARG_UNUSED(pEsf); in _FpNotAvailableExcHandler()
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dcommon.c11 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_error_hook.h41 const struct arch_esf *pEsf);
/Zephyr-latest/tests/drivers/coredump/coredump_api/src/
Dmain.c35 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
37 ARG_UNUSED(pEsf); in k_sys_fatal_error_handler()
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/src/
Darm_hardfault.c16 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/fatal/message_capture/src/
Dmain.c15 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/arch/riscv/pmp/no-multithreading/src/
Dmain.c12 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/subsys/debug/coredump_backends/src/
Dmain.c22 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
25 ARG_UNUSED(pEsf); in k_sys_fatal_error_handler()
/Zephyr-latest/tests/kernel/fatal/no-multithreading/src/
Dmain.c16 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/src/
Dmain.c39 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/mem_protect/protection/src/
Dmain.c32 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/mutex/mutex_error_case/src/
Dtest_mutex_error.c41 const struct arch_esf *pEsf) in ztest_post_fatal_error_hook() argument
/Zephyr-latest/tests/ztest/error_hook/src/
Dmain.c158 const struct arch_esf *pEsf) in ztest_post_fatal_error_hook() argument
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/
Dmain.c182 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c53 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/
Dmain.c39 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/
Dmain.c37 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf)
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/
Dmain.c67 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/mem_protect/sys_sem/src/
Dmain.c571 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c79 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument
/Zephyr-latest/tests/lib/mem_blocks/src/
Dmain.c28 void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf) in k_sys_fatal_error_handler() argument

12