Searched refs:z_x86_check_stack_bounds (Results 1 – 4 of 4) sorted by relevance
76 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs);
48 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs) in z_x86_check_stack_bounds() function168 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()
181 if (z_x86_check_stack_bounds(df_esf_esp, 0, df_esf_cs)) { in df_handler_bottom()
1856 * :github:`22771` - z_x86_check_stack_bounds() doesn't work right for nested IRQs on x86-64