Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h240 #define SEGV_ACCADI 5 /* ADI not enabled for mapped object */ macro
/openbmc/linux/Documentation/arch/sparc/
H A Dadi.rst151 siginfo.si_code = SEGV_ACCADI;
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c390 force_sig_fault(SIGSEGV, SEGV_ACCADI, (void __user *)addr); in sun4v_data_access_exception()