Searched defs:acrn_pstate_data (Results 1 – 1 of 1) sorted by relevance
528 struct acrn_pstate_data { struct529 uint64_t core_frequency; /* megahertz */530 uint64_t power; /* milliWatts */531 uint64_t transition_latency; /* microseconds */532 uint64_t bus_master_latency; /* microseconds */533 uint64_t control; /* control value */534 uint64_t status; /* success indicator */
Completed in 10 milliseconds