Home
last modified time | relevance | path

Searched defs:hwcap2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_prctl.c63 void set_mode_test(const char *name, int hwcap2, int mask) in set_mode_test()
95 int hwcap2; member
/openbmc/qemu/util/
H A Dcpuinfo-ppc.c41 unsigned long hwcap2 = qemu_getauxval(AT_HWCAP2); in cpuinfo_init() local
H A Dcpuinfo-aarch64.c74 unsigned long hwcap2 = qemu_getauxval(AT_HWCAP2); in cpuinfo_init() local
/openbmc/qemu/tests/tcg/aarch64/
H A Dmte-8.c48 unsigned long hwcap2 = getauxval(AT_HWCAP2); in main() local
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c161 unsigned long hwcap = 0, hwcap2 = 0; in start() local