Home
last modified time | relevance | path

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

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