Lines Matching +full:string +full:- +full:support
1 /* SPDX-License-Identifier: MIT */
20 * LEGACY indicated the fields in the legacy __xen_guest string which
23 * String values (for non-legacy) are NULL terminated ASCII, also known
28 * NAME=VALUE pair (string).
56 * pseudo-physical address (numeric).
67 * The version of Xen that we work with (string).
74 * The name of the guest operating system (string).
81 * The version of the guest operating system (string).
88 * The loader type (string).
95 * The kernel supports PAE (x86/32 only, string = "yes" or "no").
98 * indicate 'extended-cr3' support allowing L3 page tables to be
101 * equivalent to "yes[entended-cr3]" in the __xen_guest interface.
106 * The features supported/required by this kernel (string).
108 * The string must consist of a list of feature names (as given in
118 * The kernel requires the symbol table to be loaded (string = "yes" or "no")
120 * of this string as a boolean flag rather than requiring "yes" or
135 * List of maddr_t-sized mask/value pairs describing how to recognize
136 * (non-present) L1 page table entries carrying valid MFNs (numeric).
149 * The (non-default) location the initial phys-to-machine map should be
155 * (Only x86-64 supports this at present.)
168 * Other than XEN_ELFNOTE_FEATURES on pre-4.2 Xen, this note allows a
169 * kernel to specify support for features that older hypervisors don't
172 * specified through this and the string note.