HomeSort by: relevance | last modified time | path
    Searched defs:msrinfo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/i386/
longrun.c 69 union msrinfo { union
132 union msrinfo msrinfo; local in function:tmx86_get_longrun_mode
138 msrinfo.msr = rdmsr(MSR_TMx86_LONGRUN);
139 low = LONGRUN_MODE_MASK(msrinfo.regs[0]);
140 high = LONGRUN_MODE_MASK(msrinfo.regs[1]);
177 union msrinfo msrinfo; local in function:tmx86_set_longrun_mode
186 msrinfo.msr = rdmsr(MSR_TMx86_LONGRUN);
187 msrinfo.regs[0] = LONGRUN_MODE_WRITE(msrinfo.regs[0]
    [all...]
longrun.c 69 union msrinfo { union
132 union msrinfo msrinfo; local in function:tmx86_get_longrun_mode
138 msrinfo.msr = rdmsr(MSR_TMx86_LONGRUN);
139 low = LONGRUN_MODE_MASK(msrinfo.regs[0]);
140 high = LONGRUN_MODE_MASK(msrinfo.regs[1]);
177 union msrinfo msrinfo; local in function:tmx86_set_longrun_mode
186 msrinfo.msr = rdmsr(MSR_TMx86_LONGRUN);
187 msrinfo.regs[0] = LONGRUN_MODE_WRITE(msrinfo.regs[0]
    [all...]

Completed in 23 milliseconds