Home
last modified time | relevance | path

Searched refs:corrupted_sp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm64/
Dstructs.h19 uint64_t corrupted_sp; member
/Zephyr-latest/arch/arm64/core/
Dfatal.c45 arch_curr_cpu()->arch.corrupted_sp = 0UL; in z_arm64_safe_exception_stack_init()
291 sp = arch_curr_cpu()->arch.corrupted_sp; in z_arm64_stack_corruption_check()
302 arch_curr_cpu()->arch.corrupted_sp = 0UL; in z_arm64_stack_corruption_check()
/Zephyr-latest/arch/arm64/core/offsets/
Doffsets.c64 GEN_OFFSET_SYM(_cpu_arch_t, corrupted_sp);