Home
last modified time | relevance | path

Searched refs:compat_freebsd_32bit (Results 1 – 5 of 5) sorted by relevance

/src/tests/sys/compat32/aarch64/
H A Dcommon.sh3 if ! sysctl -n kern.features.compat_freebsd_32bit >/dev/null 2>&1; then
/src/sys/compat/freebsd32/
H A Dfreebsd32_util.h130 extern int compat_freebsd_32bit;
H A Dfreebsd32_misc.c128 int compat_freebsd_32bit = 1; variable
133 if (!compat_freebsd_32bit) in register_compat32_feature()
/src/sys/arm64/arm64/
H A Delf32_machdep.c166 compat_freebsd_32bit = 0; in register_elf32_brand()
/src/sys/kern/
H A Dkern_mib.c338 compat_freebsd_32bit ? MACHINE_ARCH " " MACHINE_ARCH32 : in sysctl_kern_supported_archs()