Home
last modified time | relevance | path

Searched refs:HWCAP_PACG (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/testing/selftests/arm64/pauth/
Dpac.c35 if (!(hwcaps & HWCAP_PACG)) \
262 if (!(hwcaps & HWCAP_PACG)) { in TEST()
305 if (!(hwcaps & HWCAP_PACG)) { in TEST()
Dexec_target.c29 signed_vals.keyg = (hwcaps & HWCAP_PACG) ? keyg_sign(val) : 0; in main()
/linux-5.19.10/arch/arm64/include/uapi/asm/
Dhwcap.h54 #define HWCAP_PACG (1UL << 31) macro
/linux-5.19.10/Documentation/translations/zh_CN/arm64/
Delf_hwcaps.rst159 HWCAP_PACG
/linux-5.19.10/Documentation/translations/zh_TW/arm64/
Delf_hwcaps.rst162 HWCAP_PACG
/linux-5.19.10/Documentation/arm64/
Delf_hwcaps.rst168 HWCAP_PACG
Dpointer-authentication.rst50 HWCAP_PACA, and generic authentication functionality via HWCAP_PACG.