Home
last modified time | relevance | path

Searched defs:pagetok (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_hpux10.c173 #define pagetok(size) ((size) << pageshift) macro
H A Dm_hpux7.c245 #define pagetok(size) ((size) << pageshift) macro
H A Dm_svr4.c109 #define pagetok(size) ctob(size) >> LOG1024 macro
H A Dm_irix5.c102 #define pagetok(size) ((size)*pagesize) macro
H A Dm_hpux8.c235 #define pagetok(size) ((size) << pageshift) macro
H A Dm_sunos4.c281 #define pagetok(size) ((size) << pageshift) macro
H A Dm_hpux9.c247 #define pagetok(size) ((size) << pageshift) macro
H A Dm_macosx.c146 #define pagetok(size) ((size) << pageshift) macro
H A Dm_decosf1.c241 #define pagetok(size) ((size) << pageshift) macro
H A Dm_linuxthr.c206 #define pagetok(x) ((x) << (PAGE_SHIFT - 10)) macro
H A Dm_irixsgi.c112 #define pagetok(pages) ((((uint64_t) pages) * pagesize) >> 10) macro
H A Dm_linux.c233 #define pagetok(x) ((x) << (PAGE_SHIFT - 10)) macro
H A Dm_svr5.c112 #define pagetok(size) ((size) * pagesz) >> LOG1024 macro
H A Dm_netbsd.c261 #define pagetok(size) ((size) << pageshift) macro
H A Dm_sunos5.c341 #define pagetok(size) ((*p_pagetok)(size)) macro
H A Dm_freebsd.c349 #define pagetok(size) ((size) << pageshift) macro