Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_msr.c175 static uint64_t misc_enable; variable
265 misc_enable = rdmsr(MSR_IA32_MISC_ENABLE); in vmx_msr_init()
274 misc_enable |= (1 << 12) | (1 << 11); in vmx_msr_init()
275 misc_enable &= ~((1 << 18) | (1 << 16)); in vmx_msr_init()
434 *val = misc_enable; in vmx_rdmsr()
476 changed = val ^ misc_enable; in vmx_wrmsr()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h275 u_int8_t misc_enable; member
H A Dar9300_eeprom.c4721 if (ahp_Eeprom->base_ext1.misc_enable == 0) in ar9300_eeprom_tx_gain_table_index_max_apply()
4774 if (ahp_Eeprom->base_ext1.misc_enable == 0) in ar9300_eeprom_set_tx_gain_cap()