HomeSort by relevance Sort by last modified time
    Searched defs:FunctionNumber (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
PcatIsaAcpi.c 79 UINTN FunctionNumber;
129 &FunctionNumber
131 if (!EFI_ERROR (Status) && FunctionNumber == 0) {
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/AddSmbiosType9/
AddSmbiosType9.c 41 UINTN FunctionNumber;
71 (VOID)PciIo->GetLocation(PciIo, &SegmentNumber, &BusNumber, &DeviceNumber, &FunctionNumber);
75 DEBUG((EFI_D_ERROR,"PCIe device plot in slot Seg %d bdf %d %d %d\r\n",SegmentNumber,BusNumber,DeviceNumber,FunctionNumber));
78 Type9Record->DevFuncNum = (DeviceNumber << 3) | FunctionNumber;
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.h 81 UINTN FunctionNumber;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 115 /// FunctionNumber - This provides a unique ID for each function emitted in
118 unsigned FunctionNumber;
146 unsigned getFunctionNumber() const { return FunctionNumber; }
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciBus.h 122 UINT8 FunctionNumber;
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 208 /// FunctionNumber - This provides a unique ID for each function emitted in
211 unsigned FunctionNumber;
258 unsigned getFunctionNumber() const { return FunctionNumber; }
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.h 241 /// FunctionNumber - If this is an unnamed function, this is the slot
243 int FunctionNumber;
245 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PlatformDxe.h 172 UINT16 FunctionNumber;
PciBus.h 181 UINT8 FunctionNumber;
  /external/llvm/lib/AsmParser/
LLParser.h 324 /// FunctionNumber - If this is an unnamed function, this is the slot
326 int FunctionNumber;
328 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 278 /// FunctionNumber - This provides a unique ID for each function emitted in
281 unsigned FunctionNumber;
347 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
351 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
397 unsigned getFunctionNumber() const { return FunctionNumber; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 412 /// FunctionNumber - If this is an unnamed function, this is the slot
414 int FunctionNumber;
416 PerFunctionState(LLParser &p, Function &f, int functionNumber);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.h 188 UINT8 FunctionNumber;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 80 UINT8 FunctionNumber;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 110 UINT8 FunctionNumber;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
PchPlatformPolicy.h 215 UINT8 FunctionNumber; /// The function number this root port is mapped to.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h 606 UINT8 FunctionNumber;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Sal.h 783 UINT8 FunctionNumber;

Completed in 458 milliseconds