Home
last modified time | relevance | path

Searched defs:x86_btop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/i386/include/
H A Dparam.h156 #define x86_btop(x) ((paddr_t)(x) >> PGSHIFT) macro
/netbsd-src/sys/arch/amd64/include/
H A Dparam.h128 #define x86_btop(x) ((unsigned long)(x) >> PGSHIFT) macro