Home
last modified time | relevance | path

Searched refs:_hwcap (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/csu/aarch64/
H A Dreloc.c36 ifunc_arg._hwcap = 0; in ifunc_init()
44 ifunc_arg._hwcap = aux->a_un.a_val | _IFUNC_ARG_HWCAP; in ifunc_init()
71 target = ((ifunc_resolver_t)ptr)(ifunc_arg._hwcap, &ifunc_arg, 0, 0, 0, 0, 0, 0); in crt1_handle_rela()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dgetauxval.inc18 arg._hwcap = hwcap;
H A Delf_aux_info.inc24 arg._hwcap = hwcap;
H A Dandroid.inc33 arg._hwcap = hwcap;
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Daarch64.c27 unsigned long _hwcap; member
/freebsd/sys/arm64/include/
H A Difunc.h35 unsigned long _hwcap; member
/freebsd/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h83 ifunc_arg._hwcap, &ifunc_arg, 0, 0, 0, 0, 0, 0))
H A Dreloc.c452 ifunc_arg._hwcap = aux_info[AT_HWCAP] != NULL ? in ifunc_init()
/freebsd/sys/arm64/arm64/
H A Didentcpu.c436 _values, _hwcap) \ argument
445 .hwcaps = (_hwcap), \