Home
last modified time | relevance | path

Searched refs:ILL_PRVREG (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Dsiginfo.h131 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-sh/
Dsiginfo.h123 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-x86_64/
Dsiginfo.h122 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-ppc/
Dsiginfo.h121 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-s390x/
Dsiginfo.h131 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-alpha/
Dsiginfo.h123 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-arm/
Dsiginfo.h123 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-cris/
Dsiginfo.h123 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-i386/
Dsiginfo.h123 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-sh64/
Dsiginfo.h123 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-ppc64/
Dsiginfo.h131 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-parisc/
Dsiginfo.h123 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-mips/
Dsiginfo.h150 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-mips64/
Dsiginfo.h150 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-m68k/
Dsiginfo.h133 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-sparc/
Dsiginfo.h128 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-ia64/
Dsiginfo.h153 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dsiginfo.h188 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ macro
/linux-2.4.37.9/arch/parisc/kernel/
Dtraps.c536 si.si_code = ILL_PRVREG; in handle_interruption()