summaryrefslogtreecommitdiffstats
path: root/target/arm/pauth_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Use bit 55 explicitly for pauthRichard Henderson2020-02-211-1/+2
* target/arm: check TGE and E2H flags for EL0 pauth trapsAlex Bennée2020-02-071-1/+4
* target/arm: Update arm_sctlr for VHERichard Henderson2020-02-071-8/+1Star
* target/arm: Fix PAuth sbox functionsVincent Dehors2020-01-231-2/+2
* target/arm: Fix output of PAuth AuthRichard Henderson2019-06-131-2/+2
* target/arm: Put all PAC keys into a structureRichard Henderson2019-05-221-9/+9
* target/arm: Implement pauth_computepacRichard Henderson2019-01-211-1/+241
* target/arm: Implement pauth_addpacRichard Henderson2019-01-211-1/+41
* target/arm: Implement pauth_authRichard Henderson2019-01-211-1/+20
* target/arm: Implement pauth_stripRichard Henderson2019-01-211-1/+13
* target/arm: Add PAuth helpersRichard Henderson2019-01-211-0/+186