Decode new AMD SVM feature bits on family 17h
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
c12530ca4c
commit
e8be4e41c6
@ -2152,9 +2152,27 @@ print_svm_info(void)
|
||||
"\011<b8>"
|
||||
"\012<b9>"
|
||||
"\013PauseFilter" /* PAUSE intercept filter */
|
||||
"\014<b11>"
|
||||
"\014EncryptedMcodePatch"
|
||||
"\015PauseFilterThreshold" /* PAUSE filter threshold */
|
||||
"\016AVIC" /* virtual interrupt controller */
|
||||
"\017<b14>"
|
||||
"\020V_VMSAVE_VMLOAD"
|
||||
"\021vGIF"
|
||||
"\022<b17>"
|
||||
"\023<b18>"
|
||||
"\024<b19>"
|
||||
"\025<b20>"
|
||||
"\026<b21>"
|
||||
"\027<b22>"
|
||||
"\030<b23>"
|
||||
"\031<b24>"
|
||||
"\032<b25>"
|
||||
"\033<b26>"
|
||||
"\034<b27>"
|
||||
"\035<b28>"
|
||||
"\036<b29>"
|
||||
"\037<b30>"
|
||||
"\040<b31>"
|
||||
);
|
||||
printf("\nRevision=%d, ASIDs=%d", regs[0] & 0xff, regs[1]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user