Lines Matching refs:cs
48 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs) in z_x86_check_stack_bounds() argument
66 } else if ((cs & 0x3U) == 0U && in z_x86_check_stack_bounds()
133 uint16_t cs; in walk_stackframe() local
143 cs = esf->cs; in walk_stackframe()
169 sizeof(*frame), cs)) { in walk_stackframe()
235 if ((esf->cs & 0x3) != 0) { in get_cr3()
265 esf->rsp, esf->rflags, esf->cs & 0xFFFFU, get_cr3(esf)); in dump_regs()
278 esf->cs & 0xFFFFU, get_cr3(esf)); in dump_regs()
449 bool was_user = ((esf->cs & 0x3) != 0U); in z_x86_page_fault_handler()
504 if (z_x86_check_stack_bounds(esf_get_sp(esf), 0, esf->cs)) { in z_x86_page_fault_handler()
537 if ((esf->cs & 0x3) != 0 && !(reason == K_ERR_KERNEL_OOPS || in z_x86_do_kernel_oops()