Home
last modified time | relevance | path

Searched refs:tlb_d (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
33 tlb_d = FIELD_EX64(tlb_entry, TLBENTRY, D); in loongarch_map_tlb_entry()
68 if ((access_type == MMU_DATA_STORE) && !tlb_d) { in loongarch_map_tlb_entry()
75 if (tlb_d) { in loongarch_map_tlb_entry()