Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-arm64/asm/
Dhwcap.h58 #define HWCAP2_BTI (1 << 17) macro
/bionic/linker/
Dlinker_main.cpp302 g_platform_properties.bti_supported = (hwcap2 & HWCAP2_BTI) != 0; in platform_properties_init()