deftype           495 arch/x86/include/asm/kvm_host.h 	u64 deftype;
deftype            98 arch/x86/kvm/mtrr.c 	return !!(mtrr_state->deftype & IA32_MTRR_DEF_TYPE_E);
deftype           103 arch/x86/kvm/mtrr.c 	return !!(mtrr_state->deftype & IA32_MTRR_DEF_TYPE_FE);
deftype           108 arch/x86/kvm/mtrr.c 	return mtrr_state->deftype & IA32_MTRR_DEF_TYPE_TYPE_MASK;
deftype           387 arch/x86/kvm/mtrr.c 		vcpu->arch.mtrr_state.deftype = data;
deftype           420 arch/x86/kvm/mtrr.c 		*pdata = vcpu->arch.mtrr_state.deftype;