Home
last modified time | relevance | path

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

1234567

/linux/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.c271 static int vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr) in vfp_raise_exceptions() argument
275 pr_debug("VFP: raising exceptions %08x\n", exceptions); in vfp_raise_exceptions()
277 if (exceptions == VFP_EXCEPTION_ERROR) { in vfp_raise_exceptions()
287 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) in vfp_raise_exceptions()
290 fpscr |= exceptions; in vfp_raise_exceptions()
295 if (exceptions & stat && fpscr & en) \ in vfp_raise_exceptions()
315 u32 exceptions = VFP_EXCEPTION_ERROR; in vfp_emulate_instruction() local
325 exceptions = vfp_single_cpdo(inst, fpscr); in vfp_emulate_instruction()
327 exceptions = vfp_double_cpdo(inst, fpscr); in vfp_emulate_instruction()
344 return exceptions & ~VFP_NAN_FLAG; in vfp_emulate_instruction()
[all …]
H A Dvfp.h246 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions);
248 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char …
343 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char …
/linux/security/
H A Ddevice_cgroup.c45 struct list_head exceptions; member
110 list_for_each_entry(walk, &dev_cgroup->exceptions, list) { in dev_exception_add()
124 list_add_tail_rcu(&excopy->list, &dev_cgroup->exceptions); in dev_exception_add()
138 list_for_each_entry_safe(walk, tmp, &dev_cgroup->exceptions, list) { in dev_exception_rm()
158 list_for_each_entry_safe(ex, tmp, &dev_cgroup->exceptions, list) { in __dev_exception_clean()
199 ret = dev_exceptions_copy(&dev_cgroup->exceptions, in devcgroup_online()
200 &parent_dev_cgroup->exceptions); in devcgroup_online()
229 INIT_LIST_HEAD(&dev_cgroup->exceptions); in devcgroup_css_alloc()
292 list_for_each_entry_rcu(ex, &devcgroup->exceptions, list) { in devcgroup_seq_show()
321 static bool match_exception(struct list_head *exceptions, short type, in match_exception() argument
[all …]
/linux/include/trace/events/
H A Dexceptions.h3 #define TRACE_SYSTEM exceptions
10 DECLARE_EVENT_CLASS(exceptions,
33 DEFINE_EVENT(exceptions, page_fault_user,
36 DEFINE_EVENT(exceptions, page_fault_kernel,
/linux/Documentation/userspace-api/media/dvb/
H A Dheaders.rst16 :exception-file: frontend.h.rst.exceptions
25 :exception-file: dmx.h.rst.exceptions
34 :exception-file: ca.h.rst.exceptions
43 :exception-file: net.h.rst.exceptions
/linux/Documentation/arch/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
/linux/tools/testing/selftests/bpf/
H A DDENYLIST.riscv642 exceptions # JIT does not support exceptions
/linux/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
H A Dstanh.S117 fmovel %d1,%FPCR |restore users exceptions
157 fmovel %d1,%FPCR |restore users exceptions
165 fmovel %d1,%FPCR |restore users exceptions
179 fmovel %d1,%FPCR |restore users exceptions
H A Dgen_except.S4 | gen_except --- FPSP routine to detect reportable exceptions
10 | Any routine which may report an exceptions must load
13 | Priority for exceptions is:
124 | Frame is idle, so check for exceptions reported through
169 | commonE1 does this for E1 exceptions, which are snan,
170 | operr, and dz. commonE3 does this for E3 exceptions, which
209 | No bits in the enable byte match existing exceptions. Check for
221 | No exceptions are to be reported. If the instruction was
/linux/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.
/linux/Documentation/arch/powerpc/
H A Disa-versions.rst15 e6500 Power ISA v2.06 with some exceptions
16 e5500 Power ISA v2.06 with some exceptions, no Altivec
20 Cell PPU - Power ISA v2.02 with some minor exceptions
/linux/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
/linux/Documentation/virt/kvm/s390/
H A Ds390-pv-boot.rst68 exceptions or return error codes.
71 memory, will result in specification exceptions. This is because the
75 Subcodes 8, 9, 10 will result in specification exceptions.
/linux/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst14 (GPL-2.0)的条款提供,并在LICENSES/exceptions/Linux-syscall-note中显式
254 LICENSES/exceptions/
260 LICENSES/exceptions/Linux-syscall-note
265 LICENSES/exceptions/GCC-exception-2.0
/linux/Documentation/translations/zh_TW/process/
H A Dlicense-rules.rst15 (GPL-2.0)的條款提供,並在LICENSES/exceptions/Linux-syscall-note中顯式
255 LICENSES/exceptions/
261 LICENSES/exceptions/Linux-syscall-note
266 LICENSES/exceptions/GCC-exception-2.0
/linux/Documentation/userspace-api/media/cec/
H A Dcec-header.rst11 :exception-file: cec.h.rst.exceptions
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-header.rst11 :exception-file: media.h.rst.exceptions
/linux/Documentation/userspace-api/media/v4l/
H A Dvideodev.rst12 :exception-file: videodev2.h.rst.exceptions
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-header.rst17 :exception-file: lirc.h.rst.exceptions
/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Dlint.py11 from lark.exceptions import UnexpectedInput
/linux/arch/powerpc/kernel/
H A Dnvram_64.c759 const char *name, int sig, const char *exceptions[]) in nvram_can_remove_partition() argument
766 } else if (exceptions) { in nvram_can_remove_partition()
768 for (except = exceptions; *except; except++) { in nvram_can_remove_partition()
786 const char *exceptions[]) in nvram_remove_partition() argument
792 if (!nvram_can_remove_partition(part, name, sig, exceptions)) in nvram_remove_partition()
/linux/
H A DCOPYING12 LICENSES/exceptions/Linux-syscall-note

1234567