Searched refs:TBIRES (Results 1 – 6 of 6) sorted by relevance
/arch/metag/include/asm/ |
D | traps.h | 16 typedef TBIRES (*kick_irq_func_t)(TBIRES, int, int, int, PTBI, int *); 18 extern TBIRES kick_handler(TBIRES, int, int, int, PTBI); 27 extern void head_end(TBIRES, unsigned long); 28 extern void restart_critical_section(TBIRES State); 29 extern TBIRES tail_end_sys(TBIRES, int, int *); 30 static inline TBIRES tail_end(TBIRES state) in tail_end() 38 extern int ret_from_fork(TBIRES arg); 43 extern TBIRES __TBIUnExpXXX(TBIRES State, int SigNum, int Triggers, int Inst,
|
D | tbx.h | 662 } TBIRES, *PTBIRES; typedef 706 typedef TBIRES (*PTBIAPIFN)( TBIRES State, int SigNum, 754 extern TBIRES __TBIHandleDFR ( TBIRES State, int SigNum, 949 TBIRES __TBIThrdPrivId( void ); 963 TBIRES __TBIUnExpXXX( TBIRES State, int SigNum, 974 TBIRES __TBISyncTrigger( TBIRES State, int Id ); 987 TBIRES __TBIASyncTrigger( TBIRES State ); 997 TBIRES __TBISwitch( TBIRES NextThread, PTBICTX *rpSaveCtx ); 1004 typedef int (*PTBIMAINFN)( TBIRES Arg /*, <= 4 additional 32-bit args */ ); 1015 void __TBISyncResume( TBIRES NextThread, int TrigsMask ); [all …]
|
/arch/metag/kernel/ |
D | traps.c | 194 static void nest_interrupts(TBIRES State, unsigned long mask) in nest_interrupts() 234 void head_end(TBIRES State, unsigned long mask) in head_end() 312 TBIRES tail_end_sys(TBIRES State, int syscall, int *restart) in tail_end_sys() 417 static inline void _restart_critical_section(TBIRES State) in _restart_critical_section() 442 static inline void _restart_critical_section(TBIRES State) in _restart_critical_section() 464 void restart_critical_section(TBIRES State) in restart_critical_section() 469 TBIRES trigger_handler(TBIRES State, int SigNum, int Triggers, int Inst, in trigger_handler() 539 TBIRES fault_handler(TBIRES State, int SigNum, int Triggers, in fault_handler() 625 TBIRES switch1_handler(TBIRES State, int SigNum, int Triggers, in switch1_handler() 693 TBIRES switchx_handler(TBIRES State, int SigNum, int Triggers, in switchx_handler() [all …]
|
D | kick.c | 68 TBIRES 69 kick_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) in kick_handler() 75 TBIRES ret; in kick_handler()
|
D | process.c | 304 TBIRES to, from; in __switch_to() 312 TBIRES state; in __switch_to()
|
D | smp.c | 618 static TBIRES ipi_handler(TBIRES State, int SigNum, int Triggers, in ipi_handler()
|