Searched refs:HWCAP_PACG (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/arm64/include/uapi/asm/
H A Dhwcap.h57 #define HWCAP_PACG (1UL << 31) macro
/linux-master/tools/testing/selftests/arm64/pauth/
H A Dpac.c35 if (!(hwcaps & HWCAP_PACG)) \
262 if (!(hwcaps & HWCAP_PACG)) {
305 if (!(hwcaps & HWCAP_PACG)) {
H A Dexec_target.c29 signed_vals.keyg = (hwcaps & HWCAP_PACG) ? keyg_sign(val) : 0;

Completed in 142 milliseconds