Searched refs:mvp (Results 1 – 12 of 12) sorted by relevance
46 struct sh_machine_vector *mvp; in early_parse_mv() local66 mvp = get_mv_byname(mv_name); in early_parse_mv()67 if (unlikely(!mvp)) { in early_parse_mv()69 for_each_mv(mvp) in early_parse_mv()70 pr_cont("'%s', ", mvp->mv_name); in early_parse_mv()75 sh_mv = *mvp; in early_parse_mv()
2 HOMEPAGE = "https://github.com/mvp/uhubctl"3 BUGTRACKER = "https://github.com/mvp/uhubctl/issues"10 SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https"
231 return env->mvp->CP0_MVPControl; in helper_mfc0_mvpcontrol()236 return env->mvp->CP0_MVPConf0; in helper_mfc0_mvpconf0()241 return env->mvp->CP0_MVPConf1; in helper_mfc0_mvpconf1()523 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_mvpcontrol()526 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask); in helper_mtc0_mvpcontrol()530 env->mvp->CP0_MVPControl = newval; in helper_mtc0_mvpcontrol()621 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_vpeconf1()694 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_tcbind()708 if (other->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mttc0_tcbind()1574 target_ulong prev = env->mvp->CP0_MVPControl; in helper_dvpe()[all …]
977 env->mvp->CP0_MVPConf0 = deposit32(env->mvp->CP0_MVPConf0, in malta_mips_config()980 env->mvp->CP0_MVPConf0 = deposit32(env->mvp->CP0_MVPConf0, in malta_mips_config()
1035 env->mvp = g_malloc0(sizeof(CPUMIPSMVPContext));1045 env->mvp->CP0_MVPConf0 = (1U << CP0MVPC0_M) | (1 << CP0MVPC0_TLBS) |1054 env->mvp->CP0_MVPConf0 |= (env->tlb->nb_tlb << CP0MVPC0_PTLBE);1059 env->mvp->CP0_MVPConf1 = (1U << CP0MVPC1_CIM) | (1 << CP0MVPC1_CIF) |
252 if (!(env->mvp->CP0_MVPControl & (1 << CP0MVPCo_EVP))) { in mips_vpe_active()
1177 CPUMIPSMVPContext *mvp; member
344 env->mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP); in mips_cpu_reset_hold()
236 VMSTATE_STRUCT_POINTER(env.mvp, MIPSCPU, vmstate_mvp,
338 http://www.maxim-ic.com/datasheet/index.mvp/id/4199350 http://www.maxim-ic.com/datasheet/index.mvp/id/4199
715 https://www.maximintegrated.com/app-notes/index.mvp/id/1822
8074 (env->mvp->CP0_MVPConf0 & (0xff << CP0MVPC0_PTC))) { in gen_mftr()8300 (env->mvp->CP0_MVPConf0 & (0xff << CP0MVPC0_PTC))) { in gen_mttr()