get_msr_fd
retval = pread(get_msr_fd(cpu), msr, sizeof(*msr), offset);
retval = pread(get_msr_fd(cpu), &value, sizeof(value), offset);