/linux/io_uring/ |
H A D | opdef.h | 28 /* vectored opcode, set if 1) vectored, and 2) handler needs to know */ 29 unsigned vectored : 1; member
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | arm,vic.yaml | 7 title: ARM Vectored Interrupt Controller 13 One or more Vectored Interrupt Controllers (VIC's) can be connected in an
|
H A D | aspeed,ast2400-vic.yaml | 7 title: Aspeed Vectored Interrupt Controller
|
H A D | microchip,pic32-evic.txt | 4 The Microchip PIC32 contains an Enhanced Vectored Interrupt Controller (EVIC).
|
/linux/include/uapi/linux/ |
H A D | nvme_ioctl.h | 59 __u32 data_len; /* for non-vectored io */ 60 __u32 vec_cnt; /* for vectored io */
|
/linux/arch/mips/include/asm/sgi/ |
H A D | ip22.h | 31 #define SGINT_LOCAL2 (SGINT_CPU+24) /* 8 local2 vectored irq levels */ 32 #define SGINT_LOCAL3 (SGINT_CPU+32) /* 8 local3 vectored irq levels */
|
/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 488 The standard Zvbb extension for vectored basic bit-manipulation 494 The standard Zvbc extension for vectored carryless multiplication 530 The standard Zvfh extension for vectored half-precision 536 The standard Zvfhmin extension for vectored minimal half-precision
|
/linux/Documentation/devicetree/bindings/misc/ |
H A D | aspeed,ast2400-cvic.yaml | 7 title: Aspeed Coprocessor Vectored Interrupt Controller
|
/linux/drivers/sh/intc/ |
H A D | irqdomain.c | 18 * intc_irq_domain_evt_xlate() - Generic xlate for vectored IRQs.
|
/linux/arch/mips/bcm47xx/ |
H A D | irq.c | 90 pr_info("Setting up vectored interrupts\n"); in arch_init_irq()
|
/linux/arch/m68k/coldfire/ |
H A D | amcore.c | 75 /* Set the dm9000 interrupt to be auto-vectored */ in dm9000_pre_init()
|
H A D | intc.c | 94 * Interrupts can be "vectored" on the ColdFire cores that support this old
|
H A D | nettel.c | 134 /* Set the SMC interrupts to be auto-vectored */ in nettel_smc91x_init()
|
/linux/arch/arm/mach-nomadik/ |
H A D | cpu-8815.c | 22 #define NOMADIK_IC_BASE 0x10140000 /* Vectored Irq Controller */
|
/linux/drivers/irqchip/ |
H A D | irq-nvic.c | 8 * Support for the Nested Vectored Interrupt Controller found on the
|
/linux/arch/mips/kernel/ |
H A D | rtlx-mt.c | 117 pr_err("APRP RTLX init on non-vectored-interrupt processor\n"); in rtlx_module_init()
|
H A D | genex.S | 264 * Vectored interrupt handler. 283 * Common Vectored Interrupt code
|
/linux/arch/m68k/include/asm/ |
H A D | mcfintc.h | 31 #define MCFSIM_ICR_AUTOVEC 0x80 /* Auto-vectored intr */
|
/linux/arch/arm/include/asm/ |
H A D | cp15.h | 37 #define CR_VE (1 << 24) /* Vectored interrupts */
|
/linux/drivers/parisc/ |
H A D | iosapic_private.h | 35 ** Interrupt Type of 0 indicates a vectored interrupt,
|
/linux/arch/loongarch/include/asm/ |
H A D | cpu.h | 92 #define CPU_FEATURE_VINT 17 /* CPU has vectored interrupts */
|
/linux/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 161 # For brievity, the comments following vectored instructions only refer to 167 # by one tab. Vectored instructions (for the message scheduler) are indented
|
/linux/fs/ |
H A D | aio.c | 1545 struct iovec **iovec, bool vectored, bool compat, in aio_setup_rw() argument 1551 if (!vectored) { in aio_setup_rw() 1581 bool vectored, bool compat) in aio_read() argument 1597 ret = aio_setup_rw(ITER_DEST, iocb, &iovec, vectored, compat, &iter); in aio_read() 1608 bool vectored, bool compat) in aio_write() argument 1625 ret = aio_setup_rw(ITER_SOURCE, iocb, &iovec, vectored, compat, &iter); in aio_write()
|
/linux/arch/x86/include/asm/ |
H A D | vmxfeatures.h | 17 #define VMX_FEATURE_INTR_EXITING ( 0*32+ 0) /* VM-Exit on vectored interrupts */
|
/linux/arch/sparc/kernel/ |
H A D | entry.h | 236 * of the vectored interrupt trap handler(s) in entry.S and sun4v_ivec.S
|