Home | History | Annotate | Download | only in bios

Lines Matching refs:rdmsr

157 static uint64_t rdmsr(unsigned index)
161 asm ("rdmsr" : "=A"(ret) : "c"(index));
580 mtrr_cap = rdmsr(MSR_MTRRcap);