Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c45 unsigned long hwcap_type; member
54 .hwcap_type = AT_HWCAP,
61 .hwcap_type = AT_HWCAP2,
682 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()
692 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()
706 if (getauxval(vec_types[i].hwcap_type) & in do_parent()
H A Dvec-syscfg.c29 unsigned long hwcap_type; member
49 .hwcap_type = AT_HWCAP,
59 .hwcap_type = AT_HWCAP2,
597 if (!(getauxval(vec_data[i].hwcap_type) & vec_data[i].hwcap)) in prctl_set_all_vqs()
768 supported = getauxval(data->hwcap_type) & data->hwcap; in main()
/openbmc/linux/arch/arm64/include/asm/
H A Dcpufeature.h365 u8 hwcap_type; member
/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c2743 .hwcap_type = cap_type, \
2944 switch (cap->hwcap_type) { in cap_set_elf_hwcap()
2967 switch (cap->hwcap_type) { in cpus_have_elf_hwcap()