Searched refs:exception (Results 151 - 175 of 213) sorted by relevance

123456789

/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S170 | nu-generated ovfl, unfl, or inex exception. If the version
253 | processing the original exception. If the result is also
375 | processing the original exception. If the result is also
H A Dstan.S247 fdivx %fp1,%fp0 |last inst - possible exception set
287 fdivx (%sp)+,%fp0 |last inst - possible exception set
301 fmovex (%sp)+,%fp0 |last inst - possible exception set
H A Dscale.S41 | This entry point is used by the unimplemented instruction exception
352 | to the appropriate exception handler.
H A Dx_store.S53 | in the USER_FPn variable on the stack because all exception
H A Dutil.S103 btstb #E3,E_BYTE(%a6) |check for nu exception
104 beql ovf_e1_exc |it is cu exception
/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h870 struct x86_exception *exception)
886 } else if (exception)
887 *exception = walker.fault;
868 gva_to_gpa(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, gpa_t addr, u64 access, struct x86_exception *exception) argument
/linux-master/arch/x86/kvm/svm/
H A Dnested.c455 if (vcpu->arch.exception.injected) {
456 nr = vcpu->arch.exception.vector;
459 if (vcpu->arch.exception.has_error_code) {
462 vcpu->arch.exception.error_code;
1393 * EXITINFO2 is undefined for all exception intercepts other
1426 * Only a pending nested run blocks a pending exception. If there is a
1427 * previously injected event, the pending exception occurred while said
1457 if (vcpu->arch.exception.pending) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm49 var SINGLE_STEP_MISSED_WORKAROUND = 1 //workaround for lost MODE.DEBUG_EN exception when SAVECTX raised
213 // Spin wait until SAVECTX exception is raised.
238 // Let second-level handle non-SAVECTX exception or trap.
269 // Prioritize single step exception over context save.
390 // gfx10: If there was a VALU exception, the exception state must be
1151 // s_barrier with MODE.DEBUG_EN=1, STATUS.PRIV=1 incorrectly asserts debug exception.
/linux-master/drivers/irqchip/
H A Dirq-atmel-aic5.c31 #include <asm/exception.h>
H A Dirq-mmp.c23 #include <asm/exception.h>
H A Dirq-vic.c25 #include <asm/exception.h>
/linux-master/arch/xtensa/kernel/
H A Dentry.S2 * Low-level exception handling
93 * First-level exception handler for user exceptions.
96 * exception code.
109 * PT_DEPC >= VALID_DOUBLE_EXCEPTION_ADDRESS: double exception, DEPC
110 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
242 /* Now, jump to the common exception handler. */
252 * MOVSP here, as we do that when we return from the exception.
253 * (See comment in the kernel exception exit code)
264 * PT_DEPC >= VALID_DOUBLE_EXCEPTION_ADDRESS: double exception, DEPC
265 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
[all...]
/linux-master/arch/nios2/kernel/
H A Dentry.S141 * and after we have saved it to the exception frame. This is done
143 * estatus is not updated the next exception.
152 rdctl r5, exception
164 ldwio r24, -4(ea) /* instruction that caused the exception */
/linux-master/arch/powerpc/kernel/
H A Dkgdb.c106 * @exception: Exception vector number
109 * On some architectures we need to skip a breakpoint exception when
113 int kgdb_skipexception(int exception, struct pt_regs *regs) argument
H A Dinterrupt_64.S4 #include <asm/exception-64s.h>
6 #include <asm/exception-64e.h>
H A Dmce_power.c3 * Machine check exception handling CPU-side for power7 and power8
21 #include <asm/exception-64s.h>
654 * kernel/exception-64s.h
687 * exception with SRR0 pointing inside opal. If that is the
/linux-master/arch/arm/kernel/
H A Dsmp.c37 #include <asm/exception.h>
H A Diwmmxt.S66 * called from prefetch exception handler with interrupts enabled
96 ret r9 @ normal exit from exception
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h82 ; 2. STATUS32.Z flag set if in U mode at time of exception (U:1,K:0)
120 * - exception handlers (which don't have autosave)
/linux-master/drivers/net/ipa/
H A Dipa_endpoint.c48 /** enum ipa_status_exception - IPA status exception field hardware values */
50 /* 0 means no exception */
596 /* Reset all modem endpoints to use the default exception endpoint */
610 "no transaction to reset modem exception endpoints\n");
1512 enum ipa_status_exception exception; local
1521 exception = ipa_status_extract(ipa, data, STATUS_EXCEPTION);
1522 if (exception)
1523 return exception == IPA_STATUS_EXCEPTION_DEAGGR;
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h324 struct x86_exception exception; member in struct:x86_emulate_ctxt
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c5 #include <asm/exception.h>
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S340 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte
341 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte
344 set FPCR_ENABLE, USER_FPCR+2 # FPCR exception enable
452 set bsun_mask, 0x00008000 # bsun exception mask
453 set snan_mask, 0x00004000 # snan exception mask
454 set operr_mask, 0x00002000 # operr exception mask
455 set ovfl_mask, 0x00001000 # overflow exception mask
456 set unfl_mask, 0x00000800 # underflow exception mask
457 set dz_mask, 0x00000400 # dz exception mask
458 set inex2_mask, 0x00000200 # inex2 exception mas
[all...]
/linux-master/include/acpi/
H A Dacpixf.h431 *acpi_format_exception(acpi_status exception))
/linux-master/arch/arm64/include/asm/
H A Dinsn.h314 * 1 0 1 - Branch, exception generation and system instructions
406 __AARCH64_INSN_FUNCS(exception, 0xFF000000, 0xD4000000)

Completed in 211 milliseconds

123456789