Home
last modified time | relevance | path

Searched refs:PARISC_UAC_NOPRINT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dprocessor.h124 #define PARISC_UAC_NOPRINT (1UL << 0) /* see prctl and unaligned.c */ macro
129 #define PARISC_UAC_MASK (PARISC_UAC_NOPRINT|PARISC_UAC_SIGBUS)
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dunaligned.c451 if (!(current->thread.flags & PARISC_UAC_NOPRINT) && in handle_unaligned()