PA_IS_DEV
#define PA_IS_DEV(pa) (((pa) & PMAP_TYPE) != 0 || (pa) >= 0x00700000)
#define PA_IS_DEV(pa) ((pa) & PA_DEV_MASK)