Searched defs:atop (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dparam.h119 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dparam.h122 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-10-stable/sys/arm/include/
H A Dparam.h144 #define atop(x) ((unsigned)(x) >> PAGE_SHIFT) macro
/freebsd-10-stable/sys/mips/include/
H A Dparam.h176 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dparam.h141 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-10-stable/sys/amd64/include/
H A Dparam.h138 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-10-stable/sys/i386/include/
H A Dparam.h157 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-10-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c112 #define atop(x) (((paddr_t)(x)) >> PAGE_SHIFT) macro
[all...]
H A Dt_uvm_physseg.c113 #define atop(x) (((paddr_t)(x)) >> PAGE_SHIFT) macro
[all...]

Completed in 260 milliseconds