Searched refs:exception (Results 76 - 100 of 213) sorted by relevance

123456789

/linux-master/arch/arm64/kernel/
H A Dsyscall.c12 #include <asm/exception.h>
H A Dsdei.c14 #include <asm/exception.h>
26 * VMAP'd stacks checking for stack overflow on exception using sp as a scratch
29 * synchronous exception, and is using sp as scratch register. For a critical
171 * SDEI works between adjacent exception levels. If we booted at EL1 we
237 * We took a synchronous exception from the SDEI handler.
241 pr_warn("unsafe: exception during handler\n");
/linux-master/drivers/scsi/
H A Dmesh.c316 mr->exception, mr->error, mr->intr_mask, mr->interrupt,
359 out_8(&mr->exception, 0xff); /* clear all exception bits */
437 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count));
449 MKWORD(mr->interrupt, mr->exception,
456 MKWORD(mr->interrupt, mr->exception,
484 * without giving us a reselection exception.
494 MKWORD(mr->interrupt, mr->exception,
500 MKWORD(mr->interrupt, mr->exception,
512 MKWORD(mr->interrupt, mr->exception, m
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.c588 * In order to reflect the #DB exception payload in guest
656 * If the exception is destined for L2 and isn't being reinjected,
657 * morph it to a VM-Exit if L1 wants to intercept the exception. A
658 * previously injected exception is not checked because it was checked
660 * injected the exception, in which case it's exempt from interception.
669 if (!vcpu->arch.exception.pending && !vcpu->arch.exception.injected) {
673 * On VM-Entry, an exception can be pending if and only
680 vcpu->arch.exception.injected = true;
690 vcpu->arch.exception
7523 translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access, struct x86_exception *exception) argument
7538 kvm_mmu_gva_to_gpa_read(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) argument
7548 kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) argument
7560 kvm_mmu_gva_to_gpa_system(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) argument
7568 kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u64 access, struct x86_exception *exception) argument
7600 kvm_fetch_guest_virt(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) argument
7627 kvm_read_guest_virt(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) argument
7645 emulator_read_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) argument
7660 kvm_write_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u64 access, struct x86_exception *exception) argument
7690 emulator_write_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) argument
7706 kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) argument
7766 vcpu_mmio_gva_to_gpa(struct kvm_vcpu *vcpu, unsigned long gva, gpa_t *gpa, struct x86_exception *exception, bool write) argument
7880 emulator_read_write_onepage(unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, struct kvm_vcpu *vcpu, const struct read_write_emulator_ops *ops) argument
7931 emulator_read_write(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, const struct read_write_emulator_ops *ops) argument
7985 emulator_read_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception) argument
7995 emulator_write_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *val, unsigned int bytes, struct x86_exception *exception) argument
8008 emulator_cmpxchg_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *old, const void *new, unsigned int bytes, struct x86_exception *exception) argument
[all...]
H A Dtrace.h373 TP_PROTO(unsigned exception, bool has_error, unsigned error_code,
375 TP_ARGS(exception, has_error, error_code, reinjected),
378 __field( u8, exception )
385 __entry->exception = exception;
392 __print_symbolic(__entry->exception, kvm_trace_sym_exc),
429 TP_PROTO(unsigned write, u32 ecx, u64 data, bool exception),
430 TP_ARGS(write, ecx, data, exception),
436 __field( u8, exception )
443 __entry->exception
[all...]
H A Demulate.c281 * ex: rsi (in:fastop pointer, out:zero if exception)
587 ctxt->exception.vector = vec;
588 ctxt->exception.error_code = error;
589 ctxt->exception.error_code_valid = valid;
850 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true);
857 return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, true);
871 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, false);
885 return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, false);
929 size, &ctxt->exception);
1369 &ctxt->exception);
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S360 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte
361 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte
364 set FPCR_ENABLE, USER_FPCR+2 # FPCR exception enable
472 set bsun_mask, 0x00008000 # bsun exception mask
473 set snan_mask, 0x00004000 # snan exception mask
474 set operr_mask, 0x00002000 # operr exception mask
475 set ovfl_mask, 0x00001000 # overflow exception mask
476 set unfl_mask, 0x00000800 # underflow exception mask
477 set dz_mask, 0x00000400 # dz exception mask
478 set inex2_mask, 0x00000200 # inex2 exception mas
[all...]
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S63 | in an inex2 exception. If so, set inex1 in the fpsr and
64 | check if the inex1 exception is enabled. If so, set d7 upper
66 | exception occurred. Unimp will fix the stack.
493 | If the final mul/div in decbin incurred an inex exception,
H A Dsasin.S90 fbgt t_operr |cause an operr exception
H A Dsgetem.S39 | This entry point is used by the unimplemented instruction exception
65 | This entry point is used by the unimplemented instruction exception
/linux-master/arch/sh/kernel/
H A Dentry-common.S9 ! to be jumped is too far, but it causes illegal slot exception.
104 and #(0xf0>>1), r0 ! interrupts off (exception path)?
H A Dkgdb.c289 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) argument
291 if (exception == 60)
/linux-master/drivers/irqchip/
H A Dirq-sun4i.c24 #include <asm/exception.h>
H A Dirq-sa11x0.c19 #include <asm/exception.h>
/linux-master/arch/powerpc/kernel/
H A Drtas_entry.S52 #include <asm/exception-64s.h>
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_interrupts.S18 #include <asm/exception-64s.h>
/linux-master/arch/xtensa/mm/
H A Dmisc.S229 movi a7, 0 # required for exception handler
253 movi a7, 0 # required for exception handler
292 /* End of special treatment in tlb miss exception */
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A DMakefile27 ../fpsimd.o ../hyp-entry.o ../exception.o ../pgtable.o
101 # KVM nVHE code is run at a different exception code with a different map, so
/linux-master/arch/x86/kernel/
H A Dkgdb.c379 * handling exception.
425 * @e_vector: The error vector of the exception that happened.
426 * @signo: The signal number of the exception that happened.
427 * @err_code: The error code of the exception that happened.
478 * Single step exception from kernel space to user space so
479 * eat the exception and continue the process:
699 * @exception: Exception vector number
702 * On some architectures we need to skip a breakpoint exception when
705 * Skip an int3 exception when it occurs after a breakpoint has been
709 int kgdb_skipexception(int exception, struc argument
718 kgdb_arch_pc(int exception, struct pt_regs *regs) argument
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c106 struct record exception[XDP_ACTION_MAX]; member in struct:stats_record
491 rec->exception[i].cpu = alloc_record_per_cpu();
492 if (!rec->exception[i].cpu) {
494 "Failed to allocate exception per-CPU array for "
498 free(rec->exception[i].cpu);
534 free(rec->exception[i].cpu);
562 free(r->exception[i].cpu);
913 rec = &stats_rec->exception[rec_i];
914 prev = &stats_prev->exception[rec_i];
1414 &rec->exception[
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S93 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
105 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
356 fp_set_sr FPSR_EXC_INEX2 | INEX2 exception
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c303 struct mac_device *dev_id; /* device cookie used by the exception cbs */
522 static int get_exception_flag(enum fman_mac_exceptions exception) argument
526 switch (exception) {
1209 enum fman_mac_exceptions exception, bool enable)
1214 if (exception != FM_MAC_EX_1G_1588_TS_RX_ERR) {
1215 bit_mask = get_exception_flag(exception);
1222 pr_err("Undefined exception\n");
1236 switch (exception) {
1251 pr_err("Undefined exception\n");
1208 dtsec_set_exception(struct fman_mac *dtsec, enum fman_mac_exceptions exception, bool enable) argument
/linux-master/arch/parisc/math-emu/
H A Dfloat.h448 /* Declare exception registers equivalent to FPUs architecture
464 #define Set_exceptiontype_and_instr_field(exception,instruction,object) \
465 object = exception << 26 | instruction
/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c36 enum exception { EXCP_CONTEXT = 1, NO_EXCP = 2 }; enum
109 * SRAO could be signaled either via a machine check exception or
271 * distinguish an exception taken in user from from one
372 enum exception excp = (is_excp ? EXCP_CONTEXT : NO_EXCP);
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py411 except Exception as exception:
413 logging.warning(exception)

Completed in 310 milliseconds

123456789