Searched refs:handle (Results 1 – 7 of 7) sorted by relevance
2252 #define ACPI_NFIT_GET_DIMM_NUMBER(handle) \ argument2253 ((handle) & ACPI_NFIT_DIMM_NUMBER_MASK)2255 #define ACPI_NFIT_GET_CHANNEL_NUMBER(handle) \ argument2256 (((handle) & ACPI_NFIT_CHANNEL_NUMBER_MASK) >> ACPI_NFIT_CHANNEL_NUMBER_OFFSET)2258 #define ACPI_NFIT_GET_MEMORY_ID(handle) \ argument2259 (((handle) & ACPI_NFIT_MEMORY_ID_MASK) >> ACPI_NFIT_MEMORY_ID_OFFSET)2261 #define ACPI_NFIT_GET_SOCKET_ID(handle) \ argument2262 (((handle) & ACPI_NFIT_SOCKET_ID_MASK) >> ACPI_NFIT_SOCKET_ID_OFFSET)2264 #define ACPI_NFIT_GET_NODE_ID(handle) \ argument2265 (((handle) & ACPI_NFIT_NODE_ID_MASK) >> ACPI_NFIT_NODE_ID_OFFSET)
404 * ready handle following commands.424 * ready handle following commands.444 * ready handle following commands.
13 Methods allowing to handle particular ASL operators
37 * and being forced to handle some exception, ACPICA attempts
51 NOTE: to handle the opcode of ASLTS release
521 AcpiEvExecuteRegMethods() had special handling to handle "orphan" (no 1130 checking if the given GPE (as represented by a GPE device handle and a 2423 AML Debugger: Enhanced to properly handle AML Alias objects. These 2497 Tables: Added a mechanism to handle imbalances for the AcpiGetTable and 2662 All tools: Fixed a problem where the Unix application OSL did not handle 3031 iASL: Correctly handle unresolved symbols in the hardware map file (-lm 5017 3) Properly handle extraneous NULL package elements.5069 1) The incoming device handle refers to type ACPI_TYPE_DEVICE.5407 AcpiXtract: Add support to handle (ignore) "empty" lines containing only 5425 handlers. Certain ACPI functionality requires the host to handle raw [all …]
42 /* DDB handle, Debug, Reference */51 /* DDB handle, Debug, Reference */