Searched refs:HWCAP2_BTI (Results 1 - 3 of 3) sorted by last modified time

/linux-master/tools/testing/selftests/mm/
H A Dmdwe_test.c293 if (!(getauxval(AT_HWCAP2) & HWCAP2_BTI))
295 SKIP(return, "HWCAP2_BTI not supported");
/linux-master/arch/arm64/include/uapi/asm/
H A Dhwcap.h79 #define HWCAP2_BTI (1 << 17) macro
/linux-master/tools/testing/selftests/arm64/bti/
H A Dtest.c191 if (hwcap2 & HWCAP2_BTI) {
192 putstr("# HWCAP2_BTI present\n");
197 putstr("# HWCAP2_BTI not present\n");

Completed in 174 milliseconds