Home
last modified time | relevance | path

Searched refs:pCtx (Results 1 – 4 of 4) sorted by relevance

/arch/metag/kernel/
Dtraps.c237 unsigned int ctx_savemask = (unsigned short)State.Sig.pCtx->SaveMask; in head_end()
297 State.Sig.pCtx->SaveMask = ctx_savemask; in head_end()
314 struct pt_regs *regs = (struct pt_regs *)State.Sig.pCtx; in tail_end_sys()
352 if (State.Sig.pCtx->SaveMask & TBICTX_XEXT_BIT) { in tail_end_sys()
366 State.Sig.SaveMask |= State.Sig.pCtx->SaveMask; in tail_end_sys()
432 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()
[all …]
Dkick.c85 old_regs = set_irq_regs((struct pt_regs *)State.Sig.pCtx); in kick_handler()
Dprocess.c306 to.Switch.pCtx = next->thread.kernel_context; in __switch_to()
315 state.Sig.pCtx = &regs->ctx; in __switch_to()
/arch/metag/include/asm/
Dtbx.h624 PTBICTX pCtx; member
640 PTBICTX pCtx; member
658 PTBICTX2 pCtx; member
1033 void *__TBICtx2Restore( PTBICTX2 pCtx, short SaveMask, void *pExt );