Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h313 #define EMT_TAGOVF 1 /* tag overflow */ macro
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_32.c306 send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, current);
H A Dtraps_64.c2395 force_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)regs->tpc); in do_tof()