OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PAGESIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/sys/sys/
param.h
39
#define
PAGESIZE
PAGE_SIZE
41
#define
PAGESIZE
getpagesize()
systm.h
72
#define
PAGESIZE
PAGE_SIZE
73
#define PAGEOFFSET (
PAGESIZE
- 1)
/src/external/gpl3/gdb/dist/sim/arm/
armvirt.c
49
#undef
PAGESIZE
/* Cleanup system headers. */
51
#define
PAGESIZE
64 * 1024
79
pageptr = (ARMword *) malloc (
PAGESIZE
);
115
pageptr = (ARMword *) malloc (
PAGESIZE
);
/src/external/gpl3/gdb.old/dist/sim/arm/
armvirt.c
49
#undef
PAGESIZE
/* Cleanup system headers. */
51
#define
PAGESIZE
64 * 1024
79
pageptr = (ARMword *) malloc (
PAGESIZE
);
115
pageptr = (ARMword *) malloc (
PAGESIZE
);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026