Home
last modified time | relevance | path

Searched refs:HWCAP_PACA (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/asm-arm64/asm/
Dhwcap.h39 #define HWCAP_PACA (1 << 30) macro
/bionic/libc/bionic/
Dpthread_create.cpp375 static const bool pac_supported = getauxval(AT_HWCAP) & HWCAP_PACA; in __pthread_start()