Searched defs:pgtok (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/release/picobsd/tinyware/vm/
H A Dvm.c35 #define pgtok(a) ((a) * (u_int) pagesize >> 10) macro
[all...]
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h106 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h150 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h125 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h128 #define pgtok(x) ((x) * (PAGE_SIZE / 1024UL)) macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h181 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h150 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h147 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h163 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro

Completed in 104 milliseconds