Home
last modified time | relevance | path

Searched refs:rip (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Dthread.c25 uint64_t rip; member
46 iframe->rip = 0U; in arch_new_thread()
48 thread->callee_saved.rip = (long) switch_entry; in arch_new_thread()
Dcoredump.c27 uint64_t rip; member
80 arch_blk.r.rip = esf->rip; in arch_coredump_info_dump()
Dfatal.c47 LOG_ERR("Bad system call from RIP 0x%lx", ssf->rip); in arch_syscall_oops()
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Darch.h88 unsigned long rip; member
98 unsigned long rip; member
Dthread.h113 uint64_t rip; member
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c198 LOG_ERR("RIP: 0x%016lx", esf->rip); in dump_regs()
338 if (esf->rip == 0xb9) { in z_x86_fatal_error()
422 if ((void *)esf->rip >= exceptions[i].start && in z_x86_page_fault_handler()
423 (void *)esf->rip < exceptions[i].end) { in z_x86_page_fault_handler()
424 esf->rip = (uint64_t)(exceptions[i].fixup); in z_x86_page_fault_handler()
/Zephyr-Core-3.5.0/arch/x86/core/offsets/
Dintel64_offsets.c16 GEN_OFFSET_SYM(_callee_saved_t, rip);