Searched refs:ip (Results 1 – 6 of 6) sorted by relevance
| /kernel/include/syscalls/ |
| A D | syscalls.h | 17 struct syscall_result unknown_syscall(uint64_t syscall_num, uint64_t ip);
|
| /kernel/arch/x86/ |
| A D | faults.cpp | 47 frame->cs, frame->ip, frame->flags, x86_get_cr2()); in dump_fault_frame() 168 frame->ip = percpu->gpf_return_target; in x86_gpf_handler() 207 addr_t ip = frame->ip; in x86_dump_pfe() local 211 (ulong)ip); in x86_dump_pfe() 313 frame->ip = (uintptr_t)current_thread->arch.page_fault_resume; in x86_pfe_handler() 489 frame->vector, frame->ip); in x86_exception_handler()
|
| A D | debugger.cpp | 89 out->rip = in->ip; in x86_fill_in_gregs_from_iframe() 97 out->ip = in->rip; in x86_fill_in_iframe_from_gregs()
|
| A D | perf_mon.cpp | 1943 next = x86_perfmon_write_pc_record(next, id, cr3, frame->ip); in pmi_interrupt_handler() 1971 next = x86_perfmon_write_pc_record(next, id, cr3, frame->ip); in pmi_interrupt_handler()
|
| /kernel/lib/crashlog/ |
| A D | crashlog.cpp | 156 crashlog.iframe->ip, in crashlog_to_string()
|
| /kernel/arch/x86/include/arch/ |
| A D | x86.h | 33 uint64_t ip, cs, flags; // pushed by interrupt member
|
Completed in 16 milliseconds