Searched refs:def_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c113 return mtrr_state.def_type;
166 return mtrr_state.def_type;
264 mtrr_attrib_to_str(mtrr_state.def_type));
324 mtrr_state.def_type = (lo & 0xff);
558 if ((deftype_lo & 0xff) != mtrr_state.def_type
561 deftype_lo = (deftype_lo & ~0xcff) | mtrr_state.def_type |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmtrr.h80 mtrr_type def_type; member in struct:mtrr_state_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.c1804 return mtrr_state->def_type;
1851 return mtrr_state->def_type;
H A Dx86.c1021 vcpu->arch.mtrr_state.def_type = data;
1369 *pdata = vcpu->arch.mtrr_state.def_type +

Completed in 145 milliseconds