Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dparam.h139 #define ptoa(x) ((unsigned)(x) << PAGE_SHIFT) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h118 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/f-stack/freebsd/i386/include/
H A Dparam.h156 #define ptoa(x) ((x) << PAGE_SHIFT) macro
/f-stack/freebsd/mips/include/
H A Dparam.h184 #define ptoa(x) ((x) << PAGE_SHIFT) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h151 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro