Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dcpuinfo.c221 elf_hwcap2 |= HWCAP2_AES; in cpuinfo_init()
223 elf_hwcap2 |= HWCAP2_PMULL; in cpuinfo_init()
227 elf_hwcap2 |= HWCAP2_SHA1; in cpuinfo_init()
231 elf_hwcap2 |= HWCAP2_SHA2; in cpuinfo_init()
235 elf_hwcap2 |= HWCAP2_CRC32; in cpuinfo_init()
H A Delf_machdep.c63 u_long elf_hwcap2; variable
99 .sv_hwcap2 = &elf_hwcap2,
/f-stack/freebsd/arm/include/
H A Dmd_var.h42 extern u_long elf_hwcap2;
/f-stack/freebsd/arm64/include/
H A Dmd_var.h40 extern u_long elf_hwcap2;
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c59 u_long __read_frequently elf_hwcap2; variable
94 .sv_hwcap2 = &elf_hwcap2,
H A Didentcpu.c1214 elf_hwcap2 = parse_cpu_features_hwcap2(); in identify_cpu_sysinit()