Home
last modified time | relevance | path

Searched refs:SA_EXPOSE_TAGBITS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst57 siginfo.si_addr unless the flag SA_EXPOSE_TAGBITS was set in
65 (SEGV_MTESERR) even if SA_EXPOSE_TAGBITS was set. Applications should
70 tag information will be preserved regardless of the SA_EXPOSE_TAGBITS
74 regardless of the SA_EXPOSE_TAGBITS flag setting.
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal-defs.h46 #define SA_EXPOSE_TAGBITS 0x00000800 macro
/openbmc/linux/include/linux/
H A Dsignal_types.h86 SA_NODEFER | SA_RESETHAND | SA_EXPOSE_TAGBITS | __ARCH_UAPI_SA_FLAGS)
/openbmc/linux/kernel/
H A Dsignal.c2908 if (!(ksig->ka.sa.sa_flags & SA_EXPOSE_TAGBITS)) in get_signal()