Skip to content
Snippets Groups Projects
Commit 2440ed03 authored by Indu Bhagat's avatar Indu Bhagat
Browse files

sframe: doc: update documentation for pauth key in SFrame FDE

ChangeLog:

	* libsframe/doc/sframe-spec.texi
parent d429702d
No related branches found
No related tags found
No related merge requests found
...@@ -398,10 +398,16 @@ The info word is a bitfield split into three parts. From MSB to LSB: ...@@ -398,10 +398,16 @@ The info word is a bitfield split into three parts. From MSB to LSB:
@multitable {Bit offset} {@code{isroot}} {Length of variable-length data for this type (some kinds only).} @multitable {Bit offset} {@code{isroot}} {Length of variable-length data for this type (some kinds only).}
@headitem Bit offset @tab Name @tab Description @headitem Bit offset @tab Name @tab Description
@item 7--5 @item 7--6
@tab @code{unused} @tab @code{unused}
@tab Unused bits. @tab Unused bits.
@item 5
@tab @code{pauth_key}
@tab Specify which key is used for signing the return addresses in the SFrame
FDE. Two possible values: SFRAME_AARCH64_PAUTH_KEY_A (0) or
SFRAME_AARCH64_PAUTH_KEY_B (1).
@item 4 @item 4
@tab @code{fdetype} @tab @code{fdetype}
@tab SFRAME_FDE_TYPE_PCMASK (1) or SFRAME_FDE_TYPE_PCINC (0). @xref{The SFrame FDE types}. @tab SFRAME_FDE_TYPE_PCMASK (1) or SFRAME_FDE_TYPE_PCINC (0). @xref{The SFrame FDE types}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment