x86_platform      659 arch/x86/include/asm/pgtable.h 	if (x86_platform.is_untracked_pat_range(paddr, paddr + size))
x86_platform      301 arch/x86/include/asm/x86_init.h extern struct x86_platform_ops x86_platform;
x86_platform      958 arch/x86/kernel/acpi/boot.c 		x86_platform.legacy.devices.pnpbios = 0;
x86_platform      963 arch/x86/kernel/acpi/boot.c 	    x86_platform.legacy.i8042 != X86_LEGACY_I8042_PLATFORM_ABSENT) {
x86_platform      965 arch/x86/kernel/acpi/boot.c 		x86_platform.legacy.i8042 = X86_LEGACY_I8042_FIRMWARE_ABSENT;
x86_platform      970 arch/x86/kernel/acpi/boot.c 		x86_platform.legacy.rtc = 0;
x86_platform      975 arch/x86/kernel/acpi/boot.c 		x86_platform.legacy.no_vga = 1;
x86_platform      810 arch/x86/kernel/amd_gart_64.c 	x86_platform.iommu_shutdown = gart_iommu_shutdown;
x86_platform      173 arch/x86/kernel/apic/probe_32.c 	if (x86_platform.apic_post_init)
x86_platform      174 arch/x86/kernel/apic/probe_32.c 		x86_platform.apic_post_init();
x86_platform       35 arch/x86/kernel/apic/probe_64.c 	if (x86_platform.apic_post_init)
x86_platform       36 arch/x86/kernel/apic/probe_64.c 		x86_platform.apic_post_init();
x86_platform      292 arch/x86/kernel/apic/x2apic_uv_x.c 	x86_platform.is_untracked_pat_range = uv_is_untracked_pat_range;
x86_platform      293 arch/x86/kernel/apic/x2apic_uv_x.c 	x86_platform.nmi_init = uv_nmi_init;
x86_platform      303 arch/x86/kernel/apic/x2apic_uv_x.c 		x86_platform.legacy.warm_reset = 0;
x86_platform      105 arch/x86/kernel/cpu/hypervisor.c 	copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime));
x86_platform      257 arch/x86/kernel/cpu/mshyperv.c 		x86_platform.calibrate_tsc = hv_get_tsc_khz;
x86_platform      258 arch/x86/kernel/cpu/mshyperv.c 		x86_platform.calibrate_cpu = hv_get_tsc_khz;
x86_platform      310 arch/x86/kernel/cpu/mshyperv.c 		x86_platform.get_nmi_reason = hv_get_nmi_reason;
x86_platform      326 arch/x86/kernel/cpu/mshyperv.c 	x86_platform.apic_post_init = hyperv_init;
x86_platform      194 arch/x86/kernel/cpu/vmware.c 		x86_platform.calibrate_tsc = vmware_get_tsc_khz;
x86_platform      195 arch/x86/kernel/cpu/vmware.c 		x86_platform.calibrate_cpu = vmware_get_tsc_khz;
x86_platform       66 arch/x86/kernel/ebda.c 	if (!x86_platform.legacy.reserve_bios_regions)
x86_platform      150 arch/x86/kernel/jailhouse.c 	x86_platform.calibrate_cpu	= jailhouse_get_tsc;
x86_platform      151 arch/x86/kernel/jailhouse.c 	x86_platform.calibrate_tsc	= jailhouse_get_tsc;
x86_platform      152 arch/x86/kernel/jailhouse.c 	x86_platform.get_wallclock	= jailhouse_get_wallclock;
x86_platform      153 arch/x86/kernel/jailhouse.c 	x86_platform.legacy.rtc		= 0;
x86_platform      154 arch/x86/kernel/jailhouse.c 	x86_platform.legacy.warm_reset	= 0;
x86_platform      155 arch/x86/kernel/jailhouse.c 	x86_platform.legacy.i8042	= X86_LEGACY_I8042_PLATFORM_ABSENT;
x86_platform      714 arch/x86/kernel/kvm.c 	x86_platform.apic_post_init = kvm_apic_init;
x86_platform      340 arch/x86/kernel/kvmclock.c 	x86_platform.calibrate_tsc = kvm_get_tsc_khz;
x86_platform      341 arch/x86/kernel/kvmclock.c 	x86_platform.calibrate_cpu = kvm_get_tsc_khz;
x86_platform      342 arch/x86/kernel/kvmclock.c 	x86_platform.get_wallclock = kvm_get_wallclock;
x86_platform      343 arch/x86/kernel/kvmclock.c 	x86_platform.set_wallclock = kvm_set_wallclock;
x86_platform      347 arch/x86/kernel/kvmclock.c 	x86_platform.save_sched_clock_state = kvm_save_sched_clock_state;
x86_platform      348 arch/x86/kernel/kvmclock.c 	x86_platform.restore_sched_clock_state = kvm_restore_sched_clock_state;
x86_platform      365 arch/x86/kernel/nmi.c 	reason = x86_platform.get_nmi_reason();
x86_platform       10 arch/x86/kernel/platform-quirks.c 	x86_platform.legacy.i8042 = X86_LEGACY_I8042_EXPECTED_PRESENT;
x86_platform       11 arch/x86/kernel/platform-quirks.c 	x86_platform.legacy.rtc = 1;
x86_platform       12 arch/x86/kernel/platform-quirks.c 	x86_platform.legacy.warm_reset = 1;
x86_platform       13 arch/x86/kernel/platform-quirks.c 	x86_platform.legacy.reserve_bios_regions = 0;
x86_platform       14 arch/x86/kernel/platform-quirks.c 	x86_platform.legacy.devices.pnpbios = 1;
x86_platform       18 arch/x86/kernel/platform-quirks.c 		x86_platform.legacy.reserve_bios_regions = 1;
x86_platform       21 arch/x86/kernel/platform-quirks.c 		x86_platform.legacy.devices.pnpbios = 0;
x86_platform       22 arch/x86/kernel/platform-quirks.c 		x86_platform.legacy.rtc = 0;
x86_platform       26 arch/x86/kernel/platform-quirks.c 		x86_platform.legacy.devices.pnpbios = 0;
x86_platform       27 arch/x86/kernel/platform-quirks.c 		x86_platform.legacy.rtc = 0;
x86_platform       28 arch/x86/kernel/platform-quirks.c 		x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT;
x86_platform       32 arch/x86/kernel/platform-quirks.c 	if (x86_platform.set_legacy_features)
x86_platform       33 arch/x86/kernel/platform-quirks.c 		x86_platform.set_legacy_features();
x86_platform       38 arch/x86/kernel/platform-quirks.c 	return x86_platform.legacy.devices.pnpbios == 0;
x86_platform      719 arch/x86/kernel/reboot.c 	x86_platform.iommu_shutdown();
x86_platform      150 arch/x86/kernel/rtc.c 	return x86_platform.set_wallclock(&now);
x86_platform      156 arch/x86/kernel/rtc.c 	x86_platform.get_wallclock(ts);
x86_platform      198 arch/x86/kernel/rtc.c 	if (!x86_platform.legacy.rtc)
x86_platform      253 arch/x86/kernel/smpboot.c 	x86_platform.nmi_init();
x86_platform     1056 arch/x86/kernel/smpboot.c 	if (x86_platform.legacy.warm_reset) {
x86_platform     1125 arch/x86/kernel/smpboot.c 	if (x86_platform.legacy.warm_reset) {
x86_platform      897 arch/x86/kernel/tsc.c 	cpu_khz = x86_platform.calibrate_cpu();
x86_platform      898 arch/x86/kernel/tsc.c 	tsc_khz = x86_platform.calibrate_tsc();
x86_platform     1406 arch/x86/kernel/tsc.c 		cpu_khz = x86_platform.calibrate_cpu();
x86_platform     1407 arch/x86/kernel/tsc.c 		tsc_khz = x86_platform.calibrate_tsc();
x86_platform     1410 arch/x86/kernel/tsc.c 		WARN_ON(x86_platform.calibrate_cpu != native_calibrate_cpu);
x86_platform     1475 arch/x86/kernel/tsc.c 	if (x86_platform.calibrate_cpu == native_calibrate_cpu_early)
x86_platform     1476 arch/x86/kernel/tsc.c 		x86_platform.calibrate_cpu = native_calibrate_cpu;
x86_platform      147 arch/x86/kernel/vsmp_64.c 	x86_platform.apic_post_init = vsmp_apic_post_init;
x86_platform      112 arch/x86/kernel/x86_init.c struct x86_platform_ops x86_platform __ro_after_init = {
x86_platform      126 arch/x86/kernel/x86_init.c EXPORT_SYMBOL_GPL(x86_platform);
x86_platform      569 arch/x86/mm/pat.c 	if (x86_platform.is_untracked_pat_range(start, end)) {
x86_platform      639 arch/x86/mm/pat.c 	if (x86_platform.is_untracked_pat_range(start, end))
x86_platform      684 arch/x86/mm/pat.c 	if (x86_platform.is_untracked_pat_range(paddr, paddr + PAGE_SIZE))
x86_platform      466 arch/x86/pci/xen.c 	x86_platform.apic_post_init = xen_msi_init;
x86_platform       23 arch/x86/platform/intel-mid/device_libs/platform_mrfld_rtc.c 	if (!x86_platform.legacy.rtc)
x86_platform       30 arch/x86/platform/intel-mid/device_libs/platform_mrfld_rtc.c 		x86_platform.legacy.rtc = 0;
x86_platform      121 arch/x86/platform/intel-mid/intel-mid.c 		x86_platform.legacy.rtc = 1;
x86_platform      170 arch/x86/platform/intel-mid/intel-mid.c 	x86_platform.get_nmi_reason = intel_mid_get_nmi_reason;
x86_platform      128 arch/x86/platform/intel-mid/intel_mid_vrtc.c 	x86_platform.get_wallclock = vrtc_get_time;
x86_platform      129 arch/x86/platform/intel-mid/intel_mid_vrtc.c 	x86_platform.set_wallclock = vrtc_set_mmss;
x86_platform       75 arch/x86/platform/olpc/olpc-xo1-rtc.c 	x86_platform.legacy.rtc = 0;
x86_platform      135 arch/x86/power/cpu.c 	x86_platform.save_sched_clock_state();
x86_platform      262 arch/x86/power/cpu.c 	x86_platform.restore_sched_clock_state();
x86_platform      224 arch/x86/xen/apic.c 	x86_platform.apic_post_init = xen_apic_check;
x86_platform      239 arch/x86/xen/enlighten_hvm.c 	    (x86_platform.legacy.rtc || !x86_platform.legacy.no_vga))
x86_platform     1183 arch/x86/xen/enlighten_pv.c 	x86_platform.legacy.rtc = 1;
x86_platform     1216 arch/x86/xen/enlighten_pv.c 	x86_platform.get_nmi_reason = xen_get_nmi_reason;
x86_platform     1366 arch/x86/xen/enlighten_pv.c 		x86_platform.set_legacy_features =
x86_platform      528 arch/x86/xen/time.c 	x86_platform.calibrate_tsc = xen_tsc_khz;
x86_platform      529 arch/x86/xen/time.c 	x86_platform.get_wallclock = xen_get_wallclock;
x86_platform      532 arch/x86/xen/time.c 		x86_platform.set_wallclock = xen_set_wallclock;
x86_platform      568 arch/x86/xen/time.c 	x86_platform.calibrate_tsc = xen_tsc_khz;
x86_platform      569 arch/x86/xen/time.c 	x86_platform.get_wallclock = xen_get_wallclock;
x86_platform      570 arch/x86/xen/time.c 	x86_platform.set_wallclock = xen_set_wallclock;
x86_platform     1078 drivers/input/serio/i8042-x86ia64io.h 		if (x86_platform.legacy.i8042 !=
x86_platform     1169 drivers/input/serio/i8042-x86ia64io.h 	if (x86_platform.legacy.i8042 == X86_LEGACY_I8042_PLATFORM_ABSENT)
x86_platform     2750 drivers/iommu/amd_iommu_init.c 		x86_platform.iommu_shutdown = disable_iommus;
x86_platform       17 include/linux/hypervisor.h 	x86_platform.hyper.pin_vcpu(cpu);