Home
last modified time | relevance | path

Searched refs:sv_hwcap (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Delf_common.c92 if (imgp->sysent->sv_hwcap != NULL) in __elfN()
93 AUXARGS_ENTRY(pos, AT_OLD_HWCAP, *imgp->sysent->sv_hwcap); in __elfN()
H A Delf64_machdep.c98 .sv_hwcap = &cpu_features,
140 .sv_hwcap = &cpu_features,
H A Delf32_machdep.c135 .sv_hwcap = &cpu_features,
/freebsd/sys/arm/arm/
H A Delf_machdep.c98 .sv_hwcap = &elf_hwcap,
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c157 AUXARGS_ENTRY((*pos), LINUX_AT_HWCAP, *imgp->sysent->sv_hwcap); in linux64_arch_copyout_auxargs()
459 .sv_hwcap = &linux_elf_hwcap,
/freebsd/sys/sys/
H A Dsysent.h146 u_long *sv_hwcap; /* Value passed in AT_HWCAP. */ member
/freebsd/sys/arm64/arm64/
H A Delf32_machdep.c135 .sv_hwcap = &elf32_hwcap,
H A Delf_machdep.c102 .sv_hwcap = &elf_hwcap,
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c607 .sv_hwcap = NULL,
651 .sv_hwcap = NULL,
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c95 .sv_hwcap = &elf_hwcap,
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c712 .sv_hwcap = NULL,
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c811 .sv_hwcap = NULL,
/freebsd/sys/kern/
H A Dimgact_elf.c1486 if (imgp->sysent->sv_hwcap != NULL) in __elfN()
1487 AUXARGS_ENTRY(pos, AT_HWCAP, *imgp->sysent->sv_hwcap); in __elfN()