Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Dthread.c25 uint64_t rip; member
51 iframe->rip = 0U; in arch_new_thread()
53 thread->callee_saved.rip = (long) switch_entry; in arch_new_thread()
Dcoredump.c28 uint64_t rip; member
81 arch_blk.r.rip = esf->rip; in arch_coredump_info_dump()
Dfatal.c49 LOG_ERR("Bad system call from RIP 0x%lx", ssf->rip); in arch_syscall_oops()
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dexception.h49 unsigned long rip; member
57 unsigned long rip; member
Dthread.h113 uint64_t rip; member
/Zephyr-latest/arch/x86/core/
Dfatal.c267 LOG_ERR("RIP: 0x%016lx", esf->rip); in dump_regs()
402 if (esf->rip == 0xb9) { in z_x86_fatal_error()
486 if ((void *)esf->rip >= exceptions[i].start && in z_x86_page_fault_handler()
487 (void *)esf->rip < exceptions[i].end) { in z_x86_page_fault_handler()
488 esf->rip = (uint64_t)(exceptions[i].fixup); in z_x86_page_fault_handler()
/Zephyr-latest/subsys/profiling/perf/backends/
Dperf_x86_64.c43 buf[idx++] = (uintptr_t)arch_current_thread()->callee_saved.rip; in arch_perf_current_stack_trace()
/Zephyr-latest/arch/x86/core/offsets/
Dintel64_offsets.c16 GEN_OFFSET_SYM(_callee_saved_t, rip);