Searched refs:HWCAP_PACA (Results 1 – 2 of 2) sorted by relevance
39 #define HWCAP_PACA (1 << 30) macro
375 static const bool pac_supported = getauxval(AT_HWCAP) & HWCAP_PACA; in __pthread_start()