Searched refs:pTBI (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/metag/include/asm/
H A Dtraps.h35 DECLARE_PER_CPU(PTBI, pTBI);
44 PTBI pTBI);
H A Dtbx.h691 pTBI points at the PTBI structure related to the thread and processing
708 volatile struct _tbi_tag_ *pTBI );
756 volatile struct _tbi_tag_ *pTBI );
964 int Triggers, int Inst, PTBI pTBI );
/linux-4.1.27/arch/metag/kernel/
H A Dhead.S13 ! D1Ar1 contains pTBI (ISTAT)
14 ! D0Ar2 contains pTBI
H A Dkick.c25 * the KICK handlers require access to a CPU's pTBI structure. So we
69 kick_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) kick_handler() argument
97 ret = kh->func(State, SigNum, Triggers, Inst, pTBI, &handled); kick_handler()
H A Dsmp.c46 DECLARE_PER_CPU(PTBI, pTBI);
363 per_cpu(pTBI, cpu) = __TBI(TBID_ISTAT_BIT); secondary_start_kernel()
365 if (!per_cpu(pTBI, cpu)) secondary_start_kernel()
429 per_cpu(pTBI, cpu) = __TBI(TBID_ISTAT_BIT); smp_prepare_boot_cpu()
431 if (!per_cpu(pTBI, cpu)) smp_prepare_boot_cpu()
617 int Inst, PTBI pTBI, int *handled) ipi_handler()
616 ipi_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI, int *handled) ipi_handler() argument
H A Dtraps.c58 DECLARE_PER_CPU(PTBI, pTBI);
470 PTBI pTBI) trigger_handler()
540 int Inst, PTBI pTBI) fault_handler()
554 pTBI); fault_handler()
626 int Inst, PTBI pTBI) switch1_handler()
694 int Inst, PTBI pTBI) switchx_handler()
707 State = __TBIUnExpXXX(State, SigNum, Triggers, Inst, pTBI); switchx_handler()
712 TBIRES fpe_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) fpe_handler() argument
754 PTBI _pTBI = per_cpu(pTBI, cpu); traps_save_context()
770 PTBI _pTBI = per_cpu(pTBI, cpu); traps_restore_context()
837 PTBI _pTBI = per_cpu(pTBI, cpu); trap_init()
857 PTBI _pTBI = per_cpu(pTBI, cpu); tbi_startup_interrupt()
873 PTBI _pTBI = per_cpu(pTBI, cpu); tbi_shutdown_interrupt()
469 trigger_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) trigger_handler() argument
539 fault_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) fault_handler() argument
625 switch1_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) switch1_handler() argument
693 switchx_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) switchx_handler() argument
H A Dsetup.c146 DEFINE_PER_CPU(PTBI, pTBI);
290 per_cpu(pTBI, cpu) = _pTBI; setup_arch()
292 if (!per_cpu(pTBI, cpu)) setup_arch()
578 return per_cpu(pTBI, cpu); pTBI_get()
/linux-4.1.27/arch/metag/tbx/
H A Dtbidefr.S24 * D0Ar6 -- pTBI (volatile)
H A Dtbipcx.S218 * D0Ar6 - pTBI

Completed in 202 milliseconds