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

/freebsd-12-stable/sys/riscv/include/
H A Dparam.h100 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-12-stable/sys/powerpc/include/
H A Dparam.h128 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-12-stable/sys/arm/include/
H A Dparam.h148 #define atop(x) ((unsigned)(x) >> PAGE_SHIFT) macro
/freebsd-12-stable/sys/arm64/include/
H A Dparam.h122 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-12-stable/sys/sparc64/include/
H A Dparam.h143 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-12-stable/sys/mips/include/
H A Dparam.h183 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-12-stable/sys/i386/include/
H A Dparam.h159 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-12-stable/sys/amd64/include/
H A Dparam.h146 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-12-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-12-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c484 size_t i, lasti, j, atop, mask; local

Completed in 602 milliseconds