Lines Matching +full:platform +full:- +full:specific

1 /* SPDX-License-Identifier: GPL-2.0 */
16 * struct x86_init_mpparse - platform specific mpparse ops
17 * @setup_ioapic_ids: platform specific ioapic id override
28 * struct x86_init_resources - platform specific resource related ops
31 * platform
32 * @memory_setup: platform specific memory setup
33 * @dmi_setup: platform specific DMI setup
43 * struct x86_init_irqs - platform specific interrupt setup
60 * struct x86_init_oem - oem platform specific customizing functions
61 * @arch_setup: platform specific architecture setup
62 * @banner: print a platform specific banner
70 * struct x86_init_paging - platform specific paging functions
71 * @pagetable_init: platform specific paging initialization call to setup
81 * struct x86_init_timers - platform specific timer setup
84 * @timer_init: initialize the platform timer (default PIT/HPET)
94 * struct x86_init_iommu - platform specific iommu setup
95 * @iommu_init: platform specific iommu setup
102 * struct x86_init_pci - platform specific pci init functions
103 * @arch_init: platform specific pci arch init call
104 * @init: platform specific pci subsystem init
105 * @init_irq: platform specific pci irq init
106 * @fixup_irqs: platform specific pci irq fixup
116 * struct x86_hyper_init - x86 hypervisor init functions
117 * @init_platform: platform setup
120 * @msi_ext_dest_id: MSI supports 15-bit APIC IDs
134 * struct x86_init_acpi - x86 ACPI init functions
137 * @reduced_hw_early_init: hardware reduced platform early init
146 * struct x86_guest - Functions used by misc guest incarnations like SEV, TDX, etc.
161 * struct x86_init_ops - functions for platform specific setup
178 * struct x86_cpuinit_ops - platform specific cpu hotplug setups
194 * struct x86_legacy_devices - legacy x86 devices
196 * @pnpbios: this platform can have a PNPBIOS. If this is disabled the platform
200 * devices adheres to the ACPI 5.2.9.3 IA-PC Boot Architecture flag
202 * the LPC or ISA bus. User visible devices are devices that have end-user
217 * enum x86_legacy_i8042_state - i8042 keyboard controller state
219 * given platform/subarch.
232 * struct x86_legacy_features - legacy x86 features
236 * @rtc: this device has a CMOS real-time clock present
238 * start of the 640k - 1M BIOS region. If false, the platform must
239 * ensure that its memory map correctly reserves sub-1MB regions as needed.
253 * struct x86_hyper_runtime - x86 hypervisor specific runtime callbacks
257 * @sev_es_hcall_prepare: Load additional hypervisor-specific
259 * SEV-ES. Called from the #VC exception handler.
263 * VMMCALL under SEV-ES. Needs to return 'false'
278 * struct x86_platform_ops - platform specific runtime functions
291 * this if your hardware platform requires further
298 * @hyper: x86 hypervisor specific runtime callbacks