Home
last modified time | relevance | path

Searched refs:imod (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c74 static void module_finish(CONF_IMODULE *imod);
432 CONF_IMODULE *imod = NULL; in module_init() local
437 imod = OPENSSL_malloc(sizeof(*imod)); in module_init()
438 if (imod == NULL) in module_init()
441 imod->pmod = pmod; in module_init()
442 imod->name = OPENSSL_strdup(name); in module_init()
443 imod->value = OPENSSL_strdup(value); in module_init()
444 imod->usr_data = NULL; in module_init()
446 if (!imod->name || !imod->value) in module_init()
451 ret = pmod->init(imod, cnf); in module_init()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dmediatek,mtk-xhci.txt54 - imod-interval-ns: default interrupt moderation interval is 5000ns
78 imod-interval-ns = <10000>;
H A Dhisilicon,histb-xhci.txt28 - imod-interval-ns: default interrupt moderation interval is 40000ns
H A Dusb-xhci.txt29 - imod-interval-ns: default interrupt moderation interval is 5000ns
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2576 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local
2595 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction()
2597 if (imod && M) { in DecodeCPSInstruction()
2599 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2602 } else if (imod && !M) { in DecodeCPSInstruction()
2604 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2607 } else if (!imod && M) { in DecodeCPSInstruction()
2624 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local
2636 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction()
2638 if (imod && M) { in DecodeT2CPSInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td374 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags),
375 NoItinerary, "cps$imod $iflags", []>,
378 bit imod;
381 let Inst{4} = imod;
H A DARMInstrThumb2.td4134 bits<2> imod;
4140 let Inst{10-9} = imod;
4148 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode),
4149 "$imod\t$iflags, $mode">;
4151 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags),
4152 "$imod.w\t$iflags">;
4153 let imod = 0, iflags = 0, M = 1 in
4156 def : t2InstAlias<"cps$imod.w $iflags, $mode",
4157 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
H A DARMInstrInfo.td2287 bits<2> imod;
2294 let Inst{19-18} = imod;
2304 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode),
2305 "$imod\t$iflags, $mode">;
2307 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">;
2309 let imod = 0, iflags = 0, M = 1 in
H A DARMInstrFormats.td142 // ARM imod and iflag operands, used only by the CPS instruction.
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c224 uint32_t imod; /* interrupter moderation */ member
2094 rts->intrreg.imod = value; in pci_xhci_rtsregs_write()
3132 SNAPSHOT_VAR_OR_LEAVE(sc->rtsregs.intrreg.imod, meta, ret, done); in pci_xhci_snapshot()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP3PInstructions.td482 // Dot-iu instructions consider input as signed if imod neg bits are set. Thus