Searched defs:atop (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c668 size_t i, lasti, j, atop, mask; local
/freebsd-11-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...]
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h100 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h178 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h141 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h122 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h119 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h144 #define atop(x) ((unsigned)(x) >> PAGE_SHIFT) macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h157 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h144 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro

Completed in 128 milliseconds