Home
last modified time | relevance | path

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

/freebsd-14.2/sys/riscv/include/
H A Dparam.h101 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-14.2/sys/arm64/include/
H A Dparam.h127 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-14.2/sys/arm/include/
H A Dparam.h137 #define atop(x) ((unsigned)(x) >> PAGE_SHIFT) macro
/freebsd-14.2/sys/i386/include/
H A Dparam.h154 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-14.2/sys/powerpc/include/
H A Dparam.h152 #define atop(x) ((x) >> PAGE_SHIFT) macro
/freebsd-14.2/sys/amd64/include/
H A Dparam.h153 #define atop(x) ((unsigned long)(x) >> PAGE_SHIFT) macro
/freebsd-14.2/crypto/openssl/crypto/bn/
H A Dbn_lib.c485 size_t i, lasti, j, atop, mask; in bn2binpad() local
1067 int j, atop; in bn_correct_top_consttime() local
/freebsd-14.2/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