Searched refs:deftype (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dbiosattr-interface.c104 * @deftype: the type of BIOS value reset to issue.
108 int set_bios_defaults(u8 deftype) argument
134 *defaultType = deftype;
/linux-master/arch/x86/kvm/
H A Dmtrr.c106 return !!(mtrr_state->deftype & IA32_MTRR_DEF_TYPE_E);
111 return !!(mtrr_state->deftype & IA32_MTRR_DEF_TYPE_FE);
116 return mtrr_state->deftype & IA32_MTRR_DEF_TYPE_TYPE_MASK;
389 vcpu->arch.mtrr_state.deftype = data;
420 *pdata = vcpu->arch.mtrr_state.deftype;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h613 u64 deftype; member in struct:kvm_mtrr

Completed in 119 milliseconds