Lines Matching +full:number +full:- +full:of +full:- +full:wires
2 * Permission is hereby granted, free of charge, to any person obtaining a copy
3 * of this software and associated documentation files (the "Software"), to
6 * sell copies of the Software, and to permit persons to whom the Software is
10 * all copies or substantial portions of the Software.
12 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
57 uint64_t first_error_gfn; /* Gfn of the first error. */
62 /* Set the logical level of one of a domain's PCI INTx wires. */
75 /* Set the logical level of one of a domain's ISA IRQ wires. */
80 /* ISA device identification, by ISA IRQ (0-15). */
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 */
138 uint16_t pad[3]; /* align next field on 8-byte boundary */
139 /* guest physical address of the toplevel pagetable dying */
161 /* Following tools-only interfaces may change in future. */
179 uint16_t pad[2]; /* align next field on 8-byte boundary */
186 /* Following tools-only interfaces may change in future. */
290 /* Number of pages */
297 /* List of pfns to set access for */
299 /* Corresponding list of access settings for pfn_list */
341 /* Notify that a page of memory is to have specific access types */
343 /* Change a p2m entry to have a different gfn->mfn mapping */
345 /* Set access for an array of pages */
349 /* Get the "Suppress #VE" bit of a page */
351 /* Get the access of a page of memory from a certain view */
357 /* Set the "Supress #VE" bit for a range of pages */
390 * c-file-style: "BSD"
391 * c-basic-offset: 4
392 * tab-width: 4
393 * indent-tabs-mode: nil