HomeSort by: relevance | last modified time | path
    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