Home
last modified time | relevance | path

Searched refs:lcsr_cpucfg1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c267 return env->lcsr_cpucfg1; in helper_lcsr_cpucfg()
/openbmc/qemu/target/mips/
H A Dcpu.c246 env->lcsr_cpucfg1 = env->cpu_model->lcsr_cpucfg1; in mips_cpu_reset_hold()
H A Dinternal.h82 uint32_t lcsr_cpucfg1; member
H A Dcpu.h1072 uint32_t lcsr_cpucfg1; member
H A Dcpu-defs.c.inc946 .lcsr_cpucfg1 = (1 << CPUCFG1_FP) | (2 << CPUCFG1_FPREV) |