commit | f41118e295020fdb9ec62df45167cda4210f24ae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 12 22:42:18 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:34:13 2014 +0100 |
tree | 06c2b369d774ed0d05ec851f8d697624a65e5e04 | |
parent | d57ad484e91a3f2ee58187f51d549fdf08badba7 [diff] |
x86: Add msr read/write functions that use a structure It is convenient to be able to adjust MSRs with a structure that splits the two 32-bit halves into separate fields, as they are often dealt with separately. Add a few functions to support this. Signed-off-by: Simon Glass <sjg@chromium.org>