Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/csky/kernel/
H A Dtraps.c62 VEC_INIT(VEC_TRAP0, csky_systemcall); in trap_init()