Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpdouble.c70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … in vfp_double_normaliseround() argument
81 if (vd->exponent == 2047 && (vd->significand == 0 || exceptions)) in vfp_double_normaliseround()
161 exceptions |= FPSCR_IXC; in vfp_double_normaliseround()
172 exceptions |= FPSCR_OFC | FPSCR_IXC; in vfp_double_normaliseround()
186 exceptions |= FPSCR_UFC; in vfp_double_normaliseround()
196 dd, d, exceptions); in vfp_double_normaliseround()
199 return exceptions; in vfp_double_normaliseround()
444 u32 exceptions = 0; in vfp_double_fcvts() local
454 exceptions = FPSCR_IOC; in vfp_double_fcvts()
475 return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts"); in vfp_double_fcvts()
[all …]
H A Dvfpsingle.c70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround() argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char … in __vfp_single_normaliseround()
83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions)) in __vfp_single_normaliseround()
166 exceptions |= FPSCR_IXC; in __vfp_single_normaliseround()
177 exceptions |= FPSCR_OFC | FPSCR_IXC; in __vfp_single_normaliseround()
191 exceptions |= FPSCR_UFC; in __vfp_single_normaliseround()
202 sd, d, exceptions); in __vfp_single_normaliseround()
207 return exceptions; in __vfp_single_normaliseround()
487 u32 exceptions = 0; in vfp_single_fcvtd() local
497 exceptions = FPSCR_IOC; in vfp_single_fcvtd()
[all …]
H A Dvfpmodule.c243 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_raise_exceptions() argument
247 pr_debug("VFP: raising exceptions %08x\n", exceptions); in vfp_raise_exceptions()
249 if (exceptions == VFP_EXCEPTION_ERROR) { in vfp_raise_exceptions()
260 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) in vfp_raise_exceptions()
263 fpscr |= exceptions; in vfp_raise_exceptions()
268 if (exceptions & stat && fpscr & en) \ in vfp_raise_exceptions()
289 u32 exceptions = VFP_EXCEPTION_ERROR; in vfp_emulate_instruction() local
299 exceptions = vfp_single_cpdo(inst, fpscr); in vfp_emulate_instruction()
301 exceptions = vfp_double_cpdo(inst, fpscr); in vfp_emulate_instruction()
317 return exceptions & ~VFP_NAN_FLAG; in vfp_emulate_instruction()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A DMakefile16 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
17 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
20 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
24 $(BUILDDIR)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions
27 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions
30 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions
33 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
36 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions
39 $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions
42 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
[all …]
/OK3568_Linux_fs/kernel/security/
H A Ddevice_cgroup.c44 struct list_head exceptions; member
98 list_for_each_entry(walk, &dev_cgroup->exceptions, list) { in dev_exception_add()
112 list_add_tail_rcu(&excopy->list, &dev_cgroup->exceptions); in dev_exception_add()
126 list_for_each_entry_safe(walk, tmp, &dev_cgroup->exceptions, list) { in dev_exception_rm()
146 list_for_each_entry_safe(ex, tmp, &dev_cgroup->exceptions, list) { in __dev_exception_clean()
187 ret = dev_exceptions_copy(&dev_cgroup->exceptions, in devcgroup_online()
188 &parent_dev_cgroup->exceptions); in devcgroup_online()
217 INIT_LIST_HEAD(&dev_cgroup->exceptions); in devcgroup_css_alloc()
289 list_for_each_entry_rcu(ex, &devcgroup->exceptions, list) { in devcgroup_seq_show()
315 static bool match_exception(struct list_head *exceptions, short type, in match_exception() argument
[all …]
/OK3568_Linux_fs/buildroot/boot/at91bootstrap/
H A Dat91bootstrap-1.16-eabi-fix.patch6 generation of such references by avoiding unwind tables, exceptions,
45 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
58 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
71 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
84 +CCFLAGS=-g -mcpu=arm926ej-s -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fn…
97 +CCFLAGS=-g -mcpu=arm926ej-s -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fn…
110 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn…
123 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn…
136 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn…
149 +CCFLAGS=-g -mcpu=arm9 -O0 -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn…
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dspdxcheck.py29 self.exceptions = { }
57 spdx.exceptions[exception] = []
63 spdx.exceptions[exception].append(lic)
67 if not len(spdx.exceptions[exception]):
107 if id not in self.spdx.exceptions:
109 if self.lastid not in self.spdx.exceptions[id]:
284 sys.stderr.write('Exception IDs %12d\n' %len(spdx.exceptions))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddistrodata.py85exceptions = ["packagegroup-", "initramfs-", "systemd-machine-units", "target-sdk-provides-dummy"]
86 for i in exceptions:
92 exceptions = ["musl", "newlib", "linux-yocto", "linux-dummy", "mesa-gl", "libgfortran",
94 for i in exceptions:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-Do-not-overwrite-all-our-build-flags.patch24 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam…
25 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam…
40 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE…
41 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE…
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.h100 …NE void mali_gp_enable_interrupts(struct mali_gp_core *core, enum mali_interrupt_result exceptions) in mali_gp_enable_interrupts() argument
105 if (MALI_INTERRUPT_RESULT_SUCCESS_VS == exceptions) { in mali_gp_enable_interrupts()
111 exceptions); in mali_gp_enable_interrupts()
/OK3568_Linux_fs/kernel/Documentation/arm/vfp/
H A Drelease-notes.rst10 provides support for the exceptions bounced from VFP hardware found
33 All the above pass softfloat tests with the following exceptions:
37 - the handling of underflow exceptions is slightly different. If a
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A D.exceptions.o.cmd
/OK3568_Linux_fs/u-boot/spl/arch/arm/cpu/armv8/
H A D.exceptions.o.cmd
/OK3568_Linux_fs/u-boot/tpl/arch/arm/cpu/armv8/
H A D.exceptions.o.cmd
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
H A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/package/libunwind/
H A Dlibunwind.mk21 $(if $(BR2_INSTALL_LIBSTDCPP),--enable-cxx-exceptions,--disable-cxx-exceptions)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman.c505 u32 exceptions; member
561 u32 exceptions; member
722 if (cfg->exceptions & EX_DMA_BUS_ERROR) in dma_init()
724 if ((cfg->exceptions & EX_DMA_SYSTEM_WRITE_ECC) | in dma_init()
725 (cfg->exceptions & EX_DMA_READ_ECC) | in dma_init()
726 (cfg->exceptions & EX_DMA_FM_WRITE_ECC)) in dma_init()
843 if (cfg->exceptions & EX_FPM_STALL_ON_TASKS) in fpm_init()
845 if (cfg->exceptions & EX_FPM_SINGLE_ECC) in fpm_init()
847 if (cfg->exceptions & EX_FPM_DOUBLE_ECC) in fpm_init()
871 if (cfg->exceptions & EX_IRAM_ECC) { in fpm_init()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_unimp.S59 andl #0xFF00FF,%d0 |clear all but accrued exceptions
62 fmovel #0,%FPCR |clear all user exceptions for FPSP
74 bral gen_except |post any exceptions and return
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Dfskeleton.S109 | for enabled operand error exceptions. The exception stack frame is an operand error
128 | for enabled signalling NaN exceptions. The exception stack frame is a signalling NaN
147 | for enabled divide-by-zero exceptions. The exception stack frame is a divide-by-zero
166 | for enabled inexact exceptions. The exception stack frame is an inexact
185 | for enabled bsun exceptions. The exception stack frame is a bsun
206 | encountered. Three different types of exceptions can enter the F-Line exception
220 | encountered. Three different types of exceptions can enter the F-Line exception
224 | exceptions branch here.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-meh/
H A Dpython3-meh_0.50.1.bb1 SUMMARY = "A python library for handling exceptions"
3 exceptions."
/OK3568_Linux_fs/kernel/arch/x86/include/asm/trace/
H A Dexceptions.h3 #define TRACE_SYSTEM exceptions
50 #define TRACE_INCLUDE_FILE exceptions
/OK3568_Linux_fs/buildroot/package/freeswitch-mod-bcg729/
H A Dfreeswitch-mod-bcg729.mk18 -fPIC -fomit-frame-pointer -fno-exceptions \
21 -fPIC -fomit-frame-pointer -fno-exceptions \
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst73 group behavior exceptions
88 In case parent's exceptions change and local exceptions are not allowed
127 list of exceptions. The internal state is controlled using the same user
129 implementation. Removal or addition of exceptions that will reduce the access

12345678910>>...22