exceptions 246 arch/arm/vfp/vfp.h u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions); exceptions 248 arch/arm/vfp/vfp.h u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func); exceptions 343 arch/arm/vfp/vfp.h u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func); exceptions 70 arch/arm/vfp/vfpdouble.c u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func) exceptions 81 arch/arm/vfp/vfpdouble.c if (vd->exponent == 2047 && (vd->significand == 0 || exceptions)) exceptions 161 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IXC; exceptions 172 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_OFC | FPSCR_IXC; exceptions 186 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_UFC; exceptions 196 arch/arm/vfp/vfpdouble.c dd, d, exceptions); exceptions 199 arch/arm/vfp/vfpdouble.c return exceptions; exceptions 444 arch/arm/vfp/vfpdouble.c u32 exceptions = 0; exceptions 454 arch/arm/vfp/vfpdouble.c exceptions = FPSCR_IOC; exceptions 475 arch/arm/vfp/vfpdouble.c return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts"); exceptions 479 arch/arm/vfp/vfpdouble.c return exceptions; exceptions 509 arch/arm/vfp/vfpdouble.c u32 d, exceptions = 0; exceptions 520 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IDC; exceptions 527 arch/arm/vfp/vfpdouble.c exceptions = FPSCR_IOC; exceptions 552 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IOC; exceptions 557 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IOC; exceptions 559 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IXC; exceptions 563 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IXC; exceptions 568 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IOC; exceptions 573 arch/arm/vfp/vfpdouble.c pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); exceptions 577 arch/arm/vfp/vfpdouble.c return exceptions; exceptions 588 arch/arm/vfp/vfpdouble.c u32 d, exceptions = 0; exceptions 600 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IDC; exceptions 604 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IOC; exceptions 609 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IOC; exceptions 631 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IOC; exceptions 633 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IXC; exceptions 640 arch/arm/vfp/vfpdouble.c exceptions |= FPSCR_IXC; exceptions 648 arch/arm/vfp/vfpdouble.c pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); exceptions 652 arch/arm/vfp/vfpdouble.c return exceptions; exceptions 687 arch/arm/vfp/vfpdouble.c u32 exceptions = 0; exceptions 701 arch/arm/vfp/vfpdouble.c exceptions = FPSCR_IOC; exceptions 721 arch/arm/vfp/vfpdouble.c return exceptions; exceptions 854 arch/arm/vfp/vfpdouble.c u32 exceptions; exceptions 864 arch/arm/vfp/vfpdouble.c exceptions = vfp_double_multiply(&vdp, &vdn, &vdm, fpscr); exceptions 874 arch/arm/vfp/vfpdouble.c exceptions |= vfp_double_add(&vdd, &vdn, &vdp, fpscr); exceptions 876 arch/arm/vfp/vfpdouble.c return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, func); exceptions 921 arch/arm/vfp/vfpdouble.c u32 exceptions; exceptions 931 arch/arm/vfp/vfpdouble.c exceptions = vfp_double_multiply(&vdd, &vdn, &vdm, fpscr); exceptions 932 arch/arm/vfp/vfpdouble.c return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fmul"); exceptions 941 arch/arm/vfp/vfpdouble.c u32 exceptions; exceptions 951 arch/arm/vfp/vfpdouble.c exceptions = vfp_double_multiply(&vdd, &vdn, &vdm, fpscr); exceptions 954 arch/arm/vfp/vfpdouble.c return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fnmul"); exceptions 963 arch/arm/vfp/vfpdouble.c u32 exceptions; exceptions 973 arch/arm/vfp/vfpdouble.c exceptions = vfp_double_add(&vdd, &vdn, &vdm, fpscr); exceptions 975 arch/arm/vfp/vfpdouble.c return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fadd"); exceptions 984 arch/arm/vfp/vfpdouble.c u32 exceptions; exceptions 999 arch/arm/vfp/vfpdouble.c exceptions = vfp_double_add(&vdd, &vdn, &vdm, fpscr); exceptions 1001 arch/arm/vfp/vfpdouble.c return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fsub"); exceptions 1010 arch/arm/vfp/vfpdouble.c u32 exceptions = 0; exceptions 1086 arch/arm/vfp/vfpdouble.c exceptions = vfp_propagate_nan(&vdd, &vdn, &vdm, fpscr); exceptions 1089 arch/arm/vfp/vfpdouble.c return exceptions; exceptions 1092 arch/arm/vfp/vfpdouble.c exceptions = vfp_propagate_nan(&vdd, &vdm, &vdn, fpscr); exceptions 1101 arch/arm/vfp/vfpdouble.c exceptions = FPSCR_DZC; exceptions 1130 arch/arm/vfp/vfpdouble.c u32 exceptions = 0; exceptions 1191 arch/arm/vfp/vfpdouble.c exceptions |= except; exceptions 1202 arch/arm/vfp/vfpdouble.c return exceptions; exceptions 243 arch/arm/vfp/vfpmodule.c static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) exceptions 247 arch/arm/vfp/vfpmodule.c pr_debug("VFP: raising exceptions %08x\n", exceptions); exceptions 249 arch/arm/vfp/vfpmodule.c if (exceptions == VFP_EXCEPTION_ERROR) { exceptions 260 arch/arm/vfp/vfpmodule.c if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) exceptions 263 arch/arm/vfp/vfpmodule.c fpscr |= exceptions; exceptions 268 arch/arm/vfp/vfpmodule.c if (exceptions & stat && fpscr & en) \ exceptions 289 arch/arm/vfp/vfpmodule.c u32 exceptions = VFP_EXCEPTION_ERROR; exceptions 299 arch/arm/vfp/vfpmodule.c exceptions = vfp_single_cpdo(inst, fpscr); exceptions 301 arch/arm/vfp/vfpmodule.c exceptions = vfp_double_cpdo(inst, fpscr); exceptions 317 arch/arm/vfp/vfpmodule.c return exceptions & ~VFP_NAN_FLAG; exceptions 325 arch/arm/vfp/vfpmodule.c u32 fpscr, orig_fpscr, fpsid, exceptions; exceptions 396 arch/arm/vfp/vfpmodule.c exceptions = vfp_emulate_instruction(trigger, fpscr, regs); exceptions 397 arch/arm/vfp/vfpmodule.c if (exceptions) exceptions 398 arch/arm/vfp/vfpmodule.c vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); exceptions 415 arch/arm/vfp/vfpmodule.c exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs); exceptions 416 arch/arm/vfp/vfpmodule.c if (exceptions) exceptions 417 arch/arm/vfp/vfpmodule.c vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); exceptions 70 arch/arm/vfp/vfpsingle.c u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) exceptions 72 arch/arm/vfp/vfpsingle.c u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func) exceptions 83 arch/arm/vfp/vfpsingle.c if (vs->exponent == 255 && (vs->significand == 0 || exceptions)) exceptions 166 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IXC; exceptions 177 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_OFC | FPSCR_IXC; exceptions 191 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_UFC; exceptions 202 arch/arm/vfp/vfpsingle.c sd, d, exceptions); exceptions 207 arch/arm/vfp/vfpsingle.c return exceptions; exceptions 487 arch/arm/vfp/vfpsingle.c u32 exceptions = 0; exceptions 497 arch/arm/vfp/vfpsingle.c exceptions = FPSCR_IOC; exceptions 518 arch/arm/vfp/vfpsingle.c return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fcvtd"); exceptions 522 arch/arm/vfp/vfpsingle.c return exceptions; exceptions 550 arch/arm/vfp/vfpsingle.c u32 d, exceptions = 0; exceptions 562 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IDC; exceptions 569 arch/arm/vfp/vfpsingle.c exceptions = FPSCR_IOC; exceptions 594 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IOC; exceptions 599 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IOC; exceptions 601 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IXC; exceptions 605 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IXC; exceptions 610 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IOC; exceptions 615 arch/arm/vfp/vfpsingle.c pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); exceptions 619 arch/arm/vfp/vfpsingle.c return exceptions; exceptions 630 arch/arm/vfp/vfpsingle.c u32 d, exceptions = 0; exceptions 642 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IDC; exceptions 646 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IOC; exceptions 654 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IOC; exceptions 677 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IOC; exceptions 679 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IXC; exceptions 686 arch/arm/vfp/vfpsingle.c exceptions |= FPSCR_IXC; exceptions 694 arch/arm/vfp/vfpsingle.c pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); exceptions 698 arch/arm/vfp/vfpsingle.c return exceptions; exceptions 733 arch/arm/vfp/vfpsingle.c u32 exceptions = 0; exceptions 747 arch/arm/vfp/vfpsingle.c exceptions = FPSCR_IOC; exceptions 767 arch/arm/vfp/vfpsingle.c return exceptions; exceptions 898 arch/arm/vfp/vfpsingle.c u32 exceptions; exceptions 911 arch/arm/vfp/vfpsingle.c exceptions = vfp_single_multiply(&vsp, &vsn, &vsm, fpscr); exceptions 923 arch/arm/vfp/vfpsingle.c exceptions |= vfp_single_add(&vsd, &vsn, &vsp, fpscr); exceptions 925 arch/arm/vfp/vfpsingle.c return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, func); exceptions 970 arch/arm/vfp/vfpsingle.c u32 exceptions; exceptions 983 arch/arm/vfp/vfpsingle.c exceptions = vfp_single_multiply(&vsd, &vsn, &vsm, fpscr); exceptions 984 arch/arm/vfp/vfpsingle.c return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fmul"); exceptions 993 arch/arm/vfp/vfpsingle.c u32 exceptions; exceptions 1006 arch/arm/vfp/vfpsingle.c exceptions = vfp_single_multiply(&vsd, &vsn, &vsm, fpscr); exceptions 1008 arch/arm/vfp/vfpsingle.c return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fnmul"); exceptions 1017 arch/arm/vfp/vfpsingle.c u32 exceptions; exceptions 1033 arch/arm/vfp/vfpsingle.c exceptions = vfp_single_add(&vsd, &vsn, &vsm, fpscr); exceptions 1035 arch/arm/vfp/vfpsingle.c return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fadd"); exceptions 1055 arch/arm/vfp/vfpsingle.c u32 exceptions = 0; exceptions 1131 arch/arm/vfp/vfpsingle.c exceptions = vfp_propagate_nan(&vsd, &vsn, &vsm, fpscr); exceptions 1134 arch/arm/vfp/vfpsingle.c return exceptions; exceptions 1137 arch/arm/vfp/vfpsingle.c exceptions = vfp_propagate_nan(&vsd, &vsm, &vsn, fpscr); exceptions 1146 arch/arm/vfp/vfpsingle.c exceptions = FPSCR_DZC; exceptions 1175 arch/arm/vfp/vfpsingle.c u32 exceptions = 0; exceptions 1231 arch/arm/vfp/vfpsingle.c exceptions |= except; exceptions 1242 arch/arm/vfp/vfpsingle.c return exceptions; exceptions 142 arch/m68k/fpsp040/fpsp.h .set CMDREG3B,LV-48 | cmd reg for E3 exceptions (2 bytes) exceptions 172 arch/m68k/fpsp040/fpsp.h .set CMDREG1B,LV-36 | cmd reg for E1 exceptions (2 bytes) exceptions 66 arch/powerpc/include/asm/nvram.h const char *exceptions[]); exceptions 759 arch/powerpc/kernel/nvram_64.c const char *name, int sig, const char *exceptions[]) exceptions 766 arch/powerpc/kernel/nvram_64.c } else if (exceptions) { exceptions 768 arch/powerpc/kernel/nvram_64.c for (except = exceptions; *except; except++) { exceptions 786 arch/powerpc/kernel/nvram_64.c const char *exceptions[]) exceptions 792 arch/powerpc/kernel/nvram_64.c if (!nvram_can_remove_partition(part, name, sig, exceptions)) exceptions 3 arch/x86/include/asm/trace/exceptions.h #define TRACE_SYSTEM exceptions exceptions 50 arch/x86/include/asm/trace/exceptions.h #define TRACE_INCLUDE_FILE exceptions exceptions 535 arch/x86/kvm/trace.h TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept), exceptions 536 arch/x86/kvm/trace.h TP_ARGS(cr_read, cr_write, exceptions, intercept), exceptions 541 arch/x86/kvm/trace.h __field( __u32, exceptions ) exceptions 548 arch/x86/kvm/trace.h __entry->exceptions = exceptions; exceptions 553 arch/x86/kvm/trace.h __entry->cr_read, __entry->cr_write, __entry->exceptions, exceptions 505 drivers/net/ethernet/freescale/fman/fman.c u32 exceptions; exceptions 561 drivers/net/ethernet/freescale/fman/fman.c u32 exceptions; exceptions 720 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_DMA_BUS_ERROR) exceptions 722 drivers/net/ethernet/freescale/fman/fman.c if ((cfg->exceptions & EX_DMA_SYSTEM_WRITE_ECC) | exceptions 723 drivers/net/ethernet/freescale/fman/fman.c (cfg->exceptions & EX_DMA_READ_ECC) | exceptions 724 drivers/net/ethernet/freescale/fman/fman.c (cfg->exceptions & EX_DMA_FM_WRITE_ECC)) exceptions 841 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_FPM_STALL_ON_TASKS) exceptions 843 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_FPM_SINGLE_ECC) exceptions 845 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_FPM_DOUBLE_ECC) exceptions 869 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_IRAM_ECC) { exceptions 873 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_MURAM_ECC) { exceptions 907 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_BMI_LIST_RAM_ECC) exceptions 909 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_BMI_STORAGE_PROFILE_ECC) exceptions 911 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_BMI_STATISTICS_RAM_ECC) exceptions 913 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_BMI_DISPATCH_RAM_ECC) exceptions 930 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_QMI_DEQ_FROM_UNKNOWN_PORTID) exceptions 932 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_QMI_DOUBLE_ECC) exceptions 940 drivers/net/ethernet/freescale/fman/fman.c if (cfg->exceptions & EX_QMI_SINGLE_ECC) exceptions 1754 drivers/net/ethernet/freescale/fman/fman.c fman->state->exceptions = (EX_DMA_BUS_ERROR | exceptions 1933 drivers/net/ethernet/freescale/fman/fman.c fman->state->exceptions &= ~FMAN_EX_BMI_DISPATCH_RAM_ECC; exceptions 1936 drivers/net/ethernet/freescale/fman/fman.c fman->state->exceptions &= ~FMAN_EX_QMI_SINGLE_ECC; exceptions 1982 drivers/net/ethernet/freescale/fman/fman.c cfg->exceptions = fman->state->exceptions; exceptions 2048 drivers/net/ethernet/freescale/fman/fman.c fman->state->exceptions |= bit_mask; exceptions 2050 drivers/net/ethernet/freescale/fman/fman.c fman->state->exceptions &= ~bit_mask; exceptions 340 drivers/net/ethernet/freescale/fman/fman_dtsec.c u32 exceptions; exceptions 1349 drivers/net/ethernet/freescale/fman/fman_dtsec.c dtsec->exceptions |= bit_mask; exceptions 1351 drivers/net/ethernet/freescale/fman/fman_dtsec.c dtsec->exceptions &= ~bit_mask; exceptions 1416 drivers/net/ethernet/freescale/fman/fman_dtsec.c dtsec->max_speed, (u8 *)eth_addr, dtsec->exceptions, exceptions 1526 drivers/net/ethernet/freescale/fman/fman_dtsec.c dtsec->exceptions = (DTSEC_IMASK_BREN | exceptions 172 drivers/net/ethernet/freescale/fman/fman_mac.h enum fman_mac_exceptions exceptions); exceptions 347 drivers/net/ethernet/freescale/fman/fman_memac.c u32 exceptions; exceptions 412 drivers/net/ethernet/freescale/fman/fman_memac.c u32 exceptions) exceptions 473 drivers/net/ethernet/freescale/fman/fman_memac.c set_exception(regs, exceptions, true); exceptions 1016 drivers/net/ethernet/freescale/fman/fman_memac.c memac->exceptions |= bit_mask; exceptions 1018 drivers/net/ethernet/freescale/fman/fman_memac.c memac->exceptions &= ~bit_mask; exceptions 1066 drivers/net/ethernet/freescale/fman/fman_memac.c memac->max_speed, slow_10g_if, memac->exceptions); exceptions 1186 drivers/net/ethernet/freescale/fman/fman_memac.c memac->exceptions = (MEMAC_IMASK_TSECC_ER | MEMAC_IMASK_TECC_ER | exceptions 217 drivers/net/ethernet/freescale/fman/fman_tgec.c u32 exceptions; exceptions 673 drivers/net/ethernet/freescale/fman/fman_tgec.c tgec->exceptions |= bit_mask; exceptions 675 drivers/net/ethernet/freescale/fman/fman_tgec.c tgec->exceptions &= ~bit_mask; exceptions 715 drivers/net/ethernet/freescale/fman/fman_tgec.c tgec->exceptions &= ~(TGEC_IMASK_REM_FAULT | exceptions 718 drivers/net/ethernet/freescale/fman/fman_tgec.c err = init(tgec->regs, cfg, tgec->exceptions); exceptions 807 drivers/net/ethernet/freescale/fman/fman_tgec.c tgec->exceptions = (TGEC_IMASK_MDIO_SCAN_EVENT | exceptions 258 include/linux/pe.h struct data_dirent exceptions; /* .pdata */ exceptions 42 security/device_cgroup.c struct list_head exceptions; exceptions 96 security/device_cgroup.c list_for_each_entry(walk, &dev_cgroup->exceptions, list) { exceptions 110 security/device_cgroup.c list_add_tail_rcu(&excopy->list, &dev_cgroup->exceptions); exceptions 124 security/device_cgroup.c list_for_each_entry_safe(walk, tmp, &dev_cgroup->exceptions, list) { exceptions 144 security/device_cgroup.c list_for_each_entry_safe(ex, tmp, &dev_cgroup->exceptions, list) { exceptions 185 security/device_cgroup.c ret = dev_exceptions_copy(&dev_cgroup->exceptions, exceptions 186 security/device_cgroup.c &parent_dev_cgroup->exceptions); exceptions 215 security/device_cgroup.c INIT_LIST_HEAD(&dev_cgroup->exceptions); exceptions 287 security/device_cgroup.c list_for_each_entry_rcu(ex, &devcgroup->exceptions, list) { exceptions 313 security/device_cgroup.c static bool match_exception(struct list_head *exceptions, short type, exceptions 318 security/device_cgroup.c list_for_each_entry_rcu(ex, exceptions, list) { exceptions 350 security/device_cgroup.c static bool match_exception_partial(struct list_head *exceptions, short type, exceptions 355 security/device_cgroup.c list_for_each_entry_rcu(ex, exceptions, list) { exceptions 412 security/device_cgroup.c match = match_exception_partial(&dev_cgroup->exceptions, exceptions 429 security/device_cgroup.c match = match_exception(&dev_cgroup->exceptions, refex->type, exceptions 484 security/device_cgroup.c return !match_exception_partial(&parent->exceptions, ex->type, exceptions 519 security/device_cgroup.c list_for_each_safe(this, tmp, &devcg->exceptions) { exceptions 624 security/device_cgroup.c rc = dev_exceptions_copy(&devcgroup->exceptions, exceptions 625 security/device_cgroup.c &parent->exceptions); exceptions 814 security/device_cgroup.c rc = !match_exception_partial(&dev_cgroup->exceptions, exceptions 818 security/device_cgroup.c rc = match_exception(&dev_cgroup->exceptions, type, major,