Home
last modified time | relevance | path

Searched refs:NMI (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp239 MachineInstr *NMI = &*MBBI; in InsertITInstructions() local
240 MI = NMI; in InsertITInstructions()
243 ARMCC::CondCodes NCC = getITInstrPredicate(*NMI, NPredReg); in InsertITInstructions()
247 NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions()
249 LastITMI = NMI; in InsertITInstructions()
252 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) { in InsertITInstructions()
254 MBB.remove(NMI); in InsertITInstructions()
255 MBB.insert(InsertPos, NMI); in InsertITInstructions()
262 TrackDefUses(NMI, Defs, Uses, TRI); in InsertITInstructions()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Drenesas,rzg2l-irqc.yaml15 interrupts of NMI, IRQ, and GPIOINT and the interrupts of the built-in peripheral
19 - NMI edge select (NMI is not treated as NMI exception and supports fall edge and
33 description: The first cell should contain a macro RZG2L_{NMI,IRQX} included in the
49 - description: NMI interrupt
H A Dallwinner,sun6i-a31-r-intc.yaml7 title: Allwinner A31 NMI/Wakeup Interrupt Controller
41 The GIC interrupt labeled as "External NMI".
H A Drenesas,rza1-irqc.txt7 - NMI edge select.
H A Drenesas,rza1-irqc.yaml17 - NMI edge select.
H A Dti,c64x+megamod-pic.txt7 C64X+ core. Priority 0 and 1 are used for reset and NMI respectively.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp120 auto NMI = GCStrategyMap.find(Name); in getGCStrategy() local
121 if (NMI != GCStrategyMap.end()) in getGCStrategy()
122 return NMI->getValue(); in getGCStrategy()
H A DRegisterScavenging.cpp408 const MachineInstr &NMI = *N; in scavengeFrameVirtualRegsInBlock() local
409 for (const MachineOperand &MO : NMI.operands()) { in scavengeFrameVirtualRegsInBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp253 auto NMI = std::next(MI); in runOnMachineFunction() local
287 MI = NMI; in runOnMachineFunction()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dac100.txt13 - interrupts: SoC NMI / GPIO interrupt connected to the
H A Daxp20x.txt46 - interrupts: SoC NMI / GPIO interrupt connected to the PMIC's IRQ pin
/freebsd/sys/arm64/conf/
H A Dstd.allwinner29 device aw_nmi # Allwinner NMI support
H A DNOTES151 device aw_nmi # Allwinner NMI support
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dsdei.txt7 a firmware-assisted NMI.
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-osd335x-common.dtsi61 interrupts = <7>; /* NMI */
H A Dam335x-bone-common.dtsi302 interrupts = <7>; /* NMI */
H A Dam335x-guardian.dts317 interrupts = <7>; /* NMI */
/freebsd/tools/test/stress2/misc/
H A Drdgsbase.sh48 NMI to adjust the load for testing.
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-motherboard.dtsi89 label = "NMI";
/freebsd/contrib/file/magic/Magdir/
H A Dfirmware66 >>>>>>>>>>>8 ulelong^1 x \b, NMI at 0x%08x
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dsh73a0-kzm9g.dts150 label = "NMI";
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp838 for (auto NMI = M.named_metadata_begin(), NME = M.named_metadata_end(); in stripNonLineTableDebugInfo() local
839 NMI != NME;) { in stripNonLineTableDebugInfo()
840 NamedMDNode *NMD = &*NMI; in stripNonLineTableDebugInfo()
841 ++NMI; in stripNonLineTableDebugInfo()
/freebsd/sys/i386/conf/
H A DNOTES280 # power supply dropped, or battery state low) by issuing an NMI:
/freebsd/sys/arm64/arm64/
H A Didentcpu.c1483 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64PFR1, NMI, NONE, IMPL),
1550 MRS_FIELD(ID_AA64PFR1, NMI, false, MRS_EXACT, id_aa64pfr1_nmi),
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio.txt198 "Row A", "Row B", "Row C", "Row D", "NMI button",

12