Home
last modified time | relevance | path

Searched defs:acpi_strict (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dacpi.h25 #define acpi_strict 1 /* No out-of-spec workarounds on RISC-V */ macro
/openbmc/linux/arch/ia64/include/asm/
H A Dacpi.h25 #define acpi_strict 1 /* no ACPI spec workarounds on IA64 */ macro
/openbmc/linux/arch/arm64/include/asm/
H A Dacpi.h78 #define acpi_strict 1 /* No out-of-spec workarounds on ARM64 */ macro
/openbmc/linux/arch/loongarch/kernel/
H A Dacpi.c26 int acpi_strict = 1; /* We have no workarounds on LoongArch */ variable
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.c53 int acpi_strict; variable