diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | fb90dc8513f67d1cc0578452aee3459e9b9ab626 (patch) | |
tree | c40b25f3cd7dde99191abb96f235f5a8ac0bdc62 /manual | |
parent | f47b7d96fbecc6a81c144e7d152b1cb748efd682 (diff) | |
download | glibc-fb90dc8513f67d1cc0578452aee3459e9b9ab626.zip glibc-fb90dc8513f67d1cc0578452aee3459e9b9ab626.tar.gz glibc-fb90dc8513f67d1cc0578452aee3459e9b9ab626.tar.bz2 |
<sys/platform/x86.h>: Add LBR support
Add architectural LBR support to <sys/platform/x86.h>.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform.texi b/manual/platform.texi index 2ab687c..b72518e 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -407,6 +407,9 @@ the indirect branch predictor barrier (IBPB). @code{LAM} -- Linear Address Masking. @item +@code{LBR} -- Architectural LBR. + +@item @code{LM} -- Long mode. @item |