Home
last modified time | relevance | path

Searched refs:tail_end_sys (Results 1 – 2 of 2) sorted by relevance

/arch/metag/include/asm/
Dtraps.h29 extern TBIRES tail_end_sys(TBIRES, int, int *);
32 return tail_end_sys(state, -1, NULL); in tail_end()
/arch/metag/kernel/
Dtraps.c312 TBIRES tail_end_sys(TBIRES State, int syscall, int *restart) in tail_end_sys() function
686 State = tail_end_sys(State, sysnumber, &restart); in switch1_handler()