Searched refs:CSR_STLBPS (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 130 tlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in invalidate_tlb_entry() 248 tlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in helper_tlbrd() 301 stlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in helper_tlbfill() 434 tlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in helper_invtlb_page_asid() 463 tlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in helper_invtlb_page_asid_or_g()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu_helper.c | 27 tlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in loongarch_map_tlb_entry() 101 stlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in loongarch_tlb_search()
|
H A D | cpu-csr.h | 108 FIELD(CSR_STLBPS, PS, 0, 5)
|
H A D | machine.c | 198 VMSTATE_UINT64(env.CSR_STLBPS, LoongArchCPU),
|
H A D | cpu.h | 333 uint64_t CSR_STLBPS; member
|
H A D | cpu.c | 562 env->CSR_STLBPS = 0; in loongarch_cpu_reset_hold()
|
/openbmc/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 196 &env->CSR_STLBPS); in kvm_loongarch_get_csr() 366 &env->CSR_STLBPS); in kvm_loongarch_put_csr()
|