Home
last modified time | relevance | path

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

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