Home
last modified time | relevance | path

Searched refs:VEC_TRAP0 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/csky/include/asm/
H A Dtraps.h25 #define VEC_TRAP0 16 macro
H A Dptrace.h42 return ((regs->sr >> 16) & 0xff) == VEC_TRAP0; in in_syscall()
/linux/arch/csky/kernel/
H A Dtraps.c63 VEC_INIT(VEC_TRAP0, csky_systemcall); in trap_init()