Symbol: exception
bin/sh/error.c
69
int exception;
bin/sh/error.c
91
exception = e;
bin/sh/error.h
68
extern int exception;
bin/sh/eval.c
1157
exception, exitstatus, exerrno));
bin/sh/eval.c
1159
if (exception == EXSHELLPROC) {
bin/sh/eval.c
1169
_exit(exception == EXEXIT ?
bin/sh/eval.c
1277
if (exception == EXSHELLPROC) {
bin/sh/eval.c
1481
e = exception;
bin/sh/eval.c
660
e = exception;
bin/sh/input.c
124
if (exception != EXSHELLPROC)
bin/sh/main.c
155
switch (exception) {
bin/sh/main.c
175
if (exception != EXSHELLPROC) {
bin/sh/main.c
177
exception == EXEXIT)
bin/sh/main.c
181
if (exception == EXINT) {
bin/sh/parser.c
1421
exception));
bin/sh/parser.c
2729
if (exception == EXEXIT)
bin/sh/parser.c
2731
if (exception == EXINT)
include/math.h
519
int matherr(struct exception *);
lib/libm/src/k_standard.c
86
struct exception exc;
lib/libm/src/s_matherr.c
22
matherr(struct exception *x)
sys/arch/hppa/hppa/fpu.c
333
int exception;
sys/arch/hppa/hppa/fpu.c
387
exception = decode_0c(inst, class, sub, fpregs);
sys/arch/hppa/hppa/fpu.c
390
exception = decode_0e(inst, class, sub, fpregs);
sys/arch/hppa/hppa/fpu.c
393
exception = decode_06(inst, fpregs);
sys/arch/hppa/hppa/fpu.c
396
exception = decode_26(inst, fpregs);
sys/arch/hppa/hppa/fpu.c
399
exception = UNIMPLEMENTEDEXCEPTION;
sys/arch/hppa/hppa/fpu.c
403
if (exception) {
sys/arch/hppa/hppa/fpu.c
405
if (exception & UNIMPLEMENTEDEXCEPTION) {
sys/arch/hppa/hppa/fpu.c
410
if (exception & INVALIDEXCEPTION) {
sys/arch/hppa/hppa/fpu.c
412
} else if (exception & DIVISIONBYZEROEXCEPTION) {
sys/arch/hppa/hppa/fpu.c
414
} else if (exception & OVERFLOWEXCEPTION) {
sys/arch/hppa/hppa/fpu.c
416
} else if (exception & UNDERFLOWEXCEPTION) {
sys/arch/hppa/hppa/fpu.c
418
} else if (exception & INEXACTEXCEPTION) {
sys/arch/hppa/spmath/float.h
419
#define Set_exceptiontype_and_instr_field(exception,instruction,object) \
sys/arch/hppa/spmath/float.h
420
object = ((exception) << 26) | (instruction)
sys/arch/m68k/060sp/dist/fpsp.s
1229
# if the exception is an opclass zero or two unimplemented data type
sys/arch/m68k/060sp/dist/fpsp.s
1734
# if the exception occurred from supervisor mode, check if
sys/arch/m68k/060sp/dist/isp.s
588
# if exception occurred in user mode, then we have to restore a7 in case it
sys/arch/m68k/060sp/dist/pfpsp.s
1229
# if the exception is an opclass zero or two unimplemented data type
sys/arch/m68k/060sp/dist/pfpsp.s
1734
# if the exception occurred from supervisor mode, check if
sys/arch/m68k/fpsp/fpsp.h
118
FPCR_ENABLE equ USER_FPCR+2 ; FPCR exception enable
sys/arch/m68k/fpsp/fpsp.h
123
FPSR_EXCEPT equ USER_FPSR+2 ; FPSR exception
sys/arch/m68k/fpsp/fpsp.h
124
FPSR_AEXCEPT equ USER_FPSR+3 ; FPSR accrued exception
sys/arch/m68k/fpsp/fpsp.h
239
EXC_SR equ 4 ;exception frame status register
sys/arch/m68k/fpsp/fpsp.h
240
EXC_PC equ 6 ;exception frame program counter
sys/arch/m68k/fpsp/fpsp.h
241
EXC_VEC equ 10 ;exception frame vector (format+vector#)
sys/arch/m68k/fpsp/fpsp.h
242
EXC_EA equ 12 ;exception frame effective address
sys/arch/m68k/fpsp/fpsp.h
364
* exception vectors
sys/arch/m68k/fpsp/fpsp.h
37
* fpsp.h --- stack frame offsets during FPSP exception handling
sys/arch/m68k/fpsp/fpsp.h
39
* These equates are used to access the exception frame, the fsave
sys/arch/m68k/fpsp/fpsp.h
70
* Positive offsets from A6 refer to the exception frame. Negative
sys/arch/m68k/fpsp/fpsp.h
82
* and then either 'bra fpsp_done' if the exception was completely
sys/arch/m68k/fpsp/fpsp.h
84
* label to a routine that will process a real exception of the
sys/arch/m68k/fpsp/fpsp.h
86
* if the FPU state after the exception is idle.
sys/arch/m68k/fpsp/fpsp.h
88
* Sometimes the exception handler will transform the fsave area
sys/arch/m68k/fpsp/fpsp.h
89
* because it needs to report an exception back to the user. This
sys/arch/m68k/fpsp/l_fpsp.h
130
FPCR_ENABLE equ USER_FPCR+2 ; FPCR exception enable
sys/arch/m68k/fpsp/l_fpsp.h
135
FPSR_EXCEPT equ USER_FPSR+2 ; FPSR exception
sys/arch/m68k/fpsp/l_fpsp.h
136
FPSR_AEXCEPT equ USER_FPSR+3 ; FPSR accrued exception
sys/arch/m68k/fpsp/l_fpsp.h
41
* exception of ETEMP, WBTEMP, DTAG and STAG which are simulated
sys/arch/m68k/fpsp/l_fpsp.h
42
* in the library version. Equates for the exception frame are
sys/arch/macppc/dev/mesh.c
1116
int intr, error, exception, imsk;
sys/arch/macppc/dev/mesh.c
1123
exception = mesh_read_reg(sc, MESH_EXCEPTION);
sys/arch/macppc/dev/mesh.c
1130
intr, imsk, exception, error, status0, status1);
sys/arch/macppc/dev/mesh.c
324
u_char intr, exception, error, status0;
sys/arch/macppc/dev/mesh.c
332
exception = mesh_read_reg(sc, MESH_EXCEPTION);
sys/arch/macppc/dev/mesh.c
345
snprintb(buf2, sizeof buf2, MESH_EXC_BITMASK, exception);
sys/arch/macppc/dev/mesh.c
391
device_xname(sc->sc_dev), error, exception);
sys/arch/macppc/dev/mesh.c
398
if (exception & MESH_EXC_SELTO) {
sys/arch/macppc/dev/mesh.c
399
mesh_error(sc, scb, 0, exception);
sys/arch/macppc/dev/mesh.c
404
if (exception & MESH_EXC_PHASEMM) {
sys/arch/macppc/dev/mesh.c
450
mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception)
sys/arch/macppc/dev/mesh.c
472
if (exception & MESH_EXC_SELTO) {
sys/arch/sgimips/dev/scn.c
1403
goto exception; \
sys/arch/sgimips/dev/scn.c
1410
exception:
sys/sys/userret.h
51
int exception;
sys/sys/userret.h
56
exception = l->l_cpu->ci_want_resched | (l->l_flag & LW_USERRET);
sys/sys/userret.h
58
if (__predict_false(exception)) {