Searched refs:msr_low (Results 1 – 1 of 1) sorted by relevance
712 u64 msr_high, msr_low; in acpi_throttling_rdmsr() local721 msr_low = 0; in acpi_throttling_rdmsr()724 (u32 *)&msr_low , (u32 *) &msr_high); in acpi_throttling_rdmsr()725 msr = (msr_high << 32) | msr_low; in acpi_throttling_rdmsr()