Searched refs:Vendor (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/acpica/source/components/resources/
H A Drsmemory.c238 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
242 /* Vendor data */
244 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
264 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
268 /* Vendor data */
270 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
292 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
296 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
301 * All done if the Vendor byte length is 7 or less, meaning that it will
312 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor
[all...]
H A Drsxface.c553 * UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
612 ACPI_RESOURCE_VENDOR_TYPED *Vendor; local
617 /* Ignore all descriptors except Vendor */
624 Vendor = &Resource->Data.VendorTyped;
633 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) ||
634 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
635 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH)))
H A Drscalc.c349 * Vendor Defined Resource:
350 * For a Vendor Specific resource, if the Length is between 1 and 7
354 if (Resource->Data.Vendor.ByteLength > 7)
364 (TotalSize + Resource->Data.Vendor.ByteLength);
564 * Vendor Resource:
617 /* Vendor data is optional */
H A Drsdumpinfo.c194 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpVendor), "Vendor Specific", NULL},
195 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", NULL},
196 {ACPI_RSD_LONGLIST, ACPI_RSD_OFFSET (Vendor.ByteData[0]), "Vendor Data", NULL}
/barrelfish-master/usr/skb/programs/
H A Dpci_queries.pl16 pci_physical_address(Bus,Dev,Fun,Vendor,DeviceID,Class,SubClass,ProgIf,BAR,Base,High,Size) :-
17 device(_,addr(Bus,Dev,Fun),Vendor,DeviceID, Class, SubClass, ProgIf,_),
33 pci_get_implemented_BAR_addresses(Bus,Dev,Fun,Vendor,DeviceID,Class,SubClass,ProgIf,BARAddrList) :-
35 pci_physical_address(Bus,Dev,Fun,Vendor,DeviceID,Class,SubClass,ProgIf,BAR,Base,High,Size),
H A Dbridge_bios.pl46 % device(PCIe, addr(Bus, Device, Function), Vendor, DeviceID, Class,
48 % bridge(PCIe, addr(Bus, Device, Function), Vendor, DeviceID, Class, SubClass,
H A Ddevice_db.pl28 vendor, % PCI Vendor ID
/barrelfish-master/lib/compiler-rt/builtins/
H A Dcpu_model.c641 unsigned Vendor; local
654 if (getX86CpuIDAndInfo(0, &MaxLeaf, &Vendor, &ECX, &EDX) || MaxLeaf < 1) {
667 if (Vendor == SIG_INTEL) {
673 } else if (Vendor == SIG_AMD) {
/barrelfish-master/lib/acpica/source/include/
H A Dacrestyp.h328 /* Vendor resource with UUID info (introduced in ACPI 3.0) */
727 ACPI_RESOURCE_VENDOR Vendor; member in union:acpi_resource_data

Completed in 108 milliseconds