Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.c38 state->deftype = native_read_msr(MTRR_DEF_TYPE_MSR); in mtrr_open()
39 wrmsrl(MTRR_DEF_TYPE_MSR, state->deftype & ~MTRR_DEF_TYPE_EN); in mtrr_open()
48 wrmsrl(MTRR_DEF_TYPE_MSR, state->deftype | MTRR_DEF_TYPE_EN); in mtrr_close()
/openbmc/linux/arch/x86/kvm/
H A Dmtrr.c106 return !!(mtrr_state->deftype & IA32_MTRR_DEF_TYPE_E); in mtrr_is_enabled()
111 return !!(mtrr_state->deftype & IA32_MTRR_DEF_TYPE_FE); in fixed_mtrr_is_enabled()
116 return mtrr_state->deftype & IA32_MTRR_DEF_TYPE_TYPE_MASK; in mtrr_default_type()
389 vcpu->arch.mtrr_state.deftype = data; in kvm_mtrr_set_msr()
420 *pdata = vcpu->arch.mtrr_state.deftype; in kvm_mtrr_get_msr()
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dbiosattr-interface.c108 int set_bios_defaults(u8 deftype) in set_bios_defaults() argument
134 *defaultType = deftype; in set_bios_defaults()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmtrr.h68 uint64_t deftype; member
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h588 u64 deftype; member