aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/pauth_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2023-09-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay1-1/+17
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay1-13/+58
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay1-4/+17
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay1-5/+11
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson1-10/+44
2023-09-08target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay1-1/+1
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell1-3/+3
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé1-17/+1
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson1-4/+22
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-0/+515