OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HW_PAGESIZE
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/gen/
getpagesize.c
61
mib[1] =
HW_PAGESIZE
;
pthread_atfork.c
94
static int
hw_pagesize
= 0;
variable in typeref:typename:int
96
static const int hw_pagesize_sysctl[2] = { CTL_HW,
HW_PAGESIZE
};
140
if (__predict_false(
hw_pagesize
== 0)) {
141
size_t len = sizeof(
hw_pagesize
);
143
if (sysctl(hw_pagesize_sysctl, 2, &
hw_pagesize
,
146
if (len != sizeof(
hw_pagesize
))
148
if (
hw_pagesize
== 0 || (
hw_pagesize
& 0xFF) != 0)
151
atfork_storage = mmap(0,
hw_pagesize
, PROT_READ|PROT_WRITE,
157
(uint16_t)(
hw_pagesize
/ sizeof(struct atfork_cb_block))
[
all
...]
/src/sys/kern/
init_sysctl_base.c
249
CTL_HW,
HW_PAGESIZE
, CTL_EOL);
/src/usr.bin/pmap/
main.c
426
mib[1] =
HW_PAGESIZE
;
/src/sys/sys/
sysctl.h
857
#define
HW_PAGESIZE
7 /* int: software page size */
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
1092
int mib[2] = {CTL_HW,
HW_PAGESIZE
};
Completed in 15 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025