Home
last modified time | relevance | path

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

/arch/mips/include/asm/
A Dcpufeature.h15 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
/arch/loongarch/include/asm/
A Dcpufeature.h17 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
/arch/powerpc/include/asm/
A Dcpufeature.h27 #define cpu_feature(x) (x) macro
/arch/arm/include/asm/
A Dcpufeature.h28 #define cpu_feature(x) __hwcap2_feature(x) macro
/arch/s390/include/asm/
A Dcpufeature.h22 #define cpu_feature(feature) (feature) macro
/arch/arm64/crypto/
A Dsm4-ce-gcm-glue.c268 static const struct cpu_feature __maybe_unused sm4_ce_gcm_cpu_feature[] = {
269 { cpu_feature(PMULL) },
A Dghash-ce-glue.c540 static const struct cpu_feature __maybe_unused ghash_cpu_feature[] = {
541 { cpu_feature(PMULL) }, { }
/arch/arm64/include/asm/
A Dcpufeature.h16 #define cpu_feature(x) KERNEL_HWCAP_ ## x macro
466 #define cpu_set_named_feature(name) cpu_set_feature(cpu_feature(name))
467 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
/arch/loongarch/kvm/
A Dmain.c458 static const struct cpu_feature kvm_feature[] = {
459 { .feature = cpu_feature(LOONGARCH_LVZ) },
/arch/powerpc/lib/
A Dtest_emulate_step.c902 unsigned long cpu_feature; member
931 .cpu_feature = CPU_FTR_ARCH_300,
1474 .cpu_feature = CPU_FTR_ARCH_31,
1664 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) { in run_tests_compute()
/arch/powerpc/kernel/
A Dprom.c273 unsigned long cpu_feature; member
323 cur_cpu_spec->cpu_features |= fp->cpu_feature; in check_cpu_feature_properties()

Completed in 20 milliseconds