Home
last modified time | relevance | path

Searched defs:atop (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c485 size_t i, lasti, j, atop, mask; in bn2binpad() local
1026 int j, atop; bn_correct_top_consttime() local
[all...]
/freebsd/sys/sys/
H A Dparam.h212 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c112 #define atop(x) (((paddr_t)(x)) >> PAGE_SHIFT) macro
H A Dt_uvm_physseg.c113 #define atop(x) (((paddr_t)(x)) >> PAGE_SHIFT) macro