Lines Matching +full:write +full:- +full:protect
1 /* SPDX-License-Identifier: MIT */
14 * If set, the guest does not need to write-protect its pagetables, and can
20 * If set, the guest does not need to write-protect its segment descriptor
26 * If set, translation between the guest's 'pseudo-physical' address space
28 * mode the guest does not need to perform phys-to/from-machine translations
79 * must be located in lower 1MB, as required by ACPI Specification for IA-PC
87 * A direct-mapped (or 1:1 mapped) domain is a domain for which its
88 * local pages have gfn == mfn. If a domain is direct-mapped,
93 * - not auto_translated domains (x86 only) are always direct-mapped
94 * - on x86, auto_translated domains are not direct-mapped
95 * - on ARM, Dom0 is direct-mapped, DomUs are not