Home
last modified time | relevance | path

Searched full:vectored (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.8/io_uring/
Dopdef.h32 /* vectored opcode, set if 1) vectored, and 2) handler needs to know */
33 unsigned vectored : 1; member
Dopdef.c68 .vectored = 1,
82 .vectored = 1,
/linux-6.8/Documentation/devicetree/bindings/interrupt-controller/
Darm,vic.yaml7 title: ARM Vectored Interrupt Controller
13 One or more Vectored Interrupt Controllers (VIC's) can be connected in an
Daspeed,ast2400-vic.txt1 Aspeed Vectored Interrupt Controller
Dmicrochip,pic32-evic.txt4 The Microchip PIC32 contains an Enhanced Vectored Interrupt Controller (EVIC).
/linux-6.8/include/uapi/linux/
Dnvme_ioctl.h59 __u32 data_len; /* for non-vectored io */
60 __u32 vec_cnt; /* for vectored io */
/linux-6.8/arch/mips/include/asm/sgi/
Dip22.h31 #define SGINT_LOCAL2 (SGINT_CPU+24) /* 8 local2 vectored irq levels */
32 #define SGINT_LOCAL3 (SGINT_CPU+32) /* 8 local3 vectored irq levels */
/linux-6.8/Documentation/devicetree/bindings/riscv/
Dextensions.yaml374 The standard Zvbb extension for vectored basic bit-manipulation
380 The standard Zvbc extension for vectored carryless multiplication
386 The standard Zvfh extension for vectored half-precision
392 The standard Zvfhmin extension for vectored minimal half-precision
/linux-6.8/drivers/sh/intc/
Dirqdomain.c18 * intc_irq_domain_evt_xlate() - Generic xlate for vectored IRQs.
/linux-6.8/arch/mips/bcm47xx/
Dirq.c90 pr_info("Setting up vectored interrupts\n"); in arch_init_irq()
/linux-6.8/arch/mips/kernel/
Drtlx-mt.c117 pr_err("APRP RTLX init on non-vectored-interrupt processor\n"); in rtlx_module_init()
Dgenex.S264 * Vectored interrupt handler.
283 * Common Vectored Interrupt code
/linux-6.8/arch/m68k/coldfire/
Damcore.c75 /* Set the dm9000 interrupt to be auto-vectored */ in dm9000_pre_init()
Dintc.c94 * Interrupts can be "vectored" on the ColdFire cores that support this old
Dnettel.c134 /* Set the SMC interrupts to be auto-vectored */ in nettel_smc91x_init()
/linux-6.8/arch/arm/mach-nomadik/
Dcpu-8815.c22 #define NOMADIK_IC_BASE 0x10140000 /* Vectored Irq Controller */
/linux-6.8/drivers/irqchip/
Dirq-nvic.c8 * Support for the Nested Vectored Interrupt Controller found on the
/linux-6.8/arch/m68k/include/asm/
Dmcfintc.h31 #define MCFSIM_ICR_AUTOVEC 0x80 /* Auto-vectored intr */
/linux-6.8/arch/arm/include/asm/
Dcp15.h37 #define CR_VE (1 << 24) /* Vectored interrupts */
/linux-6.8/arch/loongarch/include/asm/
Dcpu.h91 #define CPU_FEATURE_VINT 16 /* CPU has vectored interrupts */
/linux-6.8/drivers/parisc/
Diosapic_private.h35 ** Interrupt Type of 0 indicates a vectored interrupt,
/linux-6.8/arch/x86/include/asm/
Dvmxfeatures.h17 #define VMX_FEATURE_INTR_EXITING ( 0*32+ 0) /* "" VM-Exit on vectored interrupts */
/linux-6.8/arch/x86/crypto/
Dsha512-ssse3-asm.S161 # For brievity, the comments following vectored instructions only refer to
167 # by one tab. Vectored instructions (for the message scheduler) are indented
/linux-6.8/fs/
Daio.c1551 struct iovec **iovec, bool vectored, bool compat, in aio_setup_rw() argument
1557 if (!vectored) { in aio_setup_rw()
1587 bool vectored, bool compat) in aio_read() argument
1603 ret = aio_setup_rw(ITER_DEST, iocb, &iovec, vectored, compat, &iter); in aio_read()
1614 bool vectored, bool compat) in aio_write() argument
1631 ret = aio_setup_rw(ITER_SOURCE, iocb, &iovec, vectored, compat, &iter); in aio_write()
/linux-6.8/arch/sparc/kernel/
Dentry.h236 * of the vectored interrupt trap handler(s) in entry.S and sun4v_ivec.S

12