Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c23 # ifndef PPC_FEATURE_TRUE_LE
24 # define PPC_FEATURE_TRUE_LE 0x00000002 macro
106 if (!(auxv[0] == AT_HWCAP && (auxv[1] & PPC_FEATURE_TRUE_LE))) in main4()
/external/cpu_features/include/internal/
Dhwcaps.h149 #define PPC_FEATURE_TRUE_LE 0x00000002 macro
/external/cpu_features/src/
Dcpuinfo_ppc.c60 FEATURE(PPC_TRUE_LE, truele, "true_le", PPC_FEATURE_TRUE_LE, 0) \