Home
last modified time | relevance | path

Searched defs:pgtok (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dparam.h144 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h123 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/f-stack/freebsd/i386/include/
H A Dparam.h161 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/f-stack/freebsd/mips/include/
H A Dparam.h186 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h156 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro