DIROFSET
#define mips_round_dir(x) (((vaddr_t)(x) + DIROFSET) & ~DIROFSET)
#define mips_trunc_dir(x) ((vaddr_t)(x) & ~DIROFSET)