| /freebsd-14.2/sys/dev/acpica/ |
| H A D | acpi_apei.c | 125 uint8_t DeviceID[16]; member 251 dev = pci_find_dbsf((uint32_t)p->DeviceID[10] << 8 | in apei_pcie_handler() 252 p->DeviceID[9], p->DeviceID[11], p->DeviceID[8], in apei_pcie_handler() 253 p->DeviceID[7]); in apei_pcie_handler() 290 for (off = 0; off < sizeof(p->DeviceID); off++) in apei_pcie_handler() 291 printf(" %02x", p->DeviceID[off]); in apei_pcie_handler()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 176 unsigned DeviceID; member 181 TargetRegionEntryInfo() : DeviceID(0), FileID(0), Line(0), Count(0) {} in TargetRegionEntryInfo() 182 TargetRegionEntryInfo(StringRef ParentName, unsigned DeviceID, 184 : ParentName(ParentName), DeviceID(DeviceID), FileID(FileID), Line(Line), in ParentName() 189 unsigned DeviceID, unsigned FileID, 193 return std::make_tuple(ParentName, DeviceID, FileID, Line, Count) < 194 std::make_tuple(RHS.ParentName, RHS.DeviceID, RHS.FileID, RHS.Line, 419 return TargetRegionEntryInfo(EntryInfo.ParentName, EntryInfo.DeviceID, in getTargetRegionEntryCountKey() 1565 struct MapperAllocas &MapperAllocas, int64_t DeviceID, 1745 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP); [all …]
|
| /freebsd-14.2/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_image.h | 200 U16 DeviceID; /* 0x22 */ member 290 U16 DeviceID; /* 0x00 */ member
|
| H A D | mpi30_cnfg.h | 1923 U16 DeviceID; /* 0x0E */ member 3773 U16 DeviceID; /* 0x02 */ member
|
| /freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdsatypes.h | 104 bit16 DeviceID; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 983 Value *Ident, Value *DeviceID, Value *NumTeams, Value *NumThreads, in emitTargetKernel() argument 1001 SmallVector<Value *> OffloadingArgs{Ident, DeviceID, NumTeams, in emitTargetKernel() 1014 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP) { in emitKernelLaunch() argument 4784 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond, in createTargetData() argument 4824 Value *OffloadingArgs[] = {SrcLocInfo, DeviceID, in createTargetData() 4878 Value *OffloadingArgs[] = {SrcLocInfo, DeviceID, in createTargetData() 5140 Value *DeviceID = Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTargetCall() local 5160 DeviceID, RTLoc, AllocaIP)); in emitTargetCall() 5307 {SrcLocInfo, Builder.getInt64(DeviceID), in emitMapperCall() 6478 GetMDInt(E.getKind()), GetMDInt(EntryInfo.DeviceID), in createOffloadEntriesAndInfoMetadata() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,gic-v3.yaml | 200 The single msi-cell is the DeviceID of the device which will generate
|
| /freebsd-14.2/sys/dev/hptmv/ |
| H A D | hptintf.h | 683 DEVICEID DeviceID; member
|
| H A D | ioctl.c | 142 e.DeviceID = VDEV_TO_ID((PVDevice)param); in ioctl_ReportEvent()
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_cnfg.h | 453 U16 DeviceID; /* 0x00 */ member 929 U16 DeviceID; /* 0x0E */ member
|
| H A D | mpi2_ioc.h | 1356 U16 DeviceID; /* 0x00 */ member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 3747 llvm::Value *DeviceID; in emitTaskInit() local 3753 AllocArgs.push_back(DeviceID); in emitTaskInit() 9398 llvm::Value *DeviceID; in emitDeviceID() local 9404 DeviceID = in emitDeviceID() 9407 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitDeviceID() 9409 return DeviceID; in emitDeviceID() 9573 llvm::Value *DeviceID = emitDeviceID(Device, CGF); in emitTargetCallKernelLaunch() local 9594 DeviceID, RTLoc, AllocaIP)); in emitTargetCallKernelLaunch() 10231 llvm::Value *DeviceID = nullptr; in emitTargetDataCalls() local 10332 llvm::Value *DeviceID = nullptr; in emitTargetDataStandAloneCall() local [all …]
|
| /freebsd-14.2/sys/dev/mpt/mpilib/ |
| H A D | mpi_cnfg.h | 638 U16 DeviceID; /* 00h */ member 966 U16 DeviceID; /* 0Eh */ member
|
| /freebsd-14.2/sys/dev/mpr/mpi/ |
| H A D | mpi2_cnfg.h | 643 U16 DeviceID; /* 0x00 */ member 1349 U16 DeviceID; /* 0x0E */ member
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | hptintf.h | 1103 DEVICEID DeviceID; member
|
| /freebsd-14.2/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | Acpi60.h | 1479 UINT16 DeviceID; member
|
| /freebsd-14.2/sys/dev/hptnr/ |
| H A D | hptintf.h | 1300 DEVICEID DeviceID; member
|
| /freebsd-14.2/sys/dev/hpt27xx/ |
| H A D | hptintf.h | 1304 DEVICEID DeviceID; member
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | windows | 318 # DeviceID 319 >>40 ulequad !0 \b, DeviceID %#llx
|