Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dutils.h129 #ifndef PPC_FEATURE2_ARCH_3_00
130 #define PPC_FEATURE2_ARCH_3_00 0x00800000 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dcputable.h48 #define PPC_FEATURE2_ARCH_3_00 0x00800000 /* ISA 3.00 */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c52 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_copy_first_unaligned()
H A Dalignment_handler.c369 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_alignment_handler_vsx_300()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcputable.c115 PPC_FEATURE2_ARCH_3_00 | \
122 PPC_FEATURE2_ARCH_3_00 | \
H A Ddt_cpu_ftrs.c715 cur_cpu_spec->cpu_user_features2 |= PPC_FEATURE2_ARCH_3_00; in cpufeatures_setup_start()