aboutsummaryrefslogtreecommitdiff
path: root/target/arm/pauth_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03target/arm: Fix AddPAC error indicationRichard Henderson1-1/+5
2020-02-21target/arm: Use bit 55 explicitly for pauthRichard Henderson1-1/+2
2020-02-07target/arm: check TGE and E2H flags for EL0 pauth trapsAlex Bennée1-1/+4
2020-02-07target/arm: Update arm_sctlr for VHERichard Henderson1-8/+1
2020-01-23target/arm: Fix PAuth sbox functionsVincent Dehors1-2/+2
2019-06-13target/arm: Fix output of PAuth AuthRichard Henderson1-2/+2
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson1-9/+9
2019-01-21target/arm: Implement pauth_computepacRichard Henderson1-1/+241
2019-01-21target/arm: Implement pauth_addpacRichard Henderson1-1/+41
2019-01-21target/arm: Implement pauth_authRichard Henderson1-1/+20
2019-01-21target/arm: Implement pauth_stripRichard Henderson1-1/+13
2019-01-21target/arm: Add PAuth helpersRichard Henderson1-0/+186