Lines Matching +full:has +full:- +full:legacy +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
14 * struct x86_init_mpparse - platform specific mpparse ops
28 * struct x86_init_resources - platform specific resource related ops
43 * struct x86_init_irqs - platform specific interrupt setup
47 * @intr_mode_select: interrupt delivery mode selection
48 * @intr_mode_init: interrupt delivery mode setup
60 * struct x86_init_oem - oem platform specific customizing functions
70 * struct x86_init_paging - platform specific paging functions
81 * struct x86_init_timers - platform specific timer setup
94 * struct x86_init_iommu - platform specific iommu setup
102 * struct x86_init_pci - platform specific pci init functions
116 * struct x86_hyper_init - x86 hypervisor init functions
120 * @msi_ext_dest_id: MSI supports 15-bit APIC IDs
134 * struct x86_init_acpi - x86 ACPI init functions
146 * struct x86_guest - Functions used by misc guest incarnations like SEV, TDX, etc.
152 * @enc_kexec_begin Begin the two-step process of converting shared memory back
154 * and waits in-flight conversions to finish, if possible.
155 * @enc_kexec_finish Finish the two-step process of converting shared memory to
171 * struct x86_init_ops - functions for platform specific setup
188 * struct x86_cpuinit_ops - platform specific cpu hotplug setups
204 * struct x86_legacy_devices - legacy x86 devices
209 * These are devices known to require LPC or ISA bus. The definition of legacy
210 * devices adheres to the ACPI 5.2.9.3 IA-PC Boot Architecture flag
212 * the LPC or ISA bus. User visible devices are devices that have end-user
213 * accessible connectors (for example, LPT parallel port). Legacy devices on
216 * legacy devices can assume all devices can be detected exclusively via
219 * A system which has does not have ACPI_FADT_LEGACY_DEVICES enabled must not
220 * have any of the legacy devices enumerated below present.
227 * enum x86_legacy_i8042_state - i8042 keyboard controller state
242 * struct x86_legacy_features - legacy x86 features
246 * @rtc: this device has a CMOS real-time clock present
248 * start of the 640k - 1M BIOS region. If false, the platform must
249 * ensure that its memory map correctly reserves sub-1MB regions as needed.
250 * @devices: legacy x86 devices, refer to struct x86_legacy_devices
263 * struct x86_hyper_runtime - x86 hypervisor specific runtime callbacks
267 * @sev_es_hcall_prepare: Load additional hypervisor-specific
269 * SEV-ES. Called from the #VC exception handler.
273 * VMMCALL under SEV-ES. Needs to return 'false'
288 * struct x86_platform_ops - platform specific runtime functions
298 * @legacy: legacy features
299 * @set_legacy_features: override legacy features. Use of this callback
322 struct x86_legacy_features legacy; member