Home
last modified time | relevance | path

Searched refs:AcpiUtCreateIntegerObject (Results 1 – 12 of 12) sorted by relevance

/onnv-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexoparg1.c186 ReturnDesc = AcpiUtCreateIntegerObject (AcpiOsGetTimer ()); in AcpiExOpcode_0A_0T_1R()
735 ReturnDesc = AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiExOpcode_1A_0T_1R()
840 ReturnDesc = AcpiUtCreateIntegerObject ((UINT64) Type); in AcpiExOpcode_1A_0T_1R()
917 ReturnDesc = AcpiUtCreateIntegerObject (Value); in AcpiExOpcode_1A_0T_1R()
1092 ReturnDesc = AcpiUtCreateIntegerObject ((UINT64) in AcpiExOpcode_1A_0T_1R()
H A Dexoparg6.c349 ReturnDesc = AcpiUtCreateIntegerObject (ACPI_INTEGER_MAX); in AcpiExOpcode_6A_0T_1R()
H A Dexfield.c252 BufferDesc = AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiExReadDataFromField()
H A Dexconvrt.c263 ReturnDesc = AcpiUtCreateIntegerObject (Result); in AcpiExConvertToInteger()
H A Dexconfig.c266 DdbHandle = AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiExLoadTableOp()
/onnv-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsxface.c425 AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiPsExecuteMethod()
H A Dpsparse.c708 AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiPsParseAml()
/onnv-gate/usr/src/uts/intel/io/acpica/events/
H A Devregion.c403 Args[0] = AcpiUtCreateIntegerObject ((UINT64) RegionObj->Region.SpaceId); in AcpiEvExecuteRegMethod()
410 Args[1] = AcpiUtCreateIntegerObject ((UINT64) Function); in AcpiEvExecuteRegMethod()
/onnv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutobject.c295 AcpiUtCreateIntegerObject ( in AcpiUtCreateIntegerObject() function
/onnv-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsmthdat.c527 Object = AcpiUtCreateIntegerObject ((UINT64) 0); in AcpiDsMethodDataGetValue()
/onnv-gate/usr/src/uts/intel/sys/acpi/
H A Dacutils.h647 AcpiUtCreateIntegerObject (
/onnv-gate/usr/src/uts/intel/io/acpica/debugger/
H A Ddbcmds.c1164 ObjDesc = AcpiUtCreateIntegerObject ((UINT64) Value); in AcpiDbSetMethodData()