ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
ACPI_STATUS | AcpiExGetObjectReference (ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ReturnDesc, ACPI_WALK_STATE *WalkState) |
UINT64 | AcpiExDoMathOp (UINT16 Opcode, UINT64 Integer0, UINT64 Integer1) |
ACPI_STATUS | AcpiExDoLogicalNumericOp (UINT16 Opcode, UINT64 Integer0, UINT64 Integer1, BOOLEAN *LogicalResult) |
ACPI_STATUS | AcpiExDoLogicalOp (UINT16 Opcode, ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, BOOLEAN *LogicalResult) |
#define _COMPONENT ACPI_EXECUTER |
ACPI_STATUS AcpiExDoLogicalNumericOp | ( | UINT16 | Opcode, |
UINT64 | Integer0, | ||
UINT64 | Integer1, | ||
BOOLEAN * | LogicalResult | ||
) |
Definition at line 262 of file exmisc.c.
Referenced by AcpiExOpcode_2A_0T_1R().
ACPI_STATUS AcpiExDoLogicalOp | ( | UINT16 | Opcode, |
ACPI_OPERAND_OBJECT * | Operand0, | ||
ACPI_OPERAND_OBJECT * | Operand1, | ||
BOOLEAN * | LogicalResult | ||
) |
Definition at line 335 of file exmisc.c.
Referenced by AcpiExDoMatch(), and AcpiExOpcode_2A_0T_1R().
Definition at line 167 of file exmisc.c.
Referenced by AcpiExOpcode_2A_1T_1R().
ACPI_STATUS AcpiExGetObjectReference | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
ACPI_OPERAND_OBJECT ** | ReturnDesc, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 70 of file exmisc.c.
Referenced by AcpiExOpcode_1A_0T_1R(), and AcpiExOpcode_1A_1T_1R().