Searched refs:ACPI_ACQUIRE_GLOBAL_LOCK (Results 1 – 8 of 8) sorted by relevance
72 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (AcpiGbl_GlobalLockPresent) {Acq = 0xFF;} els… macro76 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) macro
260 #ifndef ACPI_ACQUIRE_GLOBAL_LOCK261 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acquired) Acquired = 1 macro
82 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (GLptr) Acq=1; else Acq=0; macro
92 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) do { \ macro
75 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) Acq = OSPMAcquireGlobalLock(GLptr) macro
106 #define ACPI_ACQUIRE_GLOBAL_LOCK(Facs, Acq) \ macro
100 #define ACPI_ACQUIRE_GLOBAL_LOCK(FacsPtr, Acq) __asm \ macro
282 ACPI_ACQUIRE_GLOBAL_LOCK (AcpiGbl_FACS, Acquired); in AcpiEvAcquireGlobalLock()