Home
last modified time | relevance | path

Searched refs:PPC_FEATURE2_HTM (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm.h17 #ifdef PPC_FEATURE2_HTM in have_htm()
18 return have_hwcap2(PPC_FEATURE2_HTM); in have_htm()
/external/cpu_features/include/internal/
Dhwcaps.h154 #define PPC_FEATURE2_HTM 0x40000000 macro
/external/cpu_features/src/
Dcpuinfo_ppc.c63 FEATURE(PPC_HTM, htm, "htm", 0, PPC_FEATURE2_HTM) \