Home
last modified time | relevance | path

Searched refs:pageshift (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/top/
H A Dm_dragonfly.c180 static int pageshift; /* log base 2 of the pagesize */ variable
184 #define pagetok(size) ((size) << pageshift)
294 pageshift = 0; in machine_init()
296 pageshift++; in machine_init()
301 pageshift -= LOG1024; in machine_init()