/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | apple,aic2.yaml | 27 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
|
H A D | apple,aic.yaml | 31 This device also represents the FIQ interrupt sources on platforms using AIC, 50 - 1: FIQ 77 FIQ affinity can be expressed as a single "affinities" node, 78 containing a set of sub-nodes, one per FIQ with a non-default 85 apple,fiq-index: 87 The interrupt number specified as a FIQ, and for which 98 - apple,fiq-index
|
H A D | cirrus,clps711x-intc.txt | 14 1: BLINT Battery low (FIQ) 15 3: MCINT Media changed (FIQ) 33 32: DAIINT DAI interface (FIQ)
|
H A D | st,sti-irq-syscfg.txt | 12 - st,fiq-device : Array of FIQs to enable - should be 2 in length 28 st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>,
|
/freebsd/sys/arm64/arm64/ |
H A D | hyp_stub.S | 51 vempty /* FIQ EL2t */ 56 vempty /* FIQ EL2h */ 61 vempty /* FIQ 64-bit EL1 */ 66 vempty /* FIQ 32-bit EL1 */
|
H A D | exception.S | 340 vempty 1 /* FIQ EL1t */ 345 vector el1h_fiq 1 /* FIQ EL1h */ 350 vector el0_fiq 0 /* FIQ 64-bit EL0 */ 355 vector el0_fiq 0 /* FIQ 32-bit EL0 */
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_nvhe_exception.S | 37 vempty /* FIQ EL2t */ 42 vempty /* FIQ EL2h */ 47 vempty /* FIQ 64-bit EL1 */ 52 vempty /* FIQ 32-bit EL1 */
|
H A D | vmm_hyp_exception.S | 154 vempty /* FIQ EL2t */ 159 vector el2_el2h_fiq /* FIQ EL2h */ 164 vector el2_el1_fiq64 /* FIQ 64-bit EL1 */ 169 vempty /* FIQ 32-bit EL1 */ 263 * We only trap IRQ, FIQ and SError exceptions when a guest is running. Do a
|
H A D | vmm_reset.c | 132 * HCR_FMO: route physical FIQ interrupts to EL2 in reset_vm_el2_regs()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,ssi.txt | 35 - fsl,fiq-stream-filter: Bool property. Disabled DMA and use FIQ instead to 41 - dma-names: Two dmas have to be defined, "tx" and "rx", if fsl,imx-fiq
|
/freebsd/sys/contrib/device-tree/src/arm64/apple/ |
H A D | t6001.dtsi | 53 apple,fiq-index = <AIC_CPU_PMU_E>; 58 apple,fiq-index = <AIC_CPU_PMU_P>;
|
H A D | t6002.dtsi | 283 apple,fiq-index = <AIC_CPU_PMU_E>; 289 apple,fiq-index = <AIC_CPU_PMU_P>;
|
H A D | t8103.dtsi | 536 apple,fiq-index = <AIC_CPU_PMU_E>; 541 apple,fiq-index = <AIC_CPU_PMU_P>;
|
H A D | t8112.dtsi | 564 apple,fiq-index = <AIC_CPU_PMU_E>; 569 apple,fiq-index = <AIC_CPU_PMU_P>;
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/ |
H A D | recommended.json | 351 "PublicDescription": "Exception taken, FIQ", 354 "BriefDescription": "Exception taken, FIQ" 393 "PublicDescription": "Exception taken, FIQ not taken locally", 396 "BriefDescription": "Exception taken, FIQ not taken locally"
|
H A D | armv8-recommended.json | 351 "PublicDescription": "Exception taken, FIQ", 354 "BriefDescription": "Exception taken, FIQ" 393 "PublicDescription": "Exception taken, FIQ not taken locally", 396 "BriefDescription": "Exception taken, FIQ not taken locally"
|
/freebsd/sys/arm/arm/ |
H A D | hypervisor-stub.S | 81 .word 0 /* FIQ */
|
H A D | exception.S | 352 * between the two. We currently leave room between the two for some fiq
|
H A D | locore.S | 71 /* Ensure that IRQ, FIQ and Aborts will be disabled after eret */ ;\
|
/freebsd/sys/arm64/apple/ |
H A D | apple_aic.c | 268 "Unable to set root fiq controller\n"); in apple_aic_attach() 299 * 1 = FIQ in apple_aic_map_intr_fdt() 739 /* We don't need to re-initialize for the FIQ root. */ in apple_aic_init_secondary()
|
/freebsd/sys/arm/include/ |
H A D | armreg.h | 56 #define PSR_F 0x00000040 /* FIQ disable bit */ 283 #define CPU_CONTROL_NMFI 0x08000000 /* NMFI: Non maskable FIQ */
|
/freebsd/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_elem_ptm.cpp | 311 "Data Fault", "Generic", "IRQ", "FIQ" in getExcepStr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | ARM.cpp | 184 case ARMInterruptAttr::FIQ: Kind = "FIQ"; break; in setTargetAttributes()
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_PKEY-DH.7 | 153 \&\fIq\fR value.
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_elem_etmv4i.cpp | 714 "Data Fault", "Reserved", "IRQ", "FIQ" in exceptionInfo()
|