Home
last modified time | relevance | path

Searched refs:HW_USERMEM64 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Dsysctl.d243 HW_USERMEM64 = 20,
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Dsysctl.d216 HW_USERMEM64 = 14, enumerator
/netbsd-src/sbin/cgdconfig/
H A Dargon2_utils.c63 const int mib[] = { CTL_HW, HW_USERMEM64 }; in get_usermem()
/netbsd-src/lib/libcrypt/
H A Dcrypt-argon2.c153 const int mib[] = { CTL_HW, HW_USERMEM64 }; in estimate_argon2_params()
/netbsd-src/sbin/dump/
H A Drcache.c122 int mib[2] = { CTL_HW, HW_USERMEM64 }; in initcache()
/netbsd-src/sys/kern/
H A Dinit_sysctl.c613 CTL_HW, HW_USERMEM64, CTL_EOL);
1453 case HW_USERMEM64: in sysctl_hw_usermem()
/netbsd-src/sys/sys/
H A Dsysctl.h857 #define HW_USERMEM64 14 /* quad: non-kernel memory (bytes) */ macro