Home
last modified time | relevance | path

Searched refs:PPC_FEATURE2_EBB (Results 1 – 5 of 5) sorted by relevance

/external/musl/arch/powerpc/bits/
Dhwcap.h34 #define PPC_FEATURE2_EBB 0x10000000 macro
/external/musl/arch/powerpc64/bits/
Dhwcap.h34 #define PPC_FEATURE2_EBB 0x10000000 macro
/external/cpu_features/include/internal/
Dhwcaps.h157 #define PPC_FEATURE2_EBB 0x10000000 macro
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c323 #ifdef PPC_FEATURE2_EBB in ebb_is_supported()
325 return have_hwcap2(PPC_FEATURE2_EBB); in ebb_is_supported()
/external/cpu_features/src/
Dimpl_ppc_linux.c61 LINE(PPC_EBB, ebb, "ebb", 0, PPC_FEATURE2_EBB) \