Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/
H A Dcsr_helper.c24 v = env->CSR_TLBRBADV; in helper_csrrd_pgd()
H A Dmachine.c170 VMSTATE_UINT64(env.CSR_TLBRBADV, LoongArchCPU),
H A Dtlb_helper.c301 env->CSR_TLBRBADV = address; in raise_mmu_exception()
721 badvaddr = env->CSR_TLBRBADV; in helper_lddir()
785 badv = env->CSR_TLBRBADV; in helper_ldpte()
H A Dcpu.h335 uint64_t CSR_TLBRBADV; member
H A Dcpu.c281 tlbfill ? env->CSR_TLBRBADV : env->CSR_BADV, in loongarch_cpu_do_interrupt()
763 qemu_fprintf(f, "TLBRBADV=%016" PRIx64 "\n", env->CSR_TLBRBADV); in loongarch_cpu_dump_state()