Home
last modified time | relevance | path

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

/drivers/acpi/
A Dprocessor_throttling.c703 u64 msr_high, msr_low; in acpi_throttling_rdmsr() local
712 msr_high = 0; in acpi_throttling_rdmsr()
714 (u32 *)&msr_low, (u32 *) &msr_high); in acpi_throttling_rdmsr()
715 msr = (msr_high << 32) | msr_low; in acpi_throttling_rdmsr()

Completed in 7 milliseconds