Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/
H A Dpac.c35 if (!(hwcaps & HWCAP_PACG)) \
262 if (!(hwcaps & HWCAP_PACG)) { in TEST()
305 if (!(hwcaps & HWCAP_PACG)) { in TEST()
H A Dexec_target.c29 signed_vals.keyg = (hwcaps & HWCAP_PACG) ? keyg_sign(val) : 0; in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dhwcap.h56 #define HWCAP_PACG (1UL << 31) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dhwcap.h54 #define HWCAP_PACG (1UL << 31) macro
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Delf_hwcaps.rst166 HWCAP_PACG
H A Dpointer-authentication.rst50 HWCAP_PACA, and generic authentication functionality via HWCAP_PACG.