x86_btop
#define x86_btop(x) ((unsigned long)(x) >> PGSHIFT)
#define x86_btop(x) ((paddr_t)(x) >> PGSHIFT)