Searched refs:hwcap2 (Results 1 – 2 of 2) sorted by relevance
44 #if __has_include(<asm/hwcap2.h>)
301 const unsigned long hwcap2 = getauxval(AT_HWCAP2); in platform_properties_init() local302 g_platform_properties.bti_supported = (hwcap2 & HWCAP2_BTI) != 0; in platform_properties_init()