Home
last modified time | relevance | path

Searched refs:scope_blob (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/i386/
H A Dacpi-build.c1503 GArray *scope_blob = opaque; in insert_scope() local
1507 build_append_int_noprefix(scope_blob, 0x02, 1); in insert_scope()
1510 build_append_int_noprefix(scope_blob, 0x01, 1); in insert_scope()
1514 build_append_int_noprefix(scope_blob, device_scope_size, 1); in insert_scope()
1516 build_append_int_noprefix(scope_blob, 0, 2); in insert_scope()
1518 build_append_int_noprefix(scope_blob, 0, 1); in insert_scope()
1520 build_append_int_noprefix(scope_blob, pci_bus_num(bus), 1); in insert_scope()
1522 build_append_int_noprefix(scope_blob, PCI_SLOT(dev->devfn), 1); in insert_scope()
1524 build_append_int_noprefix(scope_blob, PCI_FUNC(dev->devfn), 1); in insert_scope()
1531 GArray *scope_blob in dmar_host_bridges() local
1560 GArray *scope_blob = g_array_new(false, true, 1); build_dmar_q35() local
[all...]