Searched refs:hwcap_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c45 unsigned long hwcap_type; member in struct:vec_type
54 .hwcap_type = AT_HWCAP,
61 .hwcap_type = AT_HWCAP2,
682 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) {
692 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) {
706 if (getauxval(vec_types[i].hwcap_type) &
H A Dvec-syscfg.c29 unsigned long hwcap_type; member in struct:vec_data
49 .hwcap_type = AT_HWCAP,
59 .hwcap_type = AT_HWCAP2,
71 return getauxval(data->hwcap_type) & data->hwcap;
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h368 u8 hwcap_type; member in struct:arm64_cpu_capabilities::__anon1::__anon3
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c2874 .hwcap_type = cap_type, \
3079 switch (cap->hwcap_type) {
3102 switch (cap->hwcap_type) {

Completed in 121 milliseconds