Searched full:vectored (Results 1 – 25 of 54) sorted by relevance
123
/linux-6.12.1/io_uring/ |
D | opdef.h | 28 /* vectored opcode, set if 1) vectored, and 2) handler needs to know */ 29 unsigned vectored : 1; member
|
D | opdef.c | 69 .vectored = 1, 84 .vectored = 1,
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,vic.yaml | 7 title: ARM Vectored Interrupt Controller 13 One or more Vectored Interrupt Controllers (VIC's) can be connected in an
|
D | aspeed,ast2400-vic.yaml | 7 title: Aspeed Vectored Interrupt Controller
|
D | atmel,aic.yaml | 15 maskable, vectored interrupt controller providing handling of up to one
|
D | microchip,pic32-evic.txt | 4 The Microchip PIC32 contains an Enhanced Vectored Interrupt Controller (EVIC).
|
/linux-6.12.1/include/uapi/linux/ |
D | nvme_ioctl.h | 59 __u32 data_len; /* for non-vectored io */ 60 __u32 vec_cnt; /* for vectored io */
|
/linux-6.12.1/arch/mips/include/asm/sgi/ |
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-6.12.1/Documentation/devicetree/bindings/riscv/ |
D | extensions.yaml | 430 The standard Zvbb extension for vectored basic bit-manipulation 436 The standard Zvbc extension for vectored carryless multiplication 472 The standard Zvfh extension for vectored half-precision 478 The standard Zvfhmin extension for vectored minimal half-precision
|
/linux-6.12.1/Documentation/devicetree/bindings/misc/ |
D | aspeed,ast2400-cvic.yaml | 7 title: Aspeed Coprocessor Vectored Interrupt Controller
|
/linux-6.12.1/drivers/sh/intc/ |
D | irqdomain.c | 18 * intc_irq_domain_evt_xlate() - Generic xlate for vectored IRQs.
|
/linux-6.12.1/arch/mips/bcm47xx/ |
D | irq.c | 90 pr_info("Setting up vectored interrupts\n"); in arch_init_irq()
|
/linux-6.12.1/arch/arm/mach-nomadik/ |
D | cpu-8815.c | 22 #define NOMADIK_IC_BASE 0x10140000 /* Vectored Irq Controller */
|
/linux-6.12.1/arch/m68k/coldfire/ |
D | amcore.c | 75 /* Set the dm9000 interrupt to be auto-vectored */ in dm9000_pre_init()
|
D | intc.c | 94 * Interrupts can be "vectored" on the ColdFire cores that support this old
|
D | nettel.c | 134 /* Set the SMC interrupts to be auto-vectored */ in nettel_smc91x_init()
|
/linux-6.12.1/arch/mips/kernel/ |
D | rtlx-mt.c | 117 pr_err("APRP RTLX init on non-vectored-interrupt processor\n"); in rtlx_module_init()
|
D | genex.S | 264 * Vectored interrupt handler. 283 * Common Vectored Interrupt code
|
/linux-6.12.1/drivers/irqchip/ |
D | irq-nvic.c | 8 * Support for the Nested Vectored Interrupt Controller found on the
|
/linux-6.12.1/arch/arm/include/asm/ |
D | cp15.h | 37 #define CR_VE (1 << 24) /* Vectored interrupts */
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | mcfintc.h | 31 #define MCFSIM_ICR_AUTOVEC 0x80 /* Auto-vectored intr */
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | cpu.h | 92 #define CPU_FEATURE_VINT 17 /* CPU has vectored interrupts */
|
/linux-6.12.1/drivers/parisc/ |
D | iosapic_private.h | 35 ** Interrupt Type of 0 indicates a vectored interrupt,
|
/linux-6.12.1/arch/x86/crypto/ |
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-6.12.1/arch/x86/include/asm/ |
D | vmxfeatures.h | 17 #define VMX_FEATURE_INTR_EXITING ( 0*32+ 0) /* VM-Exit on vectored interrupts */
|
123