Home
last modified time | relevance | path

Searched refs:CurrPC (Results 1 – 12 of 12) sorted by relevance

/arch/metag/kernel/
Dtraps.c432 if ((State.Sig.pCtx->CurrPC >= get_tls_start) && in _restart_critical_section()
433 (State.Sig.pCtx->CurrPC < get_tls_end)) in _restart_critical_section()
434 State.Sig.pCtx->CurrPC = get_tls_start; in _restart_critical_section()
457 if ((State.Sig.pCtx->CurrPC >= cmpxchg_start) && in _restart_critical_section()
458 (State.Sig.pCtx->CurrPC < cmpxchg_end)) in _restart_critical_section()
459 State.Sig.pCtx->CurrPC = cmpxchg_start; in _restart_critical_section()
505 current->pid, regs->ctx.CurrPC, addr, in unhandled_fault()
507 print_vma_addr(" in ", regs->ctx.CurrPC); in unhandled_fault()
536 return regs->ctx.CurrPC; in get_inst_fault_address()
583 unhandled_fault(regs, regs->ctx.CurrPC, SIGILL, ILL_ILLOPC, in fault_handler()
[all …]
Dperf_callchain.c94 fr.pc = regs->ctx.CurrPC; in perf_callchain_kernel()
Dptrace.c71 &regs->ctx.CurrPC, 4*24, 4*25); in metag_gp_regs_copyout()
126 &regs->ctx.CurrPC, 4*24, 4*25); in metag_gp_regs_copyin()
Dsignal.c36 #define REG_PC ctx.CurrPC
Dprocess.c142 pr_info(" PC = 0x%08x\n", regs->ctx.CurrPC); in show_regs()
/arch/metag/include/asm/
Dprocessor.h117 regs->ctx.CurrPC = pc; \
141 ((unsigned long)(tsk)->thread.kernel_context->CurrPC)
149 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->ctx.CurrPC)
Dptrace.h20 #define instruction_pointer(regs) ((unsigned long)(regs)->ctx.CurrPC)
Dsyscall.h32 if (get_user(insn, (unsigned long *)(regs->ctx.CurrPC - 4))) in syscall_get_nr()
Dtbx.h420 int CurrPC; member
445 void *CurrPC; /* PC in PC address space */ member
/arch/metag/mm/
Dextable.c12 regs->ctx.CurrPC = fixup->fixup; in fixup_exception()
Dfault.c193 regs->ctx.CurrPC, regs->ctx.AX[0].U0, in do_page_fault()
195 print_vma_addr(" in ", regs->ctx.CurrPC); in do_page_fault()
/arch/metag/oprofile/
Dbacktrace.c60 frame.pc = regs->ctx.CurrPC; /* PC */ in metag_backtrace()