Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dcpufeature.c11 TYPE_HWCAP, enumerator
21 [S390_CPU_FEATURE_MSA] = {.type = TYPE_HWCAP, .num = HWCAP_NR_MSA},
22 [S390_CPU_FEATURE_VXRS] = {.type = TYPE_HWCAP, .num = HWCAP_NR_VXRS},
37 case TYPE_HWCAP: in cpu_have_feature()