Home
last modified time | relevance | path

Searched full:fiq (Results 1 – 25 of 117) sorted by relevance

12345

/linux-6.12.1/arch/arm/kernel/
Dfiq.c3 * linux/arch/arm/kernel/fiq.c
8 * FIQ support written by Philip Blundell <philb@gnu.org>, 1998.
10 * FIQ support re-written by Russell King to be more generic
12 * We now properly support a method by which the FIQ handlers can
14 * the FIQ vector itself.
17 * 1. Owner A claims FIQ:
22 * - enables FIQ.
23 * 3. Owner B claims FIQ:
31 * - enables FIQ.
32 * 5. Owner B releases FIQ:
[all …]
Dfiqasm.S4 * Derived from code originally in linux/arch/arm/kernel/fiq.c:
10 * FIQ support written by Philip Blundell <philb@gnu.org>, 1998.
12 * FIQ support re-written by Russell King to be more generic
21 * Taking an interrupt in FIQ mode is death, so both these functions
28 msr cpsr_c, r2 @ select FIQ mode
41 msr cpsr_c, r2 @ select FIQ mode
/linux-6.12.1/fs/fuse/
Ddev.c219 static u64 fuse_get_unique_locked(struct fuse_iqueue *fiq) in fuse_get_unique_locked() argument
221 fiq->reqctr += FUSE_REQ_ID_STEP; in fuse_get_unique_locked()
222 return fiq->reqctr; in fuse_get_unique_locked()
225 u64 fuse_get_unique(struct fuse_iqueue *fiq) in fuse_get_unique() argument
229 spin_lock(&fiq->lock); in fuse_get_unique()
230 ret = fuse_get_unique_locked(fiq); in fuse_get_unique()
231 spin_unlock(&fiq->lock); in fuse_get_unique()
243 * A new request is available, wake fiq->waitq
245 static void fuse_dev_wake_and_unlock(struct fuse_iqueue *fiq) in fuse_dev_wake_and_unlock() argument
246 __releases(fiq->lock) in fuse_dev_wake_and_unlock()
[all …]
/linux-6.12.1/arch/arm/mach-omap1/
Dams-delta-fiq.c3 * Amstrad E3 FIQ handling
20 #include <linux/platform_data/ams-delta-fiq.h>
23 #include <asm/fiq.h>
27 #include "ams-delta-fiq.h"
31 .name = "ams-delta-fiq"
35 * This buffer is shared between FIQ and IRQ contexts.
36 * The FIQ and IRQ isrs can both read and write it.
38 * followed by the circular buffer where the FIQ isr stores
40 * <linux/platform_data/ams-delta-fiq.h> for details of offsets.
60 * until the IRQ counter catches the FIQ incremented interrupt counter. in deferred_fiq()
[all …]
Dams-delta-fiq-handler.S3 * linux/arch/arm/mach-omap1/ams-delta-fiq-handler.S
14 #include <linux/platform_data/ams-delta-fiq.h>
22 #include "ams-delta-fiq.h"
93 @ FIQ intrrupt handler
100 beq exit @ none - spurious FIQ? exit
104 mov r8, #2 @ reset FIQ agreement
114 subs pc, lr, #4 @ return from FIQ
138 @ Keyboard clock FIQ mode interrupt handler
222 @ Hook switch interrupt FIQ mode simple handler
239 @ Modem FIQ mode interrupt handler stub
[all …]
Dirq.c97 * NOTE: There is currently no OMAP fiq handler for Linux. Read the
98 * mailing list threads on FIQ handlers if you are planning to
99 * add a FIQ handler for OMAP.
101 static void omap_irq_set_cfg(int irq, int fiq, int priority, int trigger) in omap_irq_set_cfg() argument
107 /* FIQ is only available on bank 0 interrupts */ in omap_irq_set_cfg()
108 fiq = bank ? 0 : (fiq & 0x1); in omap_irq_set_cfg()
109 val = fiq | ((priority & 0x1f) << 2) | ((trigger & 0x1) << 1); in omap_irq_set_cfg()
Dams-delta-fiq.h4 * arch/arm/mach-omap1/ams-delta-fiq.h
6 * Taken from the original Amstrad modifications to fiq.h
22 * Interrupt number used for passing control from FIQ to IRQ.
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dapple,aic2.yaml27 This device also represents the FIQ interrupt sources on platforms using AIC,
29 FIQ-based Fast IPIs.
47 - 1: FIQ
79 FIQ affinity can be expressed as a single "affinities" node,
80 containing a set of sub-nodes, one per FIQ with a non-default
87 apple,fiq-index:
89 The interrupt number specified as a FIQ, and for which
101 - apple,fiq-index
Dapple,aic.yaml31 This device also represents the FIQ interrupt sources on platforms using AIC,
62 - 1: FIQ
89 FIQ affinity can be expressed as a single "affinities" node,
90 containing a set of sub-nodes, one per FIQ with a non-default
97 apple,fiq-index:
99 The interrupt number specified as a FIQ, and for which
110 - apple,fiq-index
Dcirrus,clps711x-intc.txt14 1: BLINT Battery low (FIQ)
15 3: MCINT Media changed (FIQ)
33 32: DAIINT DAI interface (FIQ)
Dst,stih407-irq-syscfg.yaml32 st,fiq-device:
50 - st,fiq-device
62 st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>,
/linux-6.12.1/arch/arm/include/asm/
Dfiq.h3 * arch/arm/include/asm/fiq.h
5 * Support for FIQ on ARM architectures.
9 * NOTE: The FIQ mode registers are not magically preserved across
28 * reacquire FIQ
40 extern void enable_fiq(int fiq);
41 extern void disable_fiq(int fiq);
Decard.h104 unsigned char fiqmask; /* FIQ mask */
106 unsigned long fiqoff; /* FIQ offset */
147 void __iomem *fiqaddr; /* address of FIQ register */
149 unsigned char fiqmask; /* FIQ mask */
154 void *fiq_data; /* Data for use for FIQ by card */
160 CONST unsigned int fiq; /* FIQ number (for request_irq) */ member
/linux-6.12.1/drivers/irqchip/
Dirq-apple-aic.c36 * - FIQ hwirq numbers are assigned after true hwirqs, and are per-cpu.
39 * - <1 nr flags> - FIQ #nr
163 * IMP-DEF sysregs that control FIQ sources
182 /* Guest timer FIQ enable register */
216 * FIQ hwirq index definitions: FIQ sources use the DT binding defines
472 * FIQ irqchip
541 * the FIQ source state without having to peek down into sources... in aic_handle_fiq()
550 * Since not dealing with any of these results in a FIQ storm, in aic_handle_fiq()
595 pr_err_ratelimited("Uncore PMC FIQ fired. Masking.\n"); in aic_handle_fiq()
607 .name = "AIC-FIQ",
[all …]
Dirq-ixp4xx.c28 #define IXP4XX_ICLR 0x08 /* Interrupt IRQ/FIQ Select */
30 #define IXP4XX_ICFP 0x10 /* FIQ Status */
33 #define IXP4XX_ICFH 0x1C /* FIQ Highest Pri Int */
38 #define IXP4XX_ICLR2 0x28 /* Interrupt IRQ/FIQ Select 2 */
40 #define IXP4XX_ICFP2 0x30 /* FIQ Status */
214 /* Route all sources to IRQ instead of FIQ */ in ixp4xx_irq_setup()
221 /* Route upper 32 sources to IRQ instead of FIQ */ in ixp4xx_irq_setup()
Dirq-st.c89 /* Select IRQ/FIQ channel for device. */ in st_irq_xlate()
110 channels = of_property_count_u32_elems(np, "st,fiq-device"); in st_irq_syscfg_enable()
112 dev_err(&pdev->dev, "st,enable-fiq-device must have 2 elems\n"); in st_irq_syscfg_enable()
123 of_property_read_u32_index(np, "st,fiq-device", i, &device); in st_irq_syscfg_enable()
/linux-6.12.1/arch/arm64/mm/
Dtrans_pgd-asm.S43 invalid_vector hyp_stub_el2t_fiq_invalid // FIQ EL2t
48 invalid_vector hyp_stub_el2h_fiq_invalid // FIQ EL2h
53 invalid_vector hyp_stub_el1_fiq_invalid // FIQ 64-bit EL1
58 invalid_vector hyp_stub_32b_el1_fiq_invalid // FIQ 32-bit EL1
/linux-6.12.1/include/linux/irqchip/
Dirq-bcm2836.h13 * next 2 bits identify the CPU that the GPU FIQ goes to.
22 * next 4 bits are the CPU's timer FIQ enables (which override the IRQ
28 * the next 4 bits are the CPU's per-mailbox FIQ enables (which
37 /* Same status bits as above, but for FIQ. */
/linux-6.12.1/arch/arm64/kernel/
Dentry.S522 kernel_ventry 1, t, 64, fiq // FIQ EL1t
527 kernel_ventry 1, h, 64, fiq // FIQ EL1h
532 kernel_ventry 0, t, 64, fiq // FIQ 64-bit EL0
537 kernel_ventry 0, t, 32, fiq // FIQ 32-bit EL0
590 entry_handler 1, t, 64, fiq
595 entry_handler 1, h, 64, fiq
600 entry_handler 0, t, 64, fiq
605 entry_handler 0, t, 32, fiq
788 kernel_ventry 1, t, 64, fiq // FIQ EL1h
793 kernel_ventry 1, h, 64, fiq // FIQ EL1h
Dhyp-stub.S27 ventry el2_fiq_invalid // FIQ EL2t
32 ventry el2_fiq_invalid // FIQ EL2h
37 ventry el1_fiq_invalid // FIQ 64-bit EL1
42 ventry el1_fiq_invalid // FIQ 32-bit EL1
Dirq.c97 panic("FIQ taken without a root FIQ handler\n"); in default_handle_fiq()
119 pr_info("Root FIQ handler: %ps\n", handle_fiq); in set_handle_fiq()
/linux-6.12.1/tools/testing/selftests/kvm/lib/aarch64/
Dhandlers.S110 HANDLER_INVALID // FIQ EL1t
115 HANDLER el1h_fiq // FIQ EL1h
120 HANDLER el0_fiq_64 // FIQ 64-bit EL0
125 HANDLER el0_fiq_32 // FIQ 32-bit EL0
/linux-6.12.1/arch/arm/mach-rpc/
Ddma.c17 #include <asm/fiq.h>
262 unsigned int fiq; member
290 printk("floppydma: couldn't claim FIQ.\n"); in floppy_enable_dma()
296 enable_fiq(fdma->fiq); in floppy_enable_dma()
302 disable_fiq(fdma->fiq); in floppy_disable_dma()
339 .fiq = FIQ_FLOPPYDATA,
/linux-6.12.1/arch/arm/mach-imx/
Dssi-fiq.S37 * mark the function body so that it can be copied to the FIQ vector in
39 * of an FIQ: calling it directly will not work.
129 @ return from FIQ
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dhyp-init.S29 ventry . // FIQ EL2t
34 ventry . // FIQ EL2h
39 ventry . // FIQ 64-bit EL1
44 ventry . // FIQ 32-bit EL1

12345