Home
last modified time | relevance | path

Searched refs:z_x86_check_stack_bounds (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/arch/x86/include/
Dkernel_arch_func.h76 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs);
/Zephyr-latest/arch/x86/core/
Dfatal.c48 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs) in z_x86_check_stack_bounds() function
168 if (z_x86_check_stack_bounds((uintptr_t)frame, in walk_stackframe()
505 if (z_x86_check_stack_bounds(esf_get_sp(esf), 0, esf->cs)) { in z_x86_page_fault_handler()
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c181 if (z_x86_check_stack_bounds(df_esf_esp, 0, df_esf_cs)) { in df_handler_bottom()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1856 * :github:`22771` - z_x86_check_stack_bounds() doesn't work right for nested IRQs on x86-64