HomeSort by relevance Sort by last modified time
    Searched refs:CP0_MVPConf0 (Results 1 - 5 of 5) sorted by null

  /external/qemu/target-mips/
machine.c 56 qemu_put_sbe32s(f, &env->mvp->CP0_MVPConf0);
206 qemu_get_sbe32s(f, &env->mvp->CP0_MVPConf0);
translate_init.c 537 env->mvp->CP0_MVPConf0 = (1 << CP0MVPC0_M) | (1 << CP0MVPC0_TLBS) |
546 env->mvp->CP0_MVPConf0 |= (env->tlb->nb_tlb << CP0MVPC0_PTLBE);
cpu.h 115 int32_t CP0_MVPConf0;
translate.c     [all...]
op_helper.c 577 return env->mvp->CP0_MVPConf0;
    [all...]

Completed in 53 milliseconds