Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcpuinfo-ppc.c41 unsigned long hwcap2 = qemu_getauxval(AT_HWCAP2); in cpuinfo_init() local
44 if (hwcap2 & PPC_FEATURE2_ARCH_3_1) { in cpuinfo_init()
46 } else if (hwcap2 & PPC_FEATURE2_ARCH_3_00) { in cpuinfo_init()
48 } else if (hwcap2 & PPC_FEATURE2_ARCH_2_07) { in cpuinfo_init()
54 if (hwcap2 & PPC_FEATURE2_ISEL) { in cpuinfo_init()
67 if (hwcap2 & PPC_FEATURE2_VEC_CRYPTO) { in cpuinfo_init()
H A Dcpuinfo-aarch64.c74 unsigned long hwcap2 = qemu_getauxval(AT_HWCAP2); in cpuinfo_init() local
75 info |= (hwcap2 & HWCAP2_BTI ? CPUINFO_BTI : 0); in cpuinfo_init()
/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() argument
67 if ((getauxval(AT_HWCAP2) & hwcap2) != hwcap2) { in set_mode_test()
95 int hwcap2; member
113 set_mode_test(mte_modes[i].name, mte_modes[i].hwcap2, in main()
/openbmc/qemu/tests/tcg/aarch64/
H A Dmte-8.c48 unsigned long hwcap2 = getauxval(AT_HWCAP2); in main() local
51 if (!(hwcap2 & HWCAP2_MTE)) { in main()
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c161 unsigned long hwcap = 0, hwcap2 = 0; in start() local
179 hwcap2 = auxv->val; in start()
191 if (hwcap2 & HWCAP2_BTI) { in start()
/openbmc/linux/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst313 unsigned long hwcap2 = getauxval(AT_HWCAP2);
316 if (!(hwcap2 & HWCAP2_MTE))
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt1480 -rw-r--r-- root root 198 ./usr/include/asm/hwcap2.h
H A Dbuildhistory_filelist1.txt1479 -rw-r--r-- root root 198 ./usr/include/asm/hwcap2.h