exc               849 arch/alpha/kernel/osf_sys.c 		unsigned long exc, swcr, fpcr, fex;
exc               852 arch/alpha/kernel/osf_sys.c 		if (get_user(exc, (unsigned long __user *)buffer))
exc               855 arch/alpha/kernel/osf_sys.c 		exc &= IEEE_STATUS_MASK;
exc               858 arch/alpha/kernel/osf_sys.c  		swcr = (*state & IEEE_SW_MASK) | exc;
exc               859 arch/alpha/kernel/osf_sys.c 		*state |= exc;
exc               868 arch/alpha/kernel/osf_sys.c 		fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr;
exc               435 arch/mips/include/asm/octeon/cvmx-pemx-defs.h 		uint64_t exc:1;
exc               457 arch/mips/include/asm/octeon/cvmx-pemx-defs.h 		uint64_t exc:1;
exc               474 arch/mips/include/asm/octeon/cvmx-pemx-defs.h 		uint64_t exc:1;
exc               496 arch/mips/include/asm/octeon/cvmx-pemx-defs.h 		uint64_t exc:1;
exc               513 arch/mips/include/asm/octeon/cvmx-pemx-defs.h 		uint64_t exc:1;
exc               535 arch/mips/include/asm/octeon/cvmx-pemx-defs.h 		uint64_t exc:1;
exc                67 arch/powerpc/include/asm/code-patching.h void __patch_exception(int exc, unsigned long addr);
exc                68 arch/powerpc/include/asm/code-patching.h #define patch_exception(exc, name) do { \
exc                70 arch/powerpc/include/asm/code-patching.h 	__patch_exception((exc), (unsigned long)&name); \
exc               379 arch/powerpc/lib/code-patching.c void __patch_exception(int exc, unsigned long addr)
exc               390 arch/powerpc/lib/code-patching.c 	patch_branch(ibase + (exc / 4) + 1, addr, 0);
exc                72 arch/unicore32/kernel/fpu-ucf64.c 	u32 exc = F64_EXCEPTION_ERROR & fpexc;
exc                77 arch/unicore32/kernel/fpu-ucf64.c 	if (exc & FPSCR_CMPINSTR_BIT) {
exc                78 arch/unicore32/kernel/fpu-ucf64.c 		if (exc & FPSCR_CON)
exc                82 arch/unicore32/kernel/fpu-ucf64.c 		exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON);
exc               101 arch/unicore32/kernel/fpu-ucf64.c 	tmp |= exc;
exc               154 drivers/pci/pcie/dpc.c 	u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix;
exc               164 drivers/pci/pcie/dpc.c 	pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_EXCEPTION, &exc);
exc               166 drivers/pci/pcie/dpc.c 		sev, syserr, exc);
exc              1033 drivers/scsi/mesh.c 	int err, exc, count;
exc              1037 drivers/scsi/mesh.c 	exc = in_8(&mr->exception);
exc              1040 drivers/scsi/mesh.c 	     MKWORD(err, exc, mr->fifo_count, mr->count_lo));
exc              1054 drivers/scsi/mesh.c 		if (exc & EXC_RESELECTED) {
exc              1094 drivers/scsi/mesh.c 		if (exc & EXC_RESELECTED) {
exc              1102 drivers/scsi/mesh.c 		if (exc == EXC_PHASEMM) {
exc              1109 drivers/scsi/mesh.c 		       err, exc);
exc              1111 drivers/scsi/mesh.c 		printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc);
exc              1127 drivers/scsi/mesh.c 	int exc;
exc              1130 drivers/scsi/mesh.c 	exc = in_8(&mr->exception);
exc              1132 drivers/scsi/mesh.c 	if (exc & EXC_RESELECTED) {
exc              1136 drivers/scsi/mesh.c 	} else if (exc == EXC_ARBLOST) {
exc              1140 drivers/scsi/mesh.c 	} else if (exc == EXC_SELTO) {
exc              1144 drivers/scsi/mesh.c 	} else if (exc == EXC_PHASEMM) {
exc              1149 drivers/scsi/mesh.c 		printk(KERN_ERR "mesh: can't cope with exception %x\n", exc);