/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt_impl.h | 105 #define DLR_GET_TYPE(dlr) BF64_GET((dlr)->dlr_info, 0, 8) argument 106 #define DLR_SET_TYPE(dlr, v) BF64_SET((dlr)->dlr_info, 0, 8, v) argument 107 #define DLR_GET_RECLEN(dlr) BF64_GET((dlr)->dlr_info, 8, 16) argument 108 #define DLR_SET_RECLEN(dlr, v) BF64_SET((dlr)->dlr_info, 8, 16, v) argument 109 #define DLR_GET_ENTRY_TYPE(dlr) BF64_GET((dlr)->dlr_info, 48, 8) argument 110 #define DLR_SET_ENTRY_TYPE(dlr, v) BF64_SET((dlr)->dlr_info, 48, 8, v) argument 111 #define DLR_GET_ENTRY_CLASS(dlr) BF64_GET((dlr)->dlr_info, 56, 8) argument 112 #define DLR_SET_ENTRY_CLASS(dlr, v) BF64_SET((dlr)->dlr_info, 56, 8, v) argument
|
/freebsd/contrib/bsnmp/ |
H A D | oid-list | 29 300 BEGEMOT-ACM DLR ACM project 30 303 BEGEMOT-WLINK DLR WLINK simulator 31 304 BEGEMOT-SATX DLR SatX simulator 36 500 DLR-MOSAKA DLR Mosaka simulation platform
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt_log.c | 296 ddt_log_record_t *dlr = (db->db_data + dlu->dlu_offset); in ddt_log_entry() local 297 DLR_SET_TYPE(dlr, DLR_ENTRY); in ddt_log_entry() 298 DLR_SET_RECLEN(dlr, dlu->dlu_reclen); in ddt_log_entry() 299 DLR_SET_ENTRY_TYPE(dlr, ddlwe->ddlwe_type); in ddt_log_entry() 300 DLR_SET_ENTRY_CLASS(dlr, ddlwe->ddlwe_class); in ddt_log_entry() 303 (ddt_log_record_entry_t *)&dlr->dlr_payload; in ddt_log_entry() 498 ddt_log_load_entry(ddt_t *ddt, ddt_log_t *ddl, ddt_log_record_t *dlr, in ddt_log_load_entry() argument 501 ASSERT3U(DLR_GET_TYPE(dlr), ==, DLR_ENTRY); in ddt_log_load_entry() 504 (ddt_log_record_entry_t *)dlr->dlr_payload; in ddt_log_load_entry() 512 ddlwe.ddlwe_type = DLR_GET_ENTRY_TYPE(dlr); in ddt_log_load_entry() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | renesas,rzn1-a5psw.yaml | 31 - description: Device Level Ring (DLR) interrupt 39 - const: dlr 102 interrupt-names = "dlr", "switch", "prp", "hub", "ptrn";
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | FOKUS-MIB.txt | 61 -- contact: hartmut.brandt@dlr.de
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tddmcmnapi.c | 812 bit32 DLR = 0xA; in tddmReportDevice() local 1036 DLR = DEVINFO_GET_LINKRATE(dmDeviceInfo); in tddmReportDevice() 1037 param = DLR << 28; in tddmReportDevice() 1038 TI_DBG1(("tddmReportDevice: option 0x%x param 0x%x DLR 0x%x\n", option, param, DLR)); in tddmReportDevice()
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-allow.8 | 75 .Op Fl dlr 330 .Op Fl dlr
|
H A D | zfs-unallow.8 | 75 .Op Fl dlr 330 .Op Fl dlr
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 1169 DbgLabelRecord *DLR = new DbgLabelRecord(LabelInfo, DL); in insertLabel() local 1171 InsertBB->insertDbgRecordBefore(DLR, InsertBefore->getIterator()); in insertLabel() 1173 InsertBB->insertDbgRecordBefore(DLR, InsertBB->end()); in insertLabel() 1174 return DLR; in insertLabel()
|
H A D | Verifier.cpp | 542 void visit(DbgLabelRecord &DLR); 695 } else if (auto *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in visitDbgRecords() local 696 visit(*DLR); in visitDbgRecords() 6388 void Verifier::visit(DbgLabelRecord &DLR) { in visit() argument 6389 CheckDI(isa<DILabel>(DLR.getRawLabel()), in visit() 6390 "invalid #dbg_label intrinsic variable", &DLR, DLR.getRawLabel()); in visit() 6393 if (MDNode *N = DLR.getDebugLoc().getAsMDNode()) in visit() 6397 BasicBlock *BB = DLR.getParent(); in visit() 6401 DILabel *Label = DLR.getLabel(); in visit() 6402 DILocation *Loc = DLR.getDebugLoc(); in visit() [all …]
|
H A D | AsmWriter.cpp | 1161 } else if (const DbgLabelRecord *DLR = dyn_cast<const DbgLabelRecord>(&DR)) { in processDbgRecordMetadata() local 1162 CreateMetadataSlot(DLR->getRawLabel()); in processDbgRecordMetadata() 2756 void printDbgLabelRecord(const DbgLabelRecord &DLR); 4670 else if (auto *DLR = dyn_cast<DbgLabelRecord>(&DR)) in printDbgRecord() local 4671 printDbgLabelRecord(*DLR); in printDbgRecord()
|
/freebsd/usr.sbin/ppp/ |
H A D | pred.c | 7 * Dave Rand <dlr@bungi.com>/<dave_rand@novell.com>
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 444 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in ValueEnumerator() local 445 EnumerateMetadata(&F, DLR->getLabel()); in ValueEnumerator() 446 EnumerateMetadata(&F, &*DLR->getDebugLoc()); in ValueEnumerator()
|
H A D | BitcodeWriter.cpp | 3631 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in writeFunction() local 3632 Vals.push_back(VE.getMetadataID(&*DLR->getDebugLoc())); in writeFunction() 3633 Vals.push_back(VE.getMetadataID(DLR->getLabel())); in writeFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 545 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in remapDbgRecord() local 547 DLR->setLabel(cast<DILabel>(mapMetadata(DLR->getLabel()))); in remapDbgRecord()
|
H A D | CodeExtractor.cpp | 1625 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in fixupDebugInfoPostExtraction() local 1626 UpdateDbgLabel(DLR); in fixupDebugInfoPostExtraction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1208 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in handleDbgInfo() local 1209 assert(DLR->getLabel() && "Missing label"); in handleDbgInfo() 1211 LLVM_DEBUG(dbgs() << "Dropping debug info for " << *DLR << "\n"); in handleDbgInfo() 1215 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DLR->getDebugLoc(), in handleDbgInfo() 1217 .addMetadata(DLR->getLabel()); in handleDbgInfo()
|
H A D | SelectionDAGBuilder.cpp | 1271 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in visitDbgInfo() local 1272 assert(DLR->getLabel() && "Missing label"); in visitDbgInfo() 1274 DAG.getDbgLabel(DLR->getLabel(), DLR->getDebugLoc(), SDNodeOrder); in visitDbgInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3457 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in translateDbgInfo() local 3458 MIRBuilder.setDebugLoc(DLR->getDebugLoc()); in translateDbgInfo() 3459 assert(DLR->getLabel() && "Missing label"); in translateDbgInfo() 3460 assert(DLR->getLabel()->isValidLocationForIntrinsic( in translateDbgInfo() 3463 MIRBuilder.buildDbgLabel(DLR->getLabel()); in translateDbgInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 1468 def DLR : BinaryRRE<"dlr", 0xB997, null_frag, GR128, GR32>; 1488 (DLR (ZEXT128 (INSERT_SUBREG (i64 (IMPLICIT_DEF)), GR32:$src1,
|
H A D | SystemZScheduleZ15.td | 514 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|
H A D | SystemZScheduleZ13.td | 490 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|
H A D | SystemZScheduleZ14.td | 499 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|
H A D | SystemZScheduleZ16.td | 514 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|