Home
last modified time | relevance | path

Searched refs:AcpiOsGetTimer (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddscontrol.c237 ControlState->Control.LoopTimeout = AcpiOsGetTimer () + in AcpiDsExecBeginControlOp()
336 if (ACPI_TIME_AFTER (AcpiOsGetTimer (), in AcpiDsExecEndControlOp()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslutils.c510 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer (); in UtBeginEvent()
541 AslGbl_Events[Event].EndTime = AcpiOsGetTimer (); in UtEndEvent()
/dragonfly/sys/dev/acpica/Osd/
H A DOsdSchedule.c156 AcpiOsGetTimer (void) in AcpiOsGetTimer() function
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexdebug.c236 Timer = ((UINT32) AcpiOsGetTimer () / 10); in AcpiExDoDebugObject()
H A Dexoparg1.c219 ReturnDesc = AcpiUtCreateIntegerObject (AcpiOsGetTimer ()); in AcpiExOpcode_0A_0T_1R()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacpiosxf.h556 AcpiOsGetTimer (
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Dosunixxf.c1297 AcpiOsGetTimer ( in AcpiOsGetTimer() function
H A Doswinxf.c438 AcpiOsGetTimer ( in AcpiOsGetTimer() function
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt2040 code. The new implementation uses AcpiOsGetTimer instead of a simple
2219 Added support for AcpiOsStall, AcpiOsSleep, and AcpiOsGetTimer
14580 Defined a new OSL interface, AcpiOsGetTimer. This interface is used to
18726 Compiler uses the new AcpiOsGetTimer interface to obtain compile