Home
last modified time | relevance | path

Searched refs:HWCAP_TLS (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/thread/arm/
D__set_thread_area.c6 #define HWCAP_TLS (1 << 15) macro
33 if (__hwcap & HWCAP_TLS) { in __set_thread_area()
/third_party/musl/porting/liteos_a/user/src/thread/arm/
D__set_thread_area.c6 #define HWCAP_TLS (1 << 15) macro
33 if (__hwcap & HWCAP_TLS) { in __set_thread_area()
/third_party/ffmpeg/libavutil/arm/
Dcpu.c53 #define HWCAP_TLS (1 << 15) macro
103 *hwcap |= HWCAP_TLS; in get_cpuinfo()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dhwcap.h16 #define HWCAP_TLS (1 << 15) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dhwcap.h16 #define HWCAP_TLS (1 << 15) macro
/third_party/musl/arch/arm/bits/
Dhwcap.h16 #define HWCAP_TLS (1 << 15) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dhwcap.h16 #define HWCAP_TLS (1 << 15) macro
/third_party/node/deps/v8/src/base/
Dcpu.cc115 #define HWCAP_TLS (1 << 15)