Searched refs:deftype_hi (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dmtrr.c116 u32 deftype_hi; member in struct:set_mtrr_context
145 rdmsr(MSR_MTRRdefType, ctxt->deftype_lo, ctxt->deftype_hi);
146 wrmsr(MSR_MTRRdefType, ctxt->deftype_lo & 0xf300UL, ctxt->deftype_hi);
157 wrmsr(MSR_MTRRdefType, ctxt->deftype_lo, ctxt->deftype_hi);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmtrr.c126 unsigned long deftype_hi; member in struct:set_mtrr_context
159 rdmsr (MTRRdefType_MSR, ctxt->deftype_lo, ctxt->deftype_hi);
173 wrmsr (MTRRdefType_MSR, ctxt->deftype_lo & 0xf300UL, ctxt->deftype_hi);
194 wrmsr (MTRRdefType_MSR, ctxt->deftype_lo, ctxt->deftype_hi);

Completed in 37 milliseconds