Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dparam.h138 #define atop(x) ((unsigned)(x) >> PAGE_SHIFT) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h117 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/f-stack/freebsd/i386/include/
H A Dparam.h155 #define atop(x) ((x) >> PAGE_SHIFT) macro
/f-stack/freebsd/mips/include/
H A Dparam.h183 #define atop(x) ((x) >> PAGE_SHIFT) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h150 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro