Searched refs:exception (Results 101 - 125 of 215) sorted by relevance

123456789

/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
283 * distinguish an exception taken in user from from one
383 enum exception excp = (is_excp ? EXCP_CONTEXT : NO_EXCP);
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py435 except Exception as exception:
437 logging.warning(exception)
/linux-master/arch/m68k/fpsp040/
H A Dssinh.S131 fmulx (%sp)+,%fp0 |possible exception
/linux-master/tools/arch/arm/include/uapi/asm/
H A Dkvm.h138 } exception; member in struct:kvm_vcpu_events
/linux-master/drivers/irqchip/
H A Dirq-vt8500.c27 #include <asm/exception.h>
H A Dirq-bcm2835.c45 #include <asm/exception.h>
H A Dirq-atmel-aic.c31 #include <asm/exception.h>
H A Dirq-aspeed-vic.c28 #include <asm/exception.h>
H A Dirq-davinci-cp-intc.c21 #include <asm/exception.h>
H A Dirq-lpc32xx.c16 #include <asm/exception.h>
H A Dirq-ixp4xx.c23 #include <asm/exception.h>
H A Dirq-bcm2836.c16 #include <asm/exception.h>
H A Dirq-ftintc010.c21 #include <asm/exception.h>
H A Dirq-clps711x.c16 #include <asm/exception.h>
H A Dirq-orion.c17 #include <asm/exception.h>
H A Dirq-versatile-fpga.c17 #include <asm/exception.h>
/linux-master/arch/arm/mach-imx/
H A Davic.c15 #include <asm/exception.h>
H A Dtzic.c16 #include <asm/exception.h>
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S14 #include <asm/exception-64s.h>
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman.h256 * exception - The exception.
258 * Exceptions user callback routine, will be called upon an exception
259 * passing the exception identification.
264 enum fman_exceptions exception);
H A Dfman_tgec.c184 struct mac_device *dev_id; /* device cookie used by the exception cbs */
259 static int get_exception_flag(enum fman_mac_exceptions exception) argument
263 switch (exception) {
594 enum fman_mac_exceptions exception, bool enable)
599 bit_mask = get_exception_flag(exception);
606 pr_err("Undefined exception\n");
803 /* For 10G MAC, disable Tx ECC exception */
593 tgec_set_exception(struct fman_mac *tgec, enum fman_mac_exceptions exception, bool enable) argument
/linux-master/arch/arm64/kernel/
H A Dcompat_alignment.c11 #include <asm/exception.h>
/linux-master/arch/arm/mach-pxa/
H A Dirq.c22 #include <asm/exception.h>
/linux-master/arch/arm/mach-omap1/
H A Dirq.c47 #include <asm/exception.h>
/linux-master/arch/arm/nwfpe/
H A Dentry.S103 @ to fault. Emit the appropriate exception gunk to fix things up.

Completed in 223 milliseconds

123456789