diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:34 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | aa528a579b3fc98eab43986619087cafe3f260d0 (patch) | |
tree | 96a5ef62b68c2fc85886269a5424deafb3d68ea3 /manual | |
parent | 231bf916ce9572776df0b5f197b57739c1ddc7ac (diff) | |
download | glibc-aa528a579b3fc98eab43986619087cafe3f260d0.zip glibc-aa528a579b3fc98eab43986619087cafe3f260d0.tar.gz glibc-aa528a579b3fc98eab43986619087cafe3f260d0.tar.bz2 |
<sys/platform/x86.h>: Add LASS support
Add Linear Address Space Separation (LASS) 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 a6e33b1..be04194 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{LASS} -- Linear Address Space Separation. + +@item @code{LBR} -- Architectural LBR. @item |