x86_apple_machine  626 arch/x86/kernel/early-quirks.c 	if (!x86_apple_machine)
x86_apple_machine  666 arch/x86/kernel/quirks.c bool x86_apple_machine;
x86_apple_machine  667 arch/x86/kernel/quirks.c EXPORT_SYMBOL(x86_apple_machine);
x86_apple_machine  671 arch/x86/kernel/quirks.c 	x86_apple_machine = dmi_match(DMI_SYS_VENDOR, "Apple Inc.") ||
x86_apple_machine  496 drivers/acpi/osi.c 	if (x86_apple_machine)
x86_apple_machine  424 drivers/acpi/pci_root.c 	if (x86_apple_machine) {
x86_apple_machine  650 drivers/acpi/sbs.c 	if (!x86_apple_machine) {
x86_apple_machine 1566 drivers/acpi/scan.c 	if (x86_apple_machine &&
x86_apple_machine   34 drivers/acpi/x86/apple.c 	if (!x86_apple_machine)
x86_apple_machine  981 drivers/bluetooth/hci_bcm.c 	if (x86_apple_machine && !bcm_apple_get_resources(dev))
x86_apple_machine  181 drivers/firmware/efi/apple-properties.c 	if (!x86_apple_machine)
x86_apple_machine 3631 drivers/pci/quirks.c 	if (!x86_apple_machine)
x86_apple_machine 3678 drivers/pci/quirks.c 	if (!x86_apple_machine)
x86_apple_machine 1890 drivers/spi/spi.c 	if (!x86_apple_machine)
x86_apple_machine  344 drivers/thunderbolt/icm.c 	return !x86_apple_machine;
x86_apple_machine 1353 drivers/thunderbolt/icm.c 	if (!x86_apple_machine)
x86_apple_machine 2188 drivers/thunderbolt/icm.c 		icm->can_upgrade_nvm = !x86_apple_machine;
x86_apple_machine 2205 drivers/thunderbolt/icm.c 		icm->can_upgrade_nvm = !x86_apple_machine;
x86_apple_machine  786 drivers/thunderbolt/tb.c 	if (!x86_apple_machine)
x86_apple_machine    8 include/linux/platform_data/x86/apple.h extern bool x86_apple_machine;