Searched full:vectored (Results 1 – 25 of 40) sorted by relevance
12
7 title: ARM Vectored Interrupt Controller13 One or more Vectored Interrupt Controllers (VIC's) can be connected in an
13 The Microchip PIC32 contains an Enhanced Vectored Interrupt Controller (EVIC).
59 __u32 data_len; /* for non-vectored io */60 __u32 vec_cnt; /* for vectored io */
31 #define SGINT_LOCAL2 (SGINT_CPU+24) /* 8 local2 vectored irq levels */32 #define SGINT_LOCAL3 (SGINT_CPU+32) /* 8 local3 vectored irq levels */
7 title: Aspeed Coprocessor Vectored Interrupt Controller
18 * intc_irq_domain_evt_xlate() - Generic xlate for vectored IRQs.
90 pr_info("Setting up vectored interrupts\n"); in arch_init_irq()
75 /* Set the dm9000 interrupt to be auto-vectored */ in dm9000_pre_init()
94 * Interrupts can be "vectored" on the ColdFire cores that support this old
134 /* Set the SMC interrupts to be auto-vectored */ in nettel_smc91x_init()
22 #define NOMADIK_IC_BASE 0x10140000 /* Vectored Irq Controller */
117 pr_err("APRP RTLX init on non-vectored-interrupt processor\n"); in rtlx_module_init()
275 * Vectored interrupt handler.294 * Common Vectored Interrupt code
8 * Support for the Nested Vectored Interrupt Controller found on the
31 #define MCFSIM_ICR_AUTOVEC 0x80 /* Auto-vectored intr */
5 * There are two of these on the Mac II. Some IRQ's are vectored
37 #define CR_VE (1 << 24) /* Vectored interrupts */
35 ** Interrupt Type of 0 indicates a vectored interrupt,
115 #define CPU_FEATURE_VINT 19 /* CPU has vectored interrupts */
160 # For brievity, the comments following vectored instructions only refer to166 # by one tab. Vectored instructions (for the message scheduler) are indented
17 #define VMX_FEATURE_INTR_EXITING ( 0*32+ 0) /* VM-Exit on vectored interrupts */
107 system-call-vectored {
236 * of the vectored interrupt trap handler(s) in entry.S and sun4v_ivec.S
42 If you want to handle multiple events in a single syscall, then use vectored
144 * "vectored" (multiple bits sets) as opposed to typical single bit in mcip_ipi_clear()