Lines Matching +full:pci +full:- +full:domain
62 /* Set the logical level of one of a domain's PCI INTx wires. */
65 /* Domain to be updated. */
67 /* PCI INTx identification in PCI topology (domain:bus:device:intx). */
68 uint8_t domain, bus, device, intx; member
75 /* Set the logical level of one of a domain's ISA IRQ wires. */
78 /* Domain to be updated. */
80 /* ISA device identification, by ISA IRQ (0-15). */
90 /* Domain to be updated. */
92 /* PCI link identifier (0-3). */
94 /* ISA IRQ (1-15), or 0 (disable link). */
114 HVMMEM_ram_ro, /* Read-only; writes are discarded */
117 HVMMEM_mmio_write_dm, /* Read-only; writes go to the device model */
136 /* Domain with a pagetable about to be destroyed. */
138 uint16_t pad[3]; /* align next field on 8-byte boundary */
161 /* Following tools-only interfaces may change in future. */
175 /* Domain to be queried. */
179 uint16_t pad[2]; /* align next field on 8-byte boundary */
186 /* Following tools-only interfaces may change in future. */
210 * domain global callback via (see
330 /* Get/set the altp2m state for a domain */
339 /* Switch view for an entire domain */
343 /* Change a p2m entry to have a different gfn->mfn mapping */
361 domid_t domain; member
390 * c-file-style: "BSD"
391 * c-basic-offset: 4
392 * tab-width: 4
393 * indent-tabs-mode: nil