Searched refs:ACPI_ACQUIRE_GLOBAL_LOCK (Results 1 – 8 of 8) sorted by relevance
200 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (AcpiGbl_GlobalLockPresent) {Acq = 0xFF;} els… macro204 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) macro
381 #ifndef ACPI_ACQUIRE_GLOBAL_LOCK382 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acquired) Acquired = 1 macro
190 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (GLptr) Acq=1; else Acq=0; macro
200 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) do { \ macro
187 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) Acq = OSPMAcquireGlobalLock(GLptr) macro
111 #define ACPI_ACQUIRE_GLOBAL_LOCK(Facs, Acq) \ macro
227 #define ACPI_ACQUIRE_GLOBAL_LOCK(FacsPtr, Acq) __asm \ macro
390 ACPI_ACQUIRE_GLOBAL_LOCK (AcpiGbl_FACS, Acquired); in AcpiEvAcquireGlobalLock()