summary refs log tree commit diff stats
path: root/target/arm/tcg/pauth_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
* target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay2023-09-081-1/+17
* target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay2023-09-081-13/+58
* target/arm: Implement FEAT_Pauth2Aaron Lindsay2023-09-081-4/+17
* target/arm: Implement FEAT_EPACAaron Lindsay2023-09-081-5/+11
* target/arm: Implement FEAT_PACQARMA3Richard Henderson2023-09-081-10/+44
* target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay2023-09-081-1/+1
* target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell2023-05-121-3/+3
* target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé2023-04-031-17/+1
* target/arm: Create pauth_ptr_maskRichard Henderson2023-03-061-4/+22
* target/arm: move helpers to tcg/Claudio Fontana2023-02-271-0/+515