diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 07:45:09 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 10:29:09 +0200 |
| commit | 7c00f48c0c766f7abd4601bd9848527dd1e4be77 (patch) | |
| tree | 2deebfe684d005cda2dec19b476f95d70ee1c078 /sys/linux/prctl.txt | |
| parent | a21723cc026e7591d6b9ce4728f703197579abac (diff) | |
sys/linux: add LAM descriptions
Diffstat (limited to 'sys/linux/prctl.txt')
| -rw-r--r-- | sys/linux/prctl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/prctl.txt b/sys/linux/prctl.txt index b17fe7248..126ce1791 100644 --- a/sys/linux/prctl.txt +++ b/sys/linux/prctl.txt @@ -183,6 +183,10 @@ arch_prctl$ARCH_SHSTK_LOCK(cmd const[ARCH_SHSTK_LOCK], features flags[shadow_sta arch_prctl$ARCH_SHSTK_UNLOCK(cmd const[ARCH_SHSTK_UNLOCK], features flags[shadow_stack_features]) arch_prctl$ARCH_SHSTK_ENABLE(cmd const[ARCH_SHSTK_ENABLE], features flags[shadow_stack_features]) arch_prctl$ARCH_SHSTK_DISABLE(cmd const[ARCH_SHSTK_DISABLE], features flags[shadow_stack_features]) +arch_prctl$ARCH_GET_UNTAG_MASK(cmd const[ARCH_GET_UNTAG_MASK], arg ptr[out, intptr]) +arch_prctl$ARCH_GET_MAX_TAG_BITS(cmd const[ARCH_GET_MAX_TAG_BITS], arg ptr[out, intptr]) +arch_prctl$ARCH_ENABLE_TAGGED_ADDR(cmd const[ARCH_ENABLE_TAGGED_ADDR], arg intptr[1:6]) +arch_prctl$ARCH_FORCE_TAGGED_SVA(cmd const[ARCH_FORCE_TAGGED_SVA]) _ = ARCH_SET_FS shadow_stack_features = ARCH_SHSTK_SHSTK, ARCH_SHSTK_WRSS |
