dprintf0
#define dprintf0(fmt, ...) dprintf(MMU_PHYP_ID fmt, ## __VA_ARGS__)
#define dprintf0(fmt, args...) do { ; } while(0)