Searched defs:tlb_ps (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 23 bool check_ps(CPULoongArchState *env, uint8_t tlb_ps) in check_ps() 101 uint8_t tlb_ps; in invalidate_tlb_entry() local 211 uint8_t tlb_e, tlb_ps, tlb_g, stlb_ps; in loongarch_tlb_search() local 282 uint8_t tlb_ps, tlb_e; in helper_tlbrd() local 473 uint8_t tlb_ps, compare_shift; in helper_invtlb_page_asid() local 506 uint8_t tlb_ps, compare_shift; in helper_invtlb_page_asid_or_g() local 674 uint8_t tlb_ps, n, tlb_v, tlb_d, tlb_plv, tlb_nx, tlb_nr, tlb_rplv; in loongarch_map_tlb_entry() local
|
H A D | csr_helper.c | 28 uint8_t tlb_ps = FIELD_EX64(env->CSR_STLBPS, CSR_STLBPS, PS); in helper_csrwr_stlbps() local
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 566 uint8_t tlb_ps; in loongarch_cpu_reset_hold() local
|