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

/freebsd-current/sys/riscv/include/
H A Dparam.h100 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/freebsd-current/sys/arm64/include/
H A Dparam.h126 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/freebsd-current/sys/arm/include/
H A Dparam.h136 #define ptoa(x) ((unsigned)(x) << PAGE_SHIFT) macro
/freebsd-current/sys/powerpc/include/
H A Dparam.h151 #define ptoa(x) ((x) << PAGE_SHIFT) macro
/freebsd-current/sys/i386/include/
H A Dparam.h153 #define ptoa(x) ((x) << PAGE_SHIFT) macro
/freebsd-current/sys/amd64/include/
H A Dparam.h152 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro
/freebsd-current/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c114 #define ptoa(x) (((paddr_t)(x)) << PAGE_SHIFT) macro

Completed in 224 milliseconds