mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 20:29:40 +00:00
doc: update timer HLD doc after modularization
Replace rdstc() and get_tsc_khz() with their architectural agnostic counterparts cpu_ticks() and cpu_tickrate(). Tracked-On: #5920 Signed-off-by: Yi Liang <yi.liang@intel.com>
This commit is contained in:
@@ -33,6 +33,9 @@ Interfaces Design
|
||||
.. doxygenfunction:: timer_expired
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: timer_is_started
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: add_timer
|
||||
:project: Project ACRN
|
||||
|
||||
@@ -45,6 +48,12 @@ Interfaces Design
|
||||
.. doxygenfunction:: calibrate_tsc
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: cpu_ticks
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: cpu_tickrate
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: us_to_ticks
|
||||
:project: Project ACRN
|
||||
|
||||
@@ -54,14 +63,5 @@ Interfaces Design
|
||||
.. doxygenfunction:: ticks_to_ms
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: rdtsc
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: get_tsc_khz
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: timer_is_started
|
||||
:project: Project ACRN
|
||||
|
||||
.. doxygenfunction:: udelay
|
||||
:project: Project ACRN
|
||||
|
Reference in New Issue
Block a user