-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM64-SVE: Add SVE registers to pal context (#103801)
* ARM64-SVE: Add SVE registers to pal context * fix debug sizes * Add SVE defines if missing from Linux host * More missing defines * More missing defines * Add cast * Move SVE registers after debug registers * Fix dbgtargetcontext * Remove SVE from debug context * Move ffr * Add SVE registers to asmconstants * Remove Z registers from context * backup/restore SVE in Context2.S Change-Id: I2f6bc39068d9fed3f45b548089b144884607d97b * Remove unused SVE128 struct * Add XStateFeaturesMask * restore instrsarm64sve.h changes * Restore SIZEOF__CONTEXT for windows * Fix AsmOffsets.cs for windows * Fix AsmOffsets.cs for windows * Restore missing ldr * Check size of SVE data returned from the kernel * 16 P registers * Copy context based on XSTATE_MASK_SVE * Move context handling inside XSTATE checks * Set CONTEXT_XSTATE * Remove __pad and fix sizes * Fix context sizes * Fix context sizes * Only read/write OS context SVE registers on 128bit
- Loading branch information
Showing
10 changed files
with
457 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.