Home | Sort by: relevance | last modified time | path |
/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...] |