Searched refs:imod (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_mod.c | 73 static void module_finish(CONF_IMODULE *imod); 410 CONF_IMODULE *imod = NULL; in module_init() local 413 imod = OPENSSL_malloc(sizeof(*imod)); in module_init() 414 if (imod == NULL) in module_init() 417 imod->pmod = pmod; in module_init() 418 imod->name = OPENSSL_strdup(name); in module_init() 419 imod->value = OPENSSL_strdup(value); in module_init() 420 imod->usr_data = NULL; in module_init() 422 if (!imod->name || !imod->value) in module_init() 427 ret = pmod->init(imod, cnf); in module_init() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | mediatek,mtk-xhci.txt | 54 - imod-interval-ns: default interrupt moderation interval is 5000ns 78 imod-interval-ns = <10000>;
|
H A D | hisilicon,histb-xhci.txt | 28 - imod-interval-ns: default interrupt moderation interval is 40000ns
|
H A D | usb-xhci.txt | 29 - imod-interval-ns: default interrupt moderation interval is 5000ns
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2570 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local 2589 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction() 2591 if (imod && M) { in DecodeCPSInstruction() 2593 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction() 2596 } else if (imod && !M) { in DecodeCPSInstruction() 2598 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction() 2601 } else if (!imod && M) { in DecodeCPSInstruction() 2618 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local 2630 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction() 2632 if (imod && M) { in DecodeT2CPSInstruction() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 375 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags), 376 NoItinerary, "cps$imod $iflags", []>, 379 bit imod; 382 let Inst{4} = imod;
|
H A D | ARMInstrThumb2.td | 4107 bits<2> imod; 4113 let Inst{10-9} = imod; 4121 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 4122 "$imod\t$iflags, $mode">; 4124 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags), 4125 "$imod.w\t$iflags">; 4126 let imod = 0, iflags = 0, M = 1 in 4129 def : t2InstAlias<"cps$imod.w $iflags, $mode", 4130 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
|
H A D | ARMInstrInfo.td | 2268 bits<2> imod; 2275 let Inst{19-18} = imod; 2285 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode), 2286 "$imod\t$iflags, $mode">; 2288 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">; 2290 let imod = 0, iflags = 0, M = 1 in
|
H A D | ARMInstrFormats.td | 142 // ARM imod and iflag operands, used only by the CPS instruction.
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_xhci.c | 224 uint32_t imod; /* interrupter moderation */ member 2094 rts->intrreg.imod = value; in pci_xhci_rtsregs_write() 3115 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 D | VOP3PInstructions.td | 420 // Dot-iu instructions consider input as signed if imod neg bits are set. Thus
|