Searched defs:ptoa (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dparam.h120 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dparam.h123 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/freebsd-10-stable/sys/arm/include/
H A Dparam.h145 #define ptoa(x) ((unsigned)(x) << PAGE_SHIFT) macro
/freebsd-10-stable/sys/mips/include/
H A Dparam.h177 #define ptoa(x) ((x) << PAGE_SHIFT) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dparam.h142 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/freebsd-10-stable/sys/amd64/include/
H A Dparam.h139 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/freebsd-10-stable/sys/i386/include/
H A Dparam.h158 #define ptoa(x) ((x) << PAGE_SHIFT) macro
/freebsd-10-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c114 #define ptoa(x) (((paddr_t)(x)) << PAGE_SHIFT) macro

Completed in 83 milliseconds