Searched refs:facs (Results 1 – 8 of 8) sorted by relevance
24 #define ACPI_ACQUIRE_GLOBAL_LOCK(facs, Acq) \ argument25 ((Acq) = __acpi_acquire_global_lock(&facs->global_lock))27 #define ACPI_RELEASE_GLOBAL_LOCK(facs, Acq) \ argument28 ((Acq) = __acpi_release_global_lock(&facs->global_lock))
46 #define ACPI_ACQUIRE_GLOBAL_LOCK(facs, Acq) \ argument47 ((Acq) = ia64_acpi_acquire_global_lock(&facs->global_lock))49 #define ACPI_RELEASE_GLOBAL_LOCK(facs, Acq) \ argument50 ((Acq) = ia64_acpi_release_global_lock(&facs->global_lock))
677 static struct acpi_table_facs *facs; variable720 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()
100 #define MIN_FADT_FOR_FACS (ACPI_FADT_OFFSET (facs) + sizeof (u32))
353 if (acpi_gbl_FADT.facs) { in acpi_tb_parse_fadt()355 acpi_gbl_FADT.facs, in acpi_tb_parse_fadt()
233 u32 facs; /* 32-bit physical address of FACS */ member
847 && gbl_fadt->facs) { in osl_get_bios_table()849 (acpi_physical_address) gbl_fadt->facs; in osl_get_bios_table()
273 tboot->acpi_sinfo.wakeup_vector = fadt->facs + in tboot_copy_fadt()