Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h46 #define IA64_THREAD_UAC_NOPRINT (__IA64_UL(1) << 3) /* don't log unaligned accesses */ macro
54 #define IA64_THREAD_UAC_MASK (IA64_THREAD_UAC_NOPRINT | IA64_THREAD_UAC_SIGBUS)
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c1346 !(current->thread.flags & IA64_THREAD_UAC_NOPRINT) && in ia64_handle_unaligned()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst450 ``IA64_THREAD_UAC_NOPRINT`` ``prctl`` and avoid logs being flooded.