Home
last modified time | relevance | path

Searched refs:HW_PAGESIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_mib.c175 SYSCTL_INT(_hw, HW_PAGESIZE, pagesize, CTLFLAG_RD|CTLFLAG_CAPRD,
/freebsd/sys/sys/
H A Dsysctl.h1064 #define HW_PAGESIZE 7 /* int: software page size */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1148 int mib[2] = {CTL_HW, HW_PAGESIZE}; in GetPageSize()
/freebsd/libexec/rtld-elf/
H A Drtld.c2513 mib[1] = HW_PAGESIZE; in init_pagesizes()