Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_auxv_test.cpp52 ASSERT_NE(0, HWCAP2_SVE2); in TEST()
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dhwcap.h54 #define HWCAP2_SVE2 (1 << 1) macro