arch/arc/include/asm/entry-arcv2.h
82
; 2. STATUS32.Z flag set if in U mode at time of exception (U:1,K:0)
arch/arm/nwfpe/fpa11.h
31
signed char exception;
arch/arm/nwfpe/fpa11_cpdo.c
121
if (roundData.exception)
arch/arm/nwfpe/fpa11_cpdo.c
122
float_raise(roundData.exception);
arch/arm/nwfpe/fpa11_cpdo.c
33
roundData.exception = 0;
arch/arm/nwfpe/fpa11_cpdt.c
263
roundData.exception = 0;
arch/arm/nwfpe/fpa11_cpdt.c
298
if (roundData.exception)
arch/arm/nwfpe/fpa11_cpdt.c
299
float_raise(roundData.exception);
arch/arm/nwfpe/fpa11_cprt.c
108
roundData.exception = 0;
arch/arm/nwfpe/fpa11_cprt.c
135
if (roundData.exception)
arch/arm/nwfpe/fpa11_cprt.c
136
float_raise(roundData.exception);
arch/arm/nwfpe/fpa11_cprt.c
64
roundData.exception = 0;
arch/arm/nwfpe/fpa11_cprt.c
94
if (roundData.exception)
arch/arm/nwfpe/fpa11_cprt.c
95
float_raise(roundData.exception);
arch/arm/nwfpe/softfloat.c
100
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1015
if ( z != a ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
103
if ( roundBits ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
1118
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1239
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1247
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1297
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1309
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1312
roundData->exception |= float_flag_divbyzero;
arch/arm/nwfpe/softfloat.c
1367
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1376
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1463
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1468
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
1880
roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
1911
if ( z != a ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
2014
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2133
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2141
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2193
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2205
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2208
roundData->exception |= float_flag_divbyzero;
arch/arm/nwfpe/softfloat.c
2263
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2272
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2345
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2350
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
247
roundData->exception |= float_flag_overflow | float_flag_inexact;
arch/arm/nwfpe/softfloat.c
258
if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow;
arch/arm/nwfpe/softfloat.c
261
if ( roundBits ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
2690
roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
2731
if ( z.low != a.low ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
2832
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
2952
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
3018
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
3024
roundData->exception |= float_flag_divbyzero;
arch/arm/nwfpe/softfloat.c
3097
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
3189
roundData->exception |= float_flag_invalid;
arch/arm/nwfpe/softfloat.c
420
roundData->exception |= float_flag_overflow | float_flag_inexact;
arch/arm/nwfpe/softfloat.c
431
if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow;
arch/arm/nwfpe/softfloat.c
434
if ( roundBits ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
618
if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow;
arch/arm/nwfpe/softfloat.c
619
if ( roundBits ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
630
if ( roundBits ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
667
roundData->exception |= float_flag_overflow | float_flag_inexact;
arch/arm/nwfpe/softfloat.c
684
if ( isTiny && zSig1 ) roundData->exception |= float_flag_underflow;
arch/arm/nwfpe/softfloat.c
685
if ( zSig1 ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
705
if ( zSig1 ) roundData->exception |= float_flag_inexact;
arch/arm/nwfpe/softfloat.c
986
roundData->exception |= float_flag_inexact;
arch/arm64/include/asm/insn.h
417
__AARCH64_INSN_FUNCS(exception, 0xFF000000, 0xD4000000)
arch/arm64/include/uapi/asm/kvm.h
190
} exception;
arch/arm64/kvm/arm.c
1830
for (i = 0; i < ARRAY_SIZE(events->exception.pad); i++)
arch/arm64/kvm/arm.c
1831
if (events->exception.pad[i])
arch/arm64/kvm/guest.c
751
events->exception.serror_has_esr = cpus_have_final_cap(ARM64_HAS_RAS_EXTN);
arch/arm64/kvm/guest.c
752
events->exception.serror_pending = (vcpu->arch.hcr_el2 & HCR_VSE) ||
arch/arm64/kvm/guest.c
755
if (events->exception.serror_pending && events->exception.serror_has_esr)
arch/arm64/kvm/guest.c
756
events->exception.serror_esr = vcpu_get_vsesr(vcpu);
arch/arm64/kvm/guest.c
783
bool serror_pending = events->exception.serror_pending;
arch/arm64/kvm/guest.c
784
bool has_esr = events->exception.serror_has_esr;
arch/arm64/kvm/guest.c
785
bool ext_dabt_pending = events->exception.ext_dabt_pending;
arch/arm64/kvm/guest.c
786
u64 esr = events->exception.serror_esr;
arch/m68k/fpsp040/fpsp.h
11
| fpsp.h --- stack frame offsets during FPSP exception handling
arch/m68k/fpsp040/fpsp.h
13
| These equates are used to access the exception frame, the fsave
arch/m68k/fpsp040/fpsp.h
213
.set EXC_SR,4 | exception frame status register
arch/m68k/fpsp040/fpsp.h
214
.set EXC_PC,6 | exception frame program counter
arch/m68k/fpsp040/fpsp.h
215
.set EXC_VEC,10 | exception frame vector (format+vector#)
arch/m68k/fpsp040/fpsp.h
216
.set EXC_EA,12 | exception frame effective address
arch/m68k/fpsp040/fpsp.h
338
| exception vectors
arch/m68k/fpsp040/fpsp.h
44
| Positive offsets from A6 refer to the exception frame. Negative
arch/m68k/fpsp040/fpsp.h
56
| and then either "bra fpsp_done" if the exception was completely
arch/m68k/fpsp040/fpsp.h
58
| label to a routine that will process a real exception of the
arch/m68k/fpsp040/fpsp.h
60
| if the FPU state after the exception is idle.
arch/m68k/fpsp040/fpsp.h
62
| Sometimes the exception handler will transform the fsave area
arch/m68k/fpsp040/fpsp.h
63
| because it needs to report an exception back to the user. This
arch/m68k/fpsp040/fpsp.h
92
.set FPCR_ENABLE,USER_FPCR+2 | FPCR exception enable
arch/m68k/fpsp040/fpsp.h
97
.set FPSR_EXCEPT,USER_FPSR+2 | FPSR exception
arch/m68k/fpsp040/fpsp.h
98
.set FPSR_AEXCEPT,USER_FPSR+3 | FPSR accrued exception
arch/m68k/ifpsp060/src/fpsp.S
1220
# if the exception is an opclass zero or two unimplemented data type
arch/m68k/ifpsp060/src/fpsp.S
1725
# if the exception occurred from supervisor mode, check if
arch/m68k/ifpsp060/src/isp.S
578
# if exception occurred in user mode, then we have to restore a7 in case it
arch/m68k/ifpsp060/src/pfpsp.S
1219
# if the exception is an opclass zero or two unimplemented data type
arch/m68k/ifpsp060/src/pfpsp.S
1724
# if the exception occurred from supervisor mode, check if
arch/parisc/math-emu/float.h
464
#define Set_exceptiontype_and_instr_field(exception,instruction,object) \
arch/parisc/math-emu/float.h
465
object = exception << 26 | instruction
arch/powerpc/kernel/kgdb.c
114
int kgdb_skipexception(int exception, struct pt_regs *regs)
arch/s390/boot/physmem_info.c
126
int cc, exception;
arch/s390/boot/physmem_info.c
128
exception = 1;
arch/s390/boot/physmem_info.c
135
: CC_OUT(cc, cc), [exc] "+d" (exception)
arch/s390/boot/physmem_info.c
138
cc = exception ? -EFAULT : CC_TRANSFORM(cc);
arch/s390/boot/physmem_info.c
63
int cc, exception;
arch/s390/boot/physmem_info.c
69
exception = 1;
arch/s390/boot/physmem_info.c
76
: CC_OUT(cc, cc), [exc] "+d" (exception), [ry] "+d" (ry)
arch/s390/boot/physmem_info.c
79
cc = exception ? -1 : CC_TRANSFORM(cc);
arch/s390/include/asm/cpu_mf.h
270
int cc, exception;
arch/s390/include/asm/cpu_mf.h
272
exception = 1;
arch/s390/include/asm/cpu_mf.h
279
: CC_OUT(cc, cc), [exc] "+d" (exception)
arch/s390/include/asm/cpu_mf.h
282
if (exception || CC_TRANSFORM(cc))
arch/s390/include/asm/debug.h
34
unsigned long exception : 1;
arch/s390/kernel/debug.c
1182
int level, int exception)
arch/s390/kernel/debug.c
1193
active->exception = exception;
arch/s390/kernel/debug.c
1196
if (exception)
arch/s390/kernel/debug.c
1761
if (entry->exception)
arch/s390/kvm/dat.c
1074
*state = (union essa_state) { .exception = 1 };
arch/s390/kvm/dat.h
457
unsigned char exception : 1;
arch/s390/kvm/gaccess.c
1098
int exception;
arch/s390/kvm/gaccess.c
1108
context->exception = __cmpxchg_with_key(__va(PFN_PHYS(f->pfn) | context->offset),
arch/s390/kvm/gaccess.c
1163
*success = !context.exception;
arch/s390/kvm/gaccess.c
1164
if (context.exception == 1)
arch/s390/kvm/gaccess.c
1166
return context.exception;
arch/s390/kvm/gaccess.c
842
int exception = PGM_PROTECTION;
arch/s390/kvm/gaccess.c
851
: [size] "+d" (size), [to] "=Q" (*(char *)to), [exc] "+d" (exception)
arch/s390/kvm/gaccess.c
854
return exception;
arch/s390/kvm/gaccess.c
859
int exception;
arch/s390/kvm/gaccess.c
879
context->exception = r;
arch/s390/kvm/gaccess.c
906
return context.exception;
arch/s390/pci/pci_clp.c
54
int cc, exception;
arch/s390/pci/pci_clp.c
56
exception = 1;
arch/s390/pci/pci_clp.c
63
: CC_OUT(cc, cc), [mask] "=d" (mask), [exc] "+d" (exception)
arch/s390/pci/pci_clp.c
67
return exception ? 3 : CC_TRANSFORM(cc);
arch/s390/pci/pci_clp.c
76
int cc, exception;
arch/s390/pci/pci_clp.c
79
exception = 1;
arch/s390/pci/pci_clp.c
86
: CC_OUT(cc, cc), [ign] "=d" (ignored), "+m" (*req), [exc] "+d" (exception)
arch/s390/pci/pci_clp.c
89
return exception ? 3 : CC_TRANSFORM(cc);
arch/s390/pci/pci_insn.c
159
int cc, exception;
arch/s390/pci/pci_insn.c
162
exception = 1;
arch/s390/pci/pci_insn.c
170
[req_off] "+d" (req_off.pair), [exc] "+d" (exception)
arch/s390/pci/pci_insn.c
175
return exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_insn.c
228
int cc, exception;
arch/s390/pci/pci_insn.c
231
exception = 1;
arch/s390/pci/pci_insn.c
239
[ioaddr_len] "+d" (ioaddr_len.pair), [exc] "+d" (exception)
arch/s390/pci/pci_insn.c
244
return exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_insn.c
267
int cc, exception;
arch/s390/pci/pci_insn.c
269
exception = 1;
arch/s390/pci/pci_insn.c
276
: CC_OUT(cc, cc), [req_off] "+d" (req_off.pair), [exc] "+d" (exception)
arch/s390/pci/pci_insn.c
280
return exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_insn.c
321
int cc, exception;
arch/s390/pci/pci_insn.c
323
exception = 1;
arch/s390/pci/pci_insn.c
330
: CC_OUT(cc, cc), [ioaddr_len] "+d" (ioaddr_len.pair), [exc] "+d" (exception)
arch/s390/pci/pci_insn.c
334
return exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_insn.c
356
int cc, exception;
arch/s390/pci/pci_insn.c
358
exception = 1;
arch/s390/pci/pci_insn.c
365
: CC_OUT(cc, cc), [req] "+d" (req), [exc] "+d" (exception)
arch/s390/pci/pci_insn.c
369
return exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_insn.c
410
int cc, exception;
arch/s390/pci/pci_insn.c
412
exception = 1;
arch/s390/pci/pci_insn.c
419
: CC_OUT(cc, cc), [len] "+d" (len), [exc] "+d" (exception)
arch/s390/pci/pci_insn.c
423
return exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_mmio.c
216
int cc, exception;
arch/s390/pci/pci_mmio.c
224
exception = 1;
arch/s390/pci/pci_mmio.c
244
: [ioaddr_len] "+&d" (ioaddr_len.pair), [exc] "+d" (exception),
arch/s390/pci/pci_mmio.c
251
cc = exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_mmio.c
34
int cc, exception;
arch/s390/pci/pci_mmio.c
37
exception = 1;
arch/s390/pci/pci_mmio.c
46
: CC_OUT(cc, cc), [len] "+d" (len), [exc] "+d" (exception)
arch/s390/pci/pci_mmio.c
51
return exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_mmio.c
59
int cc, exception;
arch/s390/pci/pci_mmio.c
70
exception = 1;
arch/s390/pci/pci_mmio.c
85
[val] "+d" (val), [tmp] "=d" (tmp), [exc] "+d" (exception),
arch/s390/pci/pci_mmio.c
92
cc = exception ? -ENXIO : CC_TRANSFORM(cc);
arch/s390/pci/pci_report.c
65
if (entry->exception)
arch/sh/kernel/kgdb.c
289
unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs)
arch/sh/kernel/kgdb.c
291
if (exception == 60)
arch/x86/include/asm/kvm_host.h
1947
struct x86_exception *exception);
arch/x86/include/asm/kvm_host.h
2032
struct x86_exception *exception,
arch/x86/include/asm/kvm_host.h
2346
struct x86_exception *exception);
arch/x86/include/asm/kvm_host.h
2348
struct x86_exception *exception);
arch/x86/include/asm/kvm_host.h
2350
struct x86_exception *exception);
arch/x86/include/asm/kvm_host.h
493
struct x86_exception *exception);
arch/x86/include/asm/kvm_host.h
928
struct kvm_queued_exception exception;
arch/x86/include/uapi/asm/kvm.h
291
__u32 exception;
arch/x86/include/uapi/asm/kvm.h
347
} exception;
arch/x86/kernel/cpu/mce/severity.c
382
enum exception excp = (is_excp ? EXCP_CONTEXT : NO_EXCP);
arch/x86/kernel/kgdb.c
710
int kgdb_skipexception(int exception, struct pt_regs *regs)
arch/x86/kernel/kgdb.c
712
if (exception == 3 && kgdb_isremovedbreak(regs->ip - 1)) {
arch/x86/kernel/kgdb.c
719
unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs)
arch/x86/kernel/kgdb.c
721
if (exception == 3)
arch/x86/kvm/emulate.c
1321
&ctxt->exception);
arch/x86/kvm/emulate.c
1359
&ctxt->exception);
arch/x86/kvm/emulate.c
1374
size, &ctxt->exception);
arch/x86/kvm/emulate.c
1573
goto exception;
arch/x86/kvm/emulate.c
1578
goto exception;
arch/x86/kvm/emulate.c
1582
goto exception;
arch/x86/kvm/emulate.c
1612
goto exception;
arch/x86/kvm/emulate.c
1624
goto exception;
arch/x86/kvm/emulate.c
1633
goto exception;
arch/x86/kvm/emulate.c
1636
goto exception;
arch/x86/kvm/emulate.c
1641
goto exception;
arch/x86/kvm/emulate.c
1650
goto exception;
arch/x86/kvm/emulate.c
1654
goto exception;
arch/x86/kvm/emulate.c
1660
goto exception;
arch/x86/kvm/emulate.c
1664
goto exception;
arch/x86/kvm/emulate.c
1673
goto exception;
arch/x86/kvm/emulate.c
1677
goto exception;
arch/x86/kvm/emulate.c
1685
goto exception;
arch/x86/kvm/emulate.c
1689
goto exception;
arch/x86/kvm/emulate.c
1700
goto exception;
arch/x86/kvm/emulate.c
1706
goto exception;
arch/x86/kvm/emulate.c
1732
sizeof(seg_desc), &ctxt->exception);
arch/x86/kvm/emulate.c
1741
exception:
arch/x86/kvm/emulate.c
537
ctxt->exception.vector = vec;
arch/x86/kvm/emulate.c
538
ctxt->exception.error_code = error;
arch/x86/kvm/emulate.c
539
ctxt->exception.error_code_valid = valid;
arch/x86/kvm/emulate.c
5405
ctxt->exception.vector == PF_VECTOR)
arch/x86/kvm/emulate.c
5406
ctxt->exception.error_code |= PFERR_WRITE_MASK;
arch/x86/kvm/emulate.c
545
ctxt->exception.dr6 = dr6;
arch/x86/kvm/emulate.c
5562
if (KVM_EMULATOR_BUG_ON(ctxt->exception.vector > 0x1f, ctxt))
arch/x86/kvm/emulate.c
801
return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true);
arch/x86/kvm/emulate.c
808
return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, true);
arch/x86/kvm/emulate.c
822
return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, false);
arch/x86/kvm/emulate.c
836
return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, false);
arch/x86/kvm/emulate.c
880
size, &ctxt->exception);
arch/x86/kvm/kvm_emulate.h
355
struct x86_exception exception;
arch/x86/kvm/mmu.h
306
struct x86_exception *exception,
arch/x86/kvm/mmu.h
312
exception,
arch/x86/kvm/mmu/mmu.c
4390
struct x86_exception *exception)
arch/x86/kvm/mmu/mmu.c
4392
if (exception)
arch/x86/kvm/mmu/mmu.c
4393
exception->error_code = 0;
arch/x86/kvm/mmu/mmu.c
4401
exception, ACC_ALL);
arch/x86/kvm/mmu/paging_tmpl.h
901
struct x86_exception *exception)
arch/x86/kvm/mmu/paging_tmpl.h
917
} else if (exception)
arch/x86/kvm/mmu/paging_tmpl.h
918
*exception = walker.fault;
arch/x86/kvm/svm/nested.c
1761
if (vcpu->arch.exception.pending) {
arch/x86/kvm/svm/nested.c
2149
struct x86_exception *exception,
arch/x86/kvm/svm/nested.c
2162
return mmu->gva_to_gpa(vcpu, mmu, gpa, access, exception);
arch/x86/kvm/svm/nested.c
662
if (vcpu->arch.exception.injected) {
arch/x86/kvm/svm/nested.c
663
nr = vcpu->arch.exception.vector;
arch/x86/kvm/svm/nested.c
666
if (vcpu->arch.exception.has_error_code) {
arch/x86/kvm/svm/nested.c
669
vcpu->arch.exception.error_code;
arch/x86/kvm/svm/svm.c
2066
kvm_run->debug.arch.exception = DB_VECTOR;
arch/x86/kvm/svm/svm.c
2080
kvm_run->debug.arch.exception = BP_VECTOR;
arch/x86/kvm/svm/svm.c
391
struct kvm_queued_exception *ex = &vcpu->arch.exception;
arch/x86/kvm/svm/svm.c
4820
struct x86_exception *exception)
arch/x86/kvm/trace.h
472
TP_PROTO(unsigned exception, bool has_error, unsigned error_code,
arch/x86/kvm/trace.h
474
TP_ARGS(exception, has_error, error_code, reinjected),
arch/x86/kvm/trace.h
477
__field( u8, exception )
arch/x86/kvm/trace.h
484
__entry->exception = exception;
arch/x86/kvm/trace.h
491
__print_symbolic(__entry->exception, kvm_trace_sym_exc),
arch/x86/kvm/trace.h
528
TP_PROTO(unsigned write, u32 ecx, u64 data, bool exception),
arch/x86/kvm/trace.h
529
TP_ARGS(write, ecx, data, exception),
arch/x86/kvm/trace.h
535
__field( u8, exception )
arch/x86/kvm/trace.h
542
__entry->exception = exception;
arch/x86/kvm/trace.h
548
__entry->exception ? " (#GP)" : "")
arch/x86/kvm/vmx/nested.c
3983
} else if (vcpu->arch.exception.injected) {
arch/x86/kvm/vmx/nested.c
3984
nr = vcpu->arch.exception.vector;
arch/x86/kvm/vmx/nested.c
3994
if (vcpu->arch.exception.has_error_code) {
arch/x86/kvm/vmx/nested.c
3997
vcpu->arch.exception.error_code;
arch/x86/kvm/vmx/nested.c
4161
pending_dbg = vmx_get_pending_dbg_trap(&vcpu->arch.exception);
arch/x86/kvm/vmx/nested.c
4375
if (vcpu->arch.exception.pending &&
arch/x86/kvm/vmx/nested.c
4376
!vmx_is_low_priority_db_trap(&vcpu->arch.exception)) {
arch/x86/kvm/vmx/nested.c
4398
if (vcpu->arch.exception.pending) {
arch/x86/kvm/vmx/nested.c
7464
struct x86_exception *exception,
arch/x86/kvm/vmx/nested.c
7480
return mmu->gva_to_gpa(vcpu, mmu, gpa, access, exception);
arch/x86/kvm/vmx/tdx.c
1148
vcpu->run->ex.exception = intr_info & INTR_INFO_VECTOR_MASK;
arch/x86/kvm/vmx/vmx.c
1879
(!vcpu->arch.exception.pending ||
arch/x86/kvm/vmx/vmx.c
1880
vcpu->arch.exception.vector == DB_VECTOR) &&
arch/x86/kvm/vmx/vmx.c
1911
struct kvm_queued_exception *ex = &vcpu->arch.exception;
arch/x86/kvm/vmx/vmx.c
5531
kvm_run->debug.arch.exception = ex_no;
arch/x86/kvm/vmx/vmx.c
5549
kvm_run->ex.exception = ex_no;
arch/x86/kvm/vmx/vmx.c
5763
vcpu->run->debug.arch.exception = DB_VECTOR;
arch/x86/kvm/vmx/vmx.c
6045
(kvm_is_exception_pending(vcpu) || vcpu->arch.exception.injected);
arch/x86/kvm/vmx/vmx.c
8202
struct x86_exception *exception)
arch/x86/kvm/vmx/vmx.c
8218
exception->vector = UD_VECTOR;
arch/x86/kvm/vmx/vmx.c
8219
exception->error_code_valid = false;
arch/x86/kvm/vmx/x86_ops.h
46
struct x86_exception *exception);
arch/x86/kvm/x86.c
10528
ctxt->exception.error_code_valid = false;
arch/x86/kvm/x86.c
10529
ctxt->exception.vector = UD_VECTOR;
arch/x86/kvm/x86.c
10537
&ctxt->exception);
arch/x86/kvm/x86.c
10584
vcpu->arch.exception.has_error_code &= is_protmode(vcpu);
arch/x86/kvm/x86.c
10586
trace_kvm_inj_exception(vcpu->arch.exception.vector,
arch/x86/kvm/x86.c
10587
vcpu->arch.exception.has_error_code,
arch/x86/kvm/x86.c
10588
vcpu->arch.exception.error_code,
arch/x86/kvm/x86.c
10589
vcpu->arch.exception.injected);
arch/x86/kvm/x86.c
10672
if (vcpu->arch.exception.injected)
arch/x86/kvm/x86.c
10686
WARN_ON_ONCE(vcpu->arch.exception.injected &&
arch/x86/kvm/x86.c
10687
vcpu->arch.exception.pending);
arch/x86/kvm/x86.c
10716
if (vcpu->arch.exception.pending) {
arch/x86/kvm/x86.c
10727
if (exception_type(vcpu->arch.exception.vector) == EXCPT_FAULT)
arch/x86/kvm/x86.c
10731
if (vcpu->arch.exception.vector == DB_VECTOR &&
arch/x86/kvm/x86.c
10739
vcpu->arch.exception.pending = false;
arch/x86/kvm/x86.c
10740
vcpu->arch.exception.injected = true;
arch/x86/kvm/x86.c
10827
WARN_ON_ONCE(vcpu->arch.exception.pending ||
arch/x86/kvm/x86.c
11958
struct kvm_queued_exception *ex = &vcpu->arch.exception;
arch/x86/kvm/x86.c
12151
vcpu->arch.exception.pending = false;
arch/x86/kvm/x86.c
12569
if (kvm_is_exception_pending(vcpu) || vcpu->arch.exception.injected)
arch/x86/kvm/x86.c
5528
!vcpu->arch.exception.pending &&
arch/x86/kvm/x86.c
5529
!vcpu->arch.exception.injected)
arch/x86/kvm/x86.c
5532
return &vcpu->arch.exception;
arch/x86/kvm/x86.c
5580
events->exception.injected = ex->injected;
arch/x86/kvm/x86.c
5581
events->exception.pending = ex->pending;
arch/x86/kvm/x86.c
5588
events->exception.injected |= ex->pending;
arch/x86/kvm/x86.c
5590
events->exception.nr = ex->vector;
arch/x86/kvm/x86.c
5591
events->exception.has_error_code = ex->has_error_code;
arch/x86/kvm/x86.c
5592
events->exception.error_code = ex->error_code;
arch/x86/kvm/x86.c
5640
if (events->exception.pending)
arch/x86/kvm/x86.c
5641
events->exception.injected = 0;
arch/x86/kvm/x86.c
5645
events->exception.pending = 0;
arch/x86/kvm/x86.c
5649
if ((events->exception.injected || events->exception.pending) &&
arch/x86/kvm/x86.c
5650
(events->exception.nr > 31 || events->exception.nr == NMI_VECTOR))
arch/x86/kvm/x86.c
5663
vcpu->arch.exception_from_userspace = events->exception.pending;
arch/x86/kvm/x86.c
5667
vcpu->arch.exception.injected = events->exception.injected;
arch/x86/kvm/x86.c
5668
vcpu->arch.exception.pending = events->exception.pending;
arch/x86/kvm/x86.c
5669
vcpu->arch.exception.vector = events->exception.nr;
arch/x86/kvm/x86.c
5670
vcpu->arch.exception.has_error_code = events->exception.has_error_code;
arch/x86/kvm/x86.c
5671
vcpu->arch.exception.error_code = events->exception.error_code;
arch/x86/kvm/x86.c
5672
vcpu->arch.exception.has_payload = events->exception_has_payload;
arch/x86/kvm/x86.c
5673
vcpu->arch.exception.payload = events->exception_payload;
arch/x86/kvm/x86.c
7837
struct x86_exception *exception)
arch/x86/kvm/x86.c
7842
return mmu->gva_to_gpa(vcpu, mmu, gva, access, exception);
arch/x86/kvm/x86.c
7847
struct x86_exception *exception)
arch/x86/kvm/x86.c
7853
return mmu->gva_to_gpa(vcpu, mmu, gva, access, exception);
arch/x86/kvm/x86.c
7859
struct x86_exception *exception)
arch/x86/kvm/x86.c
7863
return mmu->gva_to_gpa(vcpu, mmu, gva, 0, exception);
arch/x86/kvm/x86.c
7868
struct x86_exception *exception)
arch/x86/kvm/x86.c
7875
gpa_t gpa = mmu->gva_to_gpa(vcpu, mmu, addr, access, exception);
arch/x86/kvm/x86.c
7900
struct x86_exception *exception)
arch/x86/kvm/x86.c
7910
exception);
arch/x86/kvm/x86.c
7927
struct x86_exception *exception)
arch/x86/kvm/x86.c
7937
memset(exception, 0, sizeof(*exception));
arch/x86/kvm/x86.c
7939
exception);
arch/x86/kvm/x86.c
7945
struct x86_exception *exception, bool system)
arch/x86/kvm/x86.c
7955
return kvm_read_guest_virt_helper(addr, val, bytes, vcpu, access, exception);
arch/x86/kvm/x86.c
7960
struct x86_exception *exception)
arch/x86/kvm/x86.c
7967
gpa_t gpa = mmu->gva_to_gpa(vcpu, mmu, addr, access, exception);
arch/x86/kvm/x86.c
7989
unsigned int bytes, struct x86_exception *exception,
arch/x86/kvm/x86.c
8001
access, exception);
arch/x86/kvm/x86.c
8005
unsigned int bytes, struct x86_exception *exception)
arch/x86/kvm/x86.c
8011
PFERR_WRITE_MASK, exception);
arch/x86/kvm/x86.c
8065
gpa_t *gpa, struct x86_exception *exception,
arch/x86/kvm/x86.c
8086
*gpa = mmu->gva_to_gpa(vcpu, mmu, gva, access, exception);
arch/x86/kvm/x86.c
8122
struct x86_exception *exception,
arch/x86/kvm/x86.c
8144
ret = vcpu_mmio_gva_to_gpa(vcpu, addr, &gpa, exception, write);
arch/x86/kvm/x86.c
8198
struct x86_exception *exception,
arch/x86/kvm/x86.c
8237
rc = emulator_read_write_onepage(addr, val, now, exception,
arch/x86/kvm/x86.c
8249
rc = emulator_read_write_onepage(addr, val, bytes, exception,
arch/x86/kvm/x86.c
8278
struct x86_exception *exception)
arch/x86/kvm/x86.c
8286
return emulator_read_write(ctxt, addr, val, bytes, exception, &ops);
arch/x86/kvm/x86.c
8293
struct x86_exception *exception)
arch/x86/kvm/x86.c
8301
return emulator_read_write(ctxt, addr, (void *)val, bytes, exception, &ops);
arch/x86/kvm/x86.c
8312
struct x86_exception *exception)
arch/x86/kvm/x86.c
8387
return emulator_write_emulated(ctxt, addr, new, bytes, exception);
arch/x86/kvm/x86.c
846
if (!vcpu->arch.exception.pending && !vcpu->arch.exception.injected) {
arch/x86/kvm/x86.c
848
vcpu->arch.exception.pending = true;
arch/x86/kvm/x86.c
849
vcpu->arch.exception.injected = false;
arch/x86/kvm/x86.c
851
vcpu->arch.exception.has_error_code = has_error;
arch/x86/kvm/x86.c
852
vcpu->arch.exception.vector = nr;
arch/x86/kvm/x86.c
853
vcpu->arch.exception.error_code = error_code;
arch/x86/kvm/x86.c
854
vcpu->arch.exception.has_payload = has_payload;
arch/x86/kvm/x86.c
855
vcpu->arch.exception.payload = payload;
arch/x86/kvm/x86.c
860
prev_nr = vcpu->arch.exception.vector;
arch/x86/kvm/x86.c
874
vcpu->arch.exception.injected = false;
arch/x86/kvm/x86.c
875
vcpu->arch.exception.pending = false;
arch/x86/kvm/x86.c
8795
&ctxt->exception);
arch/x86/kvm/x86.c
8983
kvm_run->debug.arch.exception = DB_VECTOR;
arch/x86/kvm/x86.c
8994
struct x86_exception *ex = &vcpu->arch.emulate_ctxt->exception;
arch/x86/kvm/x86.c
9044
ctxt->exception.vector = -1;
arch/x86/kvm/x86.c
9045
ctxt->exception.payload = 0;
arch/x86/kvm/x86.c
926
vcpu->arch.exception.injected = true;
arch/x86/kvm/x86.c
927
vcpu->arch.exception.has_error_code = has_error_code;
arch/x86/kvm/x86.c
928
vcpu->arch.exception.vector = nr;
arch/x86/kvm/x86.c
929
vcpu->arch.exception.error_code = error_code;
arch/x86/kvm/x86.c
930
vcpu->arch.exception.has_payload = false;
arch/x86/kvm/x86.c
931
vcpu->arch.exception.payload = 0;
arch/x86/kvm/x86.c
9482
WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR ||
arch/x86/kvm/x86.c
9483
exception_type(ctxt->exception.vector) == EXCPT_TRAP);
arch/x86/kvm/x86.c
9544
ctxt->exception.address = cr2_or_gpa;
arch/x86/kvm/x86.c
9553
ctxt->exception.address = 0;
arch/x86/kvm/x86.c
9616
exception_type(ctxt->exception.vector) == EXCPT_TRAP) {
arch/x86/kvm/x86.h
210
return vcpu->arch.exception.pending ||
arch/x86/kvm/x86.h
217
vcpu->arch.exception.pending = false;
arch/x86/kvm/x86.h
218
vcpu->arch.exception.injected = false;
arch/x86/kvm/x86.h
237
return vcpu->arch.exception.injected || vcpu->arch.interrupt.injected ||
arch/x86/kvm/x86.h
396
struct x86_exception *exception);
arch/x86/kvm/x86.h
400
struct x86_exception *exception);
drivers/acpi/acpica/utexcep.c
102
exception = &acpi_gbl_exception_names_aml[sub_status];
drivers/acpi/acpica/utexcep.c
109
exception = &acpi_gbl_exception_names_ctrl[sub_status];
drivers/acpi/acpica/utexcep.c
118
if (!exception || !exception->name) {
drivers/acpi/acpica/utexcep.c
122
return (exception);
drivers/acpi/acpica/utexcep.c
32
const struct acpi_exception_info *exception;
drivers/acpi/acpica/utexcep.c
36
exception = acpi_ut_validate_exception(status);
drivers/acpi/acpica/utexcep.c
37
if (!exception) {
drivers/acpi/acpica/utexcep.c
47
return (exception->name);
drivers/acpi/acpica/utexcep.c
68
const struct acpi_exception_info *exception = NULL;
drivers/acpi/acpica/utexcep.c
81
exception = &acpi_gbl_exception_names_env[sub_status];
drivers/acpi/acpica/utexcep.c
88
exception = &acpi_gbl_exception_names_pgm[sub_status];
drivers/acpi/acpica/utexcep.c
95
exception = &acpi_gbl_exception_names_tbl[sub_status];
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
3622
} exception;
drivers/net/ethernet/freescale/fman/fman.c
1434
static u32 get_exception_flag(enum fman_exceptions exception)
drivers/net/ethernet/freescale/fman/fman.c
1438
switch (exception) {
drivers/net/ethernet/freescale/fman/fman.c
2016
enum fman_exceptions exception, bool enable)
drivers/net/ethernet/freescale/fman/fman.c
2023
bit_mask = get_exception_flag(exception);
drivers/net/ethernet/freescale/fman/fman.c
2031
__func__, exception);
drivers/net/ethernet/freescale/fman/fman.c
2035
return set_exception(fman, exception, enable);
drivers/net/ethernet/freescale/fman/fman.c
548
enum fman_exceptions exception)
drivers/net/ethernet/freescale/fman/fman.c
551
__func__, fman->state->fm_id, exception);
drivers/net/ethernet/freescale/fman/fman.c
949
enum fman_exceptions exception, bool enable)
drivers/net/ethernet/freescale/fman/fman.c
953
switch (exception) {
drivers/net/ethernet/freescale/fman/fman.h
267
enum fman_exceptions exception);
drivers/net/ethernet/freescale/fman/fman_dtsec.c
1216
enum fman_mac_exceptions exception, bool enable)
drivers/net/ethernet/freescale/fman/fman_dtsec.c
1221
if (exception != FM_MAC_EX_1G_1588_TS_RX_ERR) {
drivers/net/ethernet/freescale/fman/fman_dtsec.c
1222
bit_mask = get_exception_flag(exception);
drivers/net/ethernet/freescale/fman/fman_dtsec.c
1243
switch (exception) {
drivers/net/ethernet/freescale/fman/fman_dtsec.c
522
static int get_exception_flag(enum fman_mac_exceptions exception)
drivers/net/ethernet/freescale/fman/fman_dtsec.c
526
switch (exception) {
drivers/net/ethernet/freescale/fman/fman_memac.c
435
static int get_exception_flag(enum fman_mac_exceptions exception)
drivers/net/ethernet/freescale/fman/fman_memac.c
439
switch (exception) {
drivers/net/ethernet/freescale/fman/fman_memac.c
884
enum fman_mac_exceptions exception, bool enable)
drivers/net/ethernet/freescale/fman/fman_memac.c
888
bit_mask = get_exception_flag(exception);
drivers/net/ethernet/freescale/fman/fman_tgec.c
259
static int get_exception_flag(enum fman_mac_exceptions exception)
drivers/net/ethernet/freescale/fman/fman_tgec.c
263
switch (exception) {
drivers/net/ethernet/freescale/fman/fman_tgec.c
594
enum fman_mac_exceptions exception, bool enable)
drivers/net/ethernet/freescale/fman/fman_tgec.c
599
bit_mask = get_exception_flag(exception);
drivers/net/ethernet/freescale/fman/mac.h
49
enum fman_mac_exceptions exception, bool enable);
drivers/net/ipa/ipa_endpoint.c
1515
enum ipa_status_exception exception;
drivers/net/ipa/ipa_endpoint.c
1524
exception = ipa_status_extract(ipa, data, STATUS_EXCEPTION);
drivers/net/ipa/ipa_endpoint.c
1525
if (exception)
drivers/net/ipa/ipa_endpoint.c
1526
return exception == IPA_STATUS_EXCEPTION_DEAGGR;
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
145
bool *exception)
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
163
*exception = !!count;
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
168
bool exception)
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
190
if (exception) {
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
225
bool exception)
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
230
if (!exception)
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
240
if (!exception)
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
309
bool exception;
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
341
mt7915_coredump_fw_state(dev, dump, &exception);
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
342
mt7915_coredump_fw_trace(dev, dump, exception);
drivers/net/wireless/mediatek/mt76/mt7915/coredump.c
345
mt7915_coredump_fw_stack(dev, dump, exception);
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
102
bool *exception)
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
114
*exception = !!count;
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
119
bool exception)
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
134
if (!exception) {
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
156
if (!exception) {
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
169
bool exception;
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
201
mt7996_coredump_fw_state(dev, dump, &exception);
drivers/net/wireless/mediatek/mt76/mt7996/coredump.c
202
mt7996_coredump_fw_stack(dev, dump, exception);
drivers/net/wireless/realtek/rtw89/coex.c
9673
exception_map = le32_to_cpu(pcysta->v2.exception);
drivers/net/wireless/realtek/rtw89/core.h
2740
__le32 exception;
drivers/s390/block/dasd_diag.c
72
int cc, exception;
drivers/s390/block/dasd_diag.c
78
exception = 1;
drivers/s390/block/dasd_diag.c
86
"+m" (*(addr_type *)iob), [exc] "+d" (exception)
drivers/s390/block/dasd_diag.c
89
cc = exception ? 3 : CC_TRANSFORM(cc);
drivers/s390/char/sclp.h
318
int cc, exception;
drivers/s390/char/sclp.h
320
exception = 1;
drivers/s390/char/sclp.h
328
: CC_OUT(cc, cc), [exc] "+d" (exception)
drivers/s390/char/sclp.h
331
if (exception)
drivers/s390/cio/ioasm.c
106
int ccode, exception;
drivers/s390/cio/ioasm.c
108
exception = 1;
drivers/s390/cio/ioasm.c
116
: CC_OUT(cc, ccode), [exc] "+d" (exception)
drivers/s390/cio/ioasm.c
178
int cc, exception;
drivers/s390/cio/ioasm.c
180
exception = 1;
drivers/s390/cio/ioasm.c
187
: CC_OUT(cc, cc), "+m" (*(addr_type *)chsc_area), [exc] "+d" (exception)
drivers/s390/cio/ioasm.c
190
cc = exception ? -EIO : CC_TRANSFORM(cc);
drivers/s390/cio/ioasm.c
22
int ccode, exception;
drivers/s390/cio/ioasm.c
24
exception = 1;
drivers/s390/cio/ioasm.c
32
: CC_OUT(cc, ccode), [addr] "=Q" (*addr), [exc] "+d" (exception)
drivers/s390/cio/ioasm.c
35
return exception ? -EIO : CC_TRANSFORM(ccode);
drivers/s390/cio/ioasm.c
52
int ccode, exception;
drivers/s390/cio/ioasm.c
54
exception = 1;
drivers/s390/cio/ioasm.c
62
: CC_OUT(cc, ccode), [exc] "+d" (exception)
drivers/s390/cio/ioasm.c
65
return exception ? -EIO : CC_TRANSFORM(ccode);
drivers/scsi/megaraid/megaraid_sas_base.c
3602
int exception = 0;
drivers/scsi/megaraid/megaraid_sas_base.c
3645
exception = 1;
drivers/scsi/megaraid/megaraid_sas_base.c
3648
if (exception) {
drivers/scsi/mesh.c
1031
exc = in_8(&mr->exception);
drivers/scsi/mesh.c
1126
exc = in_8(&mr->exception);
drivers/scsi/mesh.c
1496
MKWORD(mr->error, mr->exception,
drivers/scsi/mesh.c
1508
if (in_8(&mr->exception) != EXC_PHASEMM)
drivers/scsi/mesh.c
1510
in_8(&mr->exception));
drivers/scsi/mesh.c
1664
mr->interrupt, mr->exception, mr->error,
drivers/scsi/mesh.c
1669
MKWORD(intr, mr->error, mr->exception, mr->sequence));
drivers/scsi/mesh.c
1718
out_8(&mr->exception, 0xff); /* clear all exception bits */
drivers/scsi/mesh.c
316
mr->exception, mr->error, mr->intr_mask, mr->interrupt,
drivers/scsi/mesh.c
359
out_8(&mr->exception, 0xff); /* clear all exception bits */
drivers/scsi/mesh.c
437
MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count));
drivers/scsi/mesh.c
449
MKWORD(mr->interrupt, mr->exception,
drivers/scsi/mesh.c
456
MKWORD(mr->interrupt, mr->exception,
drivers/scsi/mesh.c
494
MKWORD(mr->interrupt, mr->exception,
drivers/scsi/mesh.c
500
MKWORD(mr->interrupt, mr->exception,
drivers/scsi/mesh.c
512
MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count));
drivers/scsi/mesh.c
517
MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count));
drivers/scsi/mesh.c
528
MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count));
drivers/scsi/mesh.c
682
MKWORD(ms->n_msgout, mr->exception, mr->fifo_count, mr->sequence));
drivers/scsi/mesh.c
806
MKWORD(mr->interrupt, mr->exception, mr->error,
drivers/scsi/mesh.c
908
MKWORD(0, mr->error, mr->exception, mr->fifo_count));
drivers/scsi/mesh.c
959
dlog(ms, "resel err/exc=%.4x", MKWORD(0, 0, mr->error, mr->exception));
drivers/scsi/mesh.h
41
unsigned char exception;
fs/nfs/nfs42proc.c
111
struct nfs4_exception exception = { };
fs/nfs/nfs42proc.c
119
exception.inode = inode;
fs/nfs/nfs42proc.c
120
exception.state = lock->open_context->state;
fs/nfs/nfs42proc.c
132
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs42proc.c
133
} while (exception.retry);
fs/nfs/nfs42proc.c
1596
struct nfs4_exception exception = { };
fs/nfs/nfs42proc.c
1627
&exception);
fs/nfs/nfs42proc.c
1628
} while (exception.retry);
fs/nfs/nfs42proc.c
1641
struct nfs4_exception exception = { };
fs/nfs/nfs42proc.c
1649
&exception);
fs/nfs/nfs42proc.c
1650
} while (exception.retry);
fs/nfs/nfs42proc.c
1658
struct nfs4_exception exception = { };
fs/nfs/nfs42proc.c
1667
&exception);
fs/nfs/nfs42proc.c
1668
} while (exception.retry);
fs/nfs/nfs42proc.c
1675
struct nfs4_exception exception = { };
fs/nfs/nfs42proc.c
1683
&exception);
fs/nfs/nfs42proc.c
1684
} while (exception.retry);
fs/nfs/nfs42proc.c
756
struct nfs4_exception exception = {
fs/nfs/nfs42proc.c
772
exception.stateid = &data->args.osa_stateid;
fs/nfs/nfs42proc.c
777
status = nfs4_handle_exception(server, status, &exception);
fs/nfs/nfs42proc.c
778
} while (exception.retry);
fs/nfs/nfs42proc.c
839
struct nfs4_exception exception = {
fs/nfs/nfs42proc.c
854
exception.stateid = &args->cna_src_stateid;
fs/nfs/nfs42proc.c
862
status = nfs4_handle_exception(src_server, status, &exception);
fs/nfs/nfs42proc.c
863
} while (exception.retry);
fs/nfs/nfs42proc.c
922
struct nfs4_exception exception = { };
fs/nfs/nfs42proc.c
930
exception.inode = file_inode(filep);
fs/nfs/nfs42proc.c
931
exception.state = lock->open_context->state;
fs/nfs/nfs42proc.c
941
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs42proc.c
942
} while (exception.retry);
fs/nfs/nfs4proc.c
10155
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
10184
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
10186
} while (exception.retry);
fs/nfs/nfs4proc.c
10291
int err, struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
10293
exception->retry = 0;
fs/nfs/nfs4proc.c
10297
nfs4_handle_exception(server, err, exception);
fs/nfs/nfs4proc.c
10304
nfs4_do_handle_exception(server, err, exception);
fs/nfs/nfs4proc.c
10323
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
10329
nfs4_handle_delay_or_session_error(server, err, &exception);
fs/nfs/nfs4proc.c
10330
} while (exception.retry);
fs/nfs/nfs4proc.c
1268
int err, struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
1275
exception->retry = 1;
fs/nfs/nfs4proc.c
2264
struct nfs4_exception exception = { };
fs/nfs/nfs4proc.c
2269
if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
fs/nfs/nfs4proc.c
2273
nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
2274
} while (exception.retry);
fs/nfs/nfs4proc.c
2789
struct nfs4_exception exception = { };
fs/nfs/nfs4proc.c
2795
if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
fs/nfs/nfs4proc.c
2802
nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
2805
} while (exception.retry);
fs/nfs/nfs4proc.c
3242
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
3277
exception.retry = 1;
fs/nfs/nfs4proc.c
3287
exception.retry = 1;
fs/nfs/nfs4proc.c
3292
exception.retry = 1;
fs/nfs/nfs4proc.c
3297
exception.retry = 1;
fs/nfs/nfs4proc.c
3300
if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
fs/nfs/nfs4proc.c
3303
status, &exception));
fs/nfs/nfs4proc.c
3304
} while (exception.retry);
fs/nfs/nfs4proc.c
3385
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
3424
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
3425
} while (exception.retry);
fs/nfs/nfs4proc.c
3574
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
3625
server, task->tk_status, &exception);
fs/nfs/nfs4proc.c
3626
calldata->retrans = exception.retrans;
fs/nfs/nfs4proc.c
3627
if (exception.retry)
fs/nfs/nfs4proc.c
4011
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4019
&exception);
fs/nfs/nfs4proc.c
4020
} while (exception.retry);
fs/nfs/nfs4proc.c
4145
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4156
&exception);
fs/nfs/nfs4proc.c
4157
} while (exception.retry);
fs/nfs/nfs4proc.c
4190
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4202
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
4204
} while (exception.retry);
fs/nfs/nfs4proc.c
4491
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4500
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
4505
exception.retry = true;
fs/nfs/nfs4proc.c
4507
} while (exception.retry);
fs/nfs/nfs4proc.c
4626
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4641
err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
fs/nfs/nfs4proc.c
4651
exception.retry = 1;
fs/nfs/nfs4proc.c
4654
err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
fs/nfs/nfs4proc.c
4656
} while (exception.retry);
fs/nfs/nfs4proc.c
4737
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4745
&exception);
fs/nfs/nfs4proc.c
4746
} while (exception.retry);
fs/nfs/nfs4proc.c
4789
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4797
&exception);
fs/nfs/nfs4proc.c
4798
} while (exception.retry);
fs/nfs/nfs4proc.c
4846
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4854
&exception);
fs/nfs/nfs4proc.c
4855
} while (exception.retry);
fs/nfs/nfs4proc.c
4927
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4943
&exception);
fs/nfs/nfs4proc.c
4944
} while (exception.retry);
fs/nfs/nfs4proc.c
4950
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
4959
&exception);
fs/nfs/nfs4proc.c
4960
} while (exception.retry);
fs/nfs/nfs4proc.c
504
int errorcode, struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
507
struct nfs4_state *state = exception->state;
fs/nfs/nfs4proc.c
509
struct inode *inode = exception->inode;
fs/nfs/nfs4proc.c
5119
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
512
exception->delay = 0;
fs/nfs/nfs4proc.c
5126
&exception);
fs/nfs/nfs4proc.c
5127
} while (exception.retry);
fs/nfs/nfs4proc.c
513
exception->recovering = 0;
fs/nfs/nfs4proc.c
514
exception->retry = 0;
fs/nfs/nfs4proc.c
516
stateid = nfs4_recoverable_stateid(exception->stateid);
fs/nfs/nfs4proc.c
5250
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5262
&exception);
fs/nfs/nfs4proc.c
5263
} while (exception.retry);
fs/nfs/nfs4proc.c
5293
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5307
err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
fs/nfs/nfs4proc.c
5310
} while (exception.retry);
fs/nfs/nfs4proc.c
5362
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5370
err, &exception);
fs/nfs/nfs4proc.c
5371
} while (exception.retry);
fs/nfs/nfs4proc.c
5414
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5428
&exception);
fs/nfs/nfs4proc.c
5429
} while (exception.retry);
fs/nfs/nfs4proc.c
5458
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5465
&exception);
fs/nfs/nfs4proc.c
5466
} while (exception.retry);
fs/nfs/nfs4proc.c
548
exception->retry = 1;
fs/nfs/nfs4proc.c
5491
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5503
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
5504
} while (exception.retry);
fs/nfs/nfs4proc.c
5552
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5560
&exception);
fs/nfs/nfs4proc.c
5561
} while (exception.retry);
fs/nfs/nfs4proc.c
5608
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5615
server, task->tk_status, &exception);
fs/nfs/nfs4proc.c
5616
hdr->retrans = exception.retrans;
fs/nfs/nfs4proc.c
5617
if (exception.retry) {
fs/nfs/nfs4proc.c
5727
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
5735
&exception);
fs/nfs/nfs4proc.c
5736
hdr->retrans = exception.retrans;
fs/nfs/nfs4proc.c
5737
if (exception.retry) {
fs/nfs/nfs4proc.c
580
if (exception->timeout > HZ) {
fs/nfs/nfs4proc.c
5913
struct nfs4_exception exception = { };
fs/nfs/nfs4proc.c
5918
status = nfs4_handle_exception(dst_server, status, &exception);
fs/nfs/nfs4proc.c
5919
} while (exception.retry);
fs/nfs/nfs4proc.c
595
exception->delay = 1;
fs/nfs/nfs4proc.c
600
exception->retry = 1;
fs/nfs/nfs4proc.c
607
exception->retry = 1;
fs/nfs/nfs4proc.c
6140
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
6149
ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
fs/nfs/nfs4proc.c
6150
} while (exception.retry);
fs/nfs/nfs4proc.c
618
exception->recovering = 1;
fs/nfs/nfs4proc.c
6234
struct nfs4_exception exception = { };
fs/nfs/nfs4proc.c
6251
&exception);
fs/nfs/nfs4proc.c
6252
} while (exception.retry);
fs/nfs/nfs4proc.c
628
struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
6295
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
6307
&exception);
fs/nfs/nfs4proc.c
6308
} while (exception.retry);
fs/nfs/nfs4proc.c
631
if (exception->retrans++ >= (unsigned short)nfs_delay_retrans)
fs/nfs/nfs4proc.c
6351
struct nfs4_exception exception = { };
fs/nfs/nfs4proc.c
6358
&exception);
fs/nfs/nfs4proc.c
6359
} while (exception.retry);
fs/nfs/nfs4proc.c
640
int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
645
ret = nfs4_do_handle_exception(server, errorcode, exception);
fs/nfs/nfs4proc.c
646
if (exception->delay) {
fs/nfs/nfs4proc.c
647
int ret2 = nfs4_exception_should_retrans(server, exception);
fs/nfs/nfs4proc.c
649
exception->retry = 0;
fs/nfs/nfs4proc.c
652
ret = nfs4_delay(&exception->timeout,
fs/nfs/nfs4proc.c
653
exception->interruptible);
fs/nfs/nfs4proc.c
656
if (exception->recovering) {
fs/nfs/nfs4proc.c
657
if (exception->task_is_privileged)
fs/nfs/nfs4proc.c
667
exception->retry = 1;
fs/nfs/nfs4proc.c
6677
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
673
int errorcode, struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
6752
&exception);
fs/nfs/nfs4proc.c
6753
data->retrans = exception.retrans;
fs/nfs/nfs4proc.c
6754
if (exception.retry)
fs/nfs/nfs4proc.c
681
exception->delay = 0;
fs/nfs/nfs4proc.c
682
exception->recovering = 0;
fs/nfs/nfs4proc.c
683
exception->retry = 0;
fs/nfs/nfs4proc.c
687
ret = nfs4_do_handle_exception(server, errorcode, exception);
fs/nfs/nfs4proc.c
688
if (exception->delay) {
fs/nfs/nfs4proc.c
689
int ret2 = nfs4_exception_should_retrans(server, exception);
fs/nfs/nfs4proc.c
6906
struct nfs4_exception exception = { };
fs/nfs/nfs4proc.c
691
exception->retry = 0;
fs/nfs/nfs4proc.c
6918
err = nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
6919
} while (exception.retry);
fs/nfs/nfs4proc.c
694
rpc_delay(task, nfs4_update_delay(&exception->timeout));
fs/nfs/nfs4proc.c
6967
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
697
if (exception->recovering) {
fs/nfs/nfs4proc.c
6976
&exception);
fs/nfs/nfs4proc.c
6977
} while (exception.retry);
fs/nfs/nfs4proc.c
698
if (exception->task_is_privileged)
fs/nfs/nfs4proc.c
7078
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
710
exception->retry = 1;
fs/nfs/nfs4proc.c
7113
&exception);
fs/nfs/nfs4proc.c
7114
calldata->retrans = exception.retrans;
fs/nfs/nfs4proc.c
7115
if (exception.retry)
fs/nfs/nfs4proc.c
725
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
732
exception.timeout = *timeout;
fs/nfs/nfs4proc.c
735
&exception);
fs/nfs/nfs4proc.c
736
if (exception.delay && timeout)
fs/nfs/nfs4proc.c
737
*timeout = exception.timeout;
fs/nfs/nfs4proc.c
738
if (exception.retry)
fs/nfs/nfs4proc.c
7490
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
7502
nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
7503
} while (exception.retry);
fs/nfs/nfs4proc.c
7510
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
7531
nfs4_handle_exception(server, err, &exception);
fs/nfs/nfs4proc.c
7534
} while (exception.retry);
fs/nfs/nfs4proc.c
7593
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
7605
err, &exception);
fs/nfs/nfs4proc.c
7606
} while (exception.retry);
fs/nfs/nfs4proc.c
8102
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
8111
&exception);
fs/nfs/nfs4proc.c
8112
} while (exception.retry);
fs/nfs/nfs4proc.c
8204
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
8220
nfs4_handle_exception(server, status, &exception);
fs/nfs/nfs4proc.c
8221
} while (exception.retry);
fs/nfs/nfs4proc.c
8283
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
8298
nfs4_handle_exception(server, status, &exception);
fs/nfs/nfs4proc.c
8299
} while (exception.retry);
fs/nfs/nfs4proc.c
8364
struct nfs4_exception exception = {
fs/nfs/nfs4proc.c
8386
&exception);
fs/nfs/nfs4proc.c
8387
} while (exception.retry);
fs/nfs/nfs4proc.c
9591
struct nfs4_layoutget *lgp, struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
9604
exception->state = NULL;
fs/nfs/nfs4proc.c
9605
exception->stateid = NULL;
fs/nfs/nfs4proc.c
9649
exception->timeout = 0;
fs/nfs/nfs4proc.c
9655
exception->state = lgp->args.ctx->state;
fs/nfs/nfs4proc.c
9656
exception->stateid = &lgp->args.stateid;
fs/nfs/nfs4proc.c
9671
err = nfs4_handle_exception(server, nfs4err, exception);
fs/nfs/nfs4proc.c
9673
if (exception->retry)
fs/nfs/nfs4proc.c
9704
struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
9728
exception->retry = 0;
fs/nfs/nfs4proc.c
9739
exception->retry = 1;
fs/nfs/nfs4proc.c
9740
status = nfs4_layoutget_handle_exception(task, lgp, exception);
fs/nfs/nfs4proc.c
9742
exception->retry = 1;
fs/nfs/nfs4proc.c
9744
nfs4_update_delay(&exception->timeout);
fs/nfs/nfs4proc.c
9954
struct nfs4_exception exception = { };
fs/nfs/nfs4proc.c
9960
&exception);
fs/nfs/nfs4proc.c
9961
} while (exception.retry);
fs/nfs/pnfs.c
2152
struct nfs4_exception exception = {
fs/nfs/pnfs.c
2326
lseg = nfs4_proc_layoutget(lgp, &exception);
fs/nfs/pnfs.c
2353
if (!exception.retry)
fs/nfs/pnfs.h
258
struct nfs4_exception *exception);
include/acpi/acpixf.h
437
*acpi_format_exception(acpi_status exception))
include/linux/kgdb.h
303
extern unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs);
include/linux/kgdb.h
34
extern int kgdb_skipexception(int exception, struct pt_regs *regs);
include/uapi/linux/kvm.h
257
__u32 exception;
kernel/debug/debug_core.c
201
unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs)
kernel/debug/debug_core.c
212
int __weak kgdb_skipexception(int exception, struct pt_regs *regs)
samples/bpf/xdp_sample_user.c
106
struct record exception[XDP_ACTION_MAX];
samples/bpf/xdp_sample_user.c
1414
&rec->exception[i]);
samples/bpf/xdp_sample_user.c
491
rec->exception[i].cpu = alloc_record_per_cpu();
samples/bpf/xdp_sample_user.c
492
if (!rec->exception[i].cpu) {
samples/bpf/xdp_sample_user.c
498
free(rec->exception[i].cpu);
samples/bpf/xdp_sample_user.c
534
free(rec->exception[i].cpu);
samples/bpf/xdp_sample_user.c
562
free(r->exception[i].cpu);
samples/bpf/xdp_sample_user.c
913
rec = &stats_rec->exception[rec_i];
samples/bpf/xdp_sample_user.c
914
prev = &stats_prev->exception[rec_i];
tools/arch/arm64/include/uapi/asm/kvm.h
190
} exception;
tools/arch/x86/include/uapi/asm/kvm.h
291
__u32 exception;
tools/arch/x86/include/uapi/asm/kvm.h
347
} exception;
tools/include/uapi/linux/kvm.h
257
__u32 exception;
tools/lib/subcmd/pager.c
40
fd_set exception;
tools/lib/subcmd/pager.c
43
FD_ZERO(&exception);
tools/lib/subcmd/pager.c
45
FD_SET(0, &exception);
tools/lib/subcmd/pager.c
46
select(1, &in, NULL, &exception, NULL);
tools/testing/selftests/bpf/progs/exceptions.c
313
int exception##tag##name(struct __sk_buff *ctx) \
tools/testing/selftests/kvm/arm64/external_aborts.c
49
events.exception.ext_dabt_pending = true;
tools/testing/selftests/kvm/arm64/external_aborts.c
69
events.exception.serror_pending = true;
tools/testing/selftests/kvm/arm64/external_aborts.c
71
events.exception.serror_has_esr = true;
tools/testing/selftests/kvm/arm64/external_aborts.c
72
events.exception.serror_esr = EXPECTED_SERROR_ISS;
tools/testing/selftests/kvm/arm64/sea_to_user.c
181
events.exception.ext_dabt_pending = true;
tools/testing/selftests/kvm/x86/debug_regs.c
175
run->debug.arch.exception == BP_VECTOR &&
tools/testing/selftests/kvm/x86/debug_regs.c
178
run->exit_reason, run->debug.arch.exception,
tools/testing/selftests/kvm/x86/debug_regs.c
192
run->debug.arch.exception == DB_VECTOR &&
tools/testing/selftests/kvm/x86/debug_regs.c
197
i, run->exit_reason, run->debug.arch.exception,
tools/testing/selftests/kvm/x86/debug_regs.c
215
run->debug.arch.exception == DB_VECTOR &&
tools/testing/selftests/kvm/x86/debug_regs.c
220
i, run->exit_reason, run->debug.arch.exception,
tools/testing/selftests/kvm/x86/debug_regs.c
241
run->debug.arch.exception == DB_VECTOR &&
tools/testing/selftests/kvm/x86/debug_regs.c
246
i, run->exit_reason, run->debug.arch.exception,
tools/testing/selftests/kvm/x86/debug_regs.c
259
run->debug.arch.exception == DB_VECTOR &&
tools/testing/selftests/kvm/x86/debug_regs.c
264
run->exit_reason, run->debug.arch.exception,
tools/testing/selftests/kvm/x86/debug_regs.c
274
run->debug.arch.exception == DB_VECTOR &&
tools/testing/selftests/kvm/x86/debug_regs.c
279
run->exit_reason, run->debug.arch.exception,
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
196
TEST_ASSERT(!events.exception.pending,
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
197
"Vector %d unexpectedlt pending", events.exception.nr);
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
198
TEST_ASSERT(!events.exception.injected,
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
199
"Vector %d unexpectedly injected", events.exception.nr);
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
202
events.exception.pending = !inject;
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
203
events.exception.injected = inject;
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
204
events.exception.nr = SS_VECTOR;
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
205
events.exception.has_error_code = true;
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
206
events.exception.error_code = SS_ERROR_CODE;
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
250
TEST_ASSERT_EQ(events.exception.pending, true);
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
251
TEST_ASSERT_EQ(events.exception.nr, SS_VECTOR);
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
252
TEST_ASSERT_EQ(events.exception.has_error_code, true);
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
253
TEST_ASSERT_EQ(events.exception.error_code, SS_ERROR_CODE);
tools/testing/selftests/kvm/x86/sync_regs_test.c
100
WRITE_ONCE(events->exception.injected, 1);
tools/testing/selftests/kvm/x86/sync_regs_test.c
101
WRITE_ONCE(events->exception.pending, 1);
tools/testing/selftests/kvm/x86/sync_regs_test.c
121
WRITE_ONCE(events->exception.nr, UD_VECTOR);
tools/testing/selftests/kvm/x86/sync_regs_test.c
122
WRITE_ONCE(events->exception.pending, 1);
tools/testing/selftests/kvm/x86/sync_regs_test.c
123
WRITE_ONCE(events->exception.nr, 255);
tools/testing/selftests/kvm/x86/sync_regs_test.c
95
WRITE_ONCE(events->exception.nr, UD_VECTOR);
tools/testing/selftests/kvm/x86/vmx_exception_with_invalid_guest_state.c
99
if (events.exception.pending) {
tools/testing/selftests/powerpc/tm/tm-unavailable.c
113
if (flags.exception != FP_UNA_EXCEPTION &&
tools/testing/selftests/powerpc/tm/tm-unavailable.c
114
flags.exception != VEC_UNA_EXCEPTION &&
tools/testing/selftests/powerpc/tm/tm-unavailable.c
115
flags.exception != VSX_UNA_EXCEPTION) {
tools/testing/selftests/powerpc/tm/tm-unavailable.c
216
[exception] "r" (flags.exception),
tools/testing/selftests/powerpc/tm/tm-unavailable.c
341
int cpu, rc, exception; /* FP = 0, VEC = 1, VSX = 2 */
tools/testing/selftests/powerpc/tm/tm-unavailable.c
377
for (exception = 0; exception < NUM_EXCEPTIONS; exception++) {
tools/testing/selftests/powerpc/tm/tm-unavailable.c
380
if (exception == FP_UNA_EXCEPTION)
tools/testing/selftests/powerpc/tm/tm-unavailable.c
383
else if (exception == VEC_UNA_EXCEPTION)
tools/testing/selftests/powerpc/tm/tm-unavailable.c
389
flags.exception = exception;
tools/testing/selftests/powerpc/tm/tm-unavailable.c
47
int exception;
tools/testing/selftests/powerpc/tm/tm-unavailable.c
52
if (flags.touch_fp && flags.exception == FP_UNA_EXCEPTION)
tools/testing/selftests/powerpc/tm/tm-unavailable.c
55
if (flags.touch_vec && flags.exception == VEC_UNA_EXCEPTION)
tools/testing/selftests/powerpc/tm/tm-unavailable.c
66
flags.exception == VSX_UNA_EXCEPTION)