Lines Matching +full:get +full:- +full:only
30 /* Get/set subcommands: extra argument == pointer to xen_hvm_param struct. */
80 /* ISA device identification, by ISA IRQ (0-15). */
92 /* PCI link identifier (0-3). */
94 /* ISA IRQ (1-15), or 0 (disable link). */
108 * values are defined only once.
114 HVMMEM_ram_ro, /* Read-only; writes are discarded */
117 HVMMEM_mmio_write_dm, /* Read-only; writes go to the device model */
123 changes to this value are only allowed after
125 Only pages with HVMMEM_ram_rw are allowed to
127 this type are only allowed to be changed back
138 uint16_t pad[3]; /* align next field on 8-byte boundary */
145 /* Get the current Xen time, in nanoseconds since system boot. */
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. */
330 /* Get/set the altp2m state for a domain */
343 /* Change a p2m entry to have a different gfn->mfn mapping */
349 /* Get the "Suppress #VE" bit of a page */
351 /* Get the access of a page of memory from a certain view */
355 /* Get the active vcpu p2m index */
390 * c-file-style: "BSD"
391 * c-basic-offset: 4
392 * tab-width: 4
393 * indent-tabs-mode: nil