Searched refs:rip (Results 1 – 5 of 5) sorted by relevance
25 uint64_t rip; member51 iframe->rip = 0U; in arch_new_thread()53 thread->callee_saved.rip = (long) switch_entry; in arch_new_thread()
28 uint64_t rip; member81 arch_blk.r.rip = esf->rip; in arch_coredump_info_dump()
49 EXCEPTION_DUMP("Bad system call from RIP 0x%lx", ssf->rip); in arch_syscall_oops()
267 EXCEPTION_DUMP("RIP: 0x%016lx", esf->rip); in dump_regs()402 if (esf->rip == 0xb9) { in z_x86_fatal_error()487 if ((void *)esf->rip >= exceptions[i].start && in z_x86_page_fault_handler()488 (void *)esf->rip < exceptions[i].end) { in z_x86_page_fault_handler()489 esf->rip = (uint64_t)(exceptions[i].fixup); in z_x86_page_fault_handler()
16 GEN_OFFSET_SYM(_callee_saved_t, rip);
Completed in 9 milliseconds