Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c35 # ifndef PPC_FEATURE_TRUE_LE
36 # define PPC_FEATURE_TRUE_LE 0x00000002 macro
118 if (!(auxv[0] == AT_HWCAP && (auxv[1] & PPC_FEATURE_TRUE_LE))) in main4()