Home
last modified time | relevance | path

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

/freebsd/tests/sys/netinet/
H A Dmulticast-send.c41 atop(const char *c) in atop() function
H A Dmulticast-receive.c43 atop(const char *c) in atop() function
/freebsd/sys/sys/
H A Dparam.h212 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c552 size_t i, lasti, j, atop, mask; in bn2binpad() local
1154 int j, atop; in bn_correct_top_consttime() local
/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