x86_ptob
#define x86_ptob(x) ((unsigned long)(x) << PGSHIFT)
#define x86_ptob(x) ((paddr_t)(x) << PGSHIFT)