/linux/arch/loongarch/power/ |
H A D | platform.c | 14 if (acpi_disabled) in enable_gpe_wakeup() 25 if (acpi_disabled) in enable_pci_wakeup() 63 if (acpi_disabled) in loongson3_acpi_suspend_init()
|
/linux/arch/riscv/include/asm/ |
H A D | acpi.h | 26 extern int acpi_disabled; 32 acpi_disabled = 1; in disable_acpi() 39 acpi_disabled = 0; in enable_acpi()
|
/linux/arch/arm64/include/asm/ |
H A D | acpi.h | 79 extern int acpi_disabled; 85 acpi_disabled = 1; in disable_acpi() 92 acpi_disabled = 0; in enable_acpi()
|
/linux/arch/loongarch/kernel/ |
H A D | reset.c | 47 if (!acpi_disabled) in machine_power_off() 73 if (!acpi_disabled) in machine_restart()
|
H A D | acpi.c | 22 int acpi_disabled; variable 23 EXPORT_SYMBOL(acpi_disabled); 214 if (acpi_disabled) in acpi_boot_table_init()
|
/linux/arch/arm64/kernel/ |
H A D | cpu_ops.c | 43 ops = acpi_disabled ? dt_supported_cpu_ops : acpi_supported_cpu_ops; in cpu_get_ops() 59 if (acpi_disabled) { in cpu_read_enable_method()
|
H A D | acpi.c | 40 int acpi_disabled = 1; variable 41 EXPORT_SYMBOL(acpi_disabled); 231 if (acpi_disabled) { in acpi_boot_table_init()
|
H A D | setup.c | 343 if (acpi_disabled) in setup_arch() 354 if (acpi_disabled) in setup_arch()
|
H A D | cacheinfo.c | 76 if (acpi_disabled) { in init_cache_level()
|
/linux/arch/riscv/kernel/ |
H A D | acpi.c | 25 int acpi_disabled = 1; variable 26 EXPORT_SYMBOL(acpi_disabled); 158 if (acpi_disabled) { in acpi_boot_table_init()
|
H A D | cpufeature.c | 512 if (acpi_disabled) in riscv_parse_isa_string() 655 if (!acpi_disabled) { in riscv_fill_hwcap_from_isa_string() 669 if (acpi_disabled) { in riscv_fill_hwcap_from_isa_string() 697 if (acpi_disabled) { in riscv_fill_hwcap_from_isa_string() 712 if (acpi_disabled && boot_vendorid == THEAD_VENDOR_ID && boot_archid == 0x0) { in riscv_fill_hwcap_from_isa_string() 735 if (!acpi_disabled && rhct) in riscv_fill_hwcap_from_isa_string() 879 if (!acpi_disabled) { in riscv_fill_hwcap()
|
H A D | time.c | 27 if (acpi_disabled) { in time_init()
|
/linux/arch/x86/include/asm/ |
H A D | acpi.h | 32 extern int acpi_disabled; 52 acpi_disabled = 1; in disable_acpi()
|
/linux/arch/x86/kernel/acpi/ |
H A D | boot.c | 39 int acpi_disabled; variable 40 EXPORT_SYMBOL(acpi_disabled); 1149 if (acpi_disabled || acpi_noirq) in acpi_parse_madt_ioapic_entries() 1552 if (acpi_disabled) in acpi_boot_table_init() 1566 if (acpi_disabled) in early_acpi_boot_init() 1607 if (acpi_disabled) in acpi_boot_init() 1646 acpi_disabled = 0; in parse_acpi() 1695 if (acpi_disabled || acpi_noirq) { in acpi_mps_check()
|
/linux/drivers/acpi/riscv/ |
H A D | rhct.c | 49 BUG_ON(acpi_disabled); in acpi_get_riscv_isa() 140 if (acpi_disabled) in acpi_get_cbo_block_size()
|
/linux/drivers/xen/ |
H A D | arm-device.c | 138 if (!xen_initial_domain() || acpi_disabled) in register_xen_platform_notifier() 180 if (!xen_initial_domain() || acpi_disabled) in register_xen_amba_notifier()
|
/linux/drivers/acpi/ |
H A D | processor_driver.c | 253 if (acpi_disabled) in acpi_processor_driver_init() 290 if (acpi_disabled) in acpi_processor_driver_exit()
|
H A D | reboot.c | 41 if (acpi_disabled) in acpi_reboot()
|
H A D | glue.c | 34 if (acpi_disabled) in register_acpi_bus_type() 49 if (acpi_disabled) in unregister_acpi_bus_type()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-thunderx-pcidrv.c | 89 if (acpi_disabled) { in thunder_i2c_clock_enable() 145 if (!acpi_disabled) in thunder_i2c_smbus_setup()
|
/linux/arch/arm64/hyperv/ |
H A D | mshyperv.c | 41 if (acpi_disabled) in hyperv_init()
|
/linux/drivers/firmware/efi/ |
H A D | efi-bgrt.c | 33 if (acpi_disabled) in efi_bgrt_init()
|
/linux/drivers/gpu/drm/ |
H A D | drm_privacy_screen_x86.c | 36 if (acpi_disabled) in detect_thinkpad_privacy_screen()
|
/linux/arch/loongarch/pci/ |
H A D | pci.c | 79 if (acpi_disabled) in pcibios_alloc_irq()
|
/linux/drivers/acpi/apei/ |
H A D | bert.c | 125 if (acpi_disabled) in bert_init()
|