Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsuspend_32.h16 u64 misc_enable; member
H A Dsuspend_64.h42 u64 misc_enable; member
/openbmc/linux/arch/x86/power/
H A Dcpu.c128 &ctxt->misc_enable); in __save_processor_state()
200 wrmsrl(MSR_IA32_MISC_ENABLE, ctxt->misc_enable); in __restore_processor_state()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c273 u64 misc_enable; in early_init_intel() local
378 rdmsrl(MSR_IA32_MISC_ENABLE, misc_enable); in early_init_intel()
379 if (!(misc_enable & MSR_IA32_MISC_ENABLE_FAST_STRING)) { in early_init_intel()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.h297 u8 misc_enable; member
H A Dar9003_eeprom.c4217 if (!(eep->base_ext1.misc_enable & BIT(2))) in ar9003_hw_apply_minccapwr_thresh()
4220 if (!(eep->base_ext1.misc_enable & BIT(3))) in ar9003_hw_apply_minccapwr_thresh()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c826 u64 misc_enable = mce_rdmsrl(MSR_IA32_MISC_ENABLE); in quirk_skylake_repmov() local
834 !(misc_enable & MSR_IA32_MISC_ENABLE_FAST_STRING)) in quirk_skylake_repmov()
847 misc_enable &= ~MSR_IA32_MISC_ENABLE_FAST_STRING; in quirk_skylake_repmov()
848 mce_wrmsrl(MSR_IA32_MISC_ENABLE, misc_enable); in quirk_skylake_repmov()