Home
last modified time | relevance | path

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

/qemu/target/loongarch/
H A Dcpu_helper.c22 uint8_t tlb_ps, n, tlb_v, tlb_d, tlb_plv, tlb_nx, tlb_nr, tlb_rplv; in loongarch_map_tlb_entry() local
38 tlb_nr = FIELD_EX64(tlb_entry, TLBENTRY_64, NR); in loongarch_map_tlb_entry()
43 tlb_nr = 0; in loongarch_map_tlb_entry()
59 if (access_type == MMU_DATA_LOAD && tlb_nr) { in loongarch_map_tlb_entry()