Home
last modified time | relevance | path

Searched defs:PAGESIZE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/cddl/osnet/sys/sys/
H A Dparam.h39 #define PAGESIZE PAGE_SIZE macro
41 #define PAGESIZE getpagesize() macro
H A Dsystm.h72 #define PAGESIZE PAGE_SIZE macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dlifetime.d32 PAGESIZE = 4096, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dlifetime.d36 PAGESIZE = 4096, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dtypes.d50 static immutable size_t PAGESIZE; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dpooltable.d171 enum PAGESIZE = 4096; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dpooltable.d186 enum PAGESIZE = 4096; variable
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmvirt.c51 #define PAGESIZE 64 * 1024 macro