Home
last modified time | relevance | path

Searched refs:facs (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dacenv.h24 #define ACPI_ACQUIRE_GLOBAL_LOCK(facs, Acq) \ argument
25 ((Acq) = __acpi_acquire_global_lock(&facs->global_lock))
27 #define ACPI_RELEASE_GLOBAL_LOCK(facs, Acq) \ argument
28 ((Acq) = __acpi_release_global_lock(&facs->global_lock))
/linux-4.1.27/arch/ia64/include/asm/
Dacenv.h46 #define ACPI_ACQUIRE_GLOBAL_LOCK(facs, Acq) \ argument
47 ((Acq) = ia64_acpi_acquire_global_lock(&facs->global_lock))
49 #define ACPI_RELEASE_GLOBAL_LOCK(facs, Acq) \ argument
50 ((Acq) = ia64_acpi_release_global_lock(&facs->global_lock))
/linux-4.1.27/drivers/acpi/
Dsleep.c677 static struct acpi_table_facs *facs; variable
720 if (facs && s4_hardware_signature != facs->hardware_signature) in acpi_hibernation_leave()
803 acpi_get_table(ACPI_SIG_FACS, 1, (struct acpi_table_header **)&facs); in acpi_sleep_hibernate_setup()
804 if (facs) in acpi_sleep_hibernate_setup()
805 s4_hardware_signature = facs->hardware_signature; in acpi_sleep_hibernate_setup()
/linux-4.1.27/tools/power/acpi/tools/acpidump/
Dacpidump.h100 #define MIN_FADT_FOR_FACS (ACPI_FADT_OFFSET (facs) + sizeof (u32))
/linux-4.1.27/drivers/acpi/acpica/
Dtbfadt.c353 if (acpi_gbl_FADT.facs) { in acpi_tb_parse_fadt()
355 acpi_gbl_FADT.facs, in acpi_tb_parse_fadt()
/linux-4.1.27/include/acpi/
Dactbl.h233 u32 facs; /* 32-bit physical address of FACS */ member
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c847 && gbl_fadt->facs) { in osl_get_bios_table()
849 (acpi_physical_address) gbl_fadt->facs; in osl_get_bios_table()
/linux-4.1.27/arch/x86/kernel/
Dtboot.c273 tboot->acpi_sinfo.wakeup_vector = fadt->facs + in tboot_copy_fadt()