Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dcputlb.c924 static inline void copy_tlb_helper_locked(CPUTLBEntry *d, const CPUTLBEntry *s) in copy_tlb_helper_locked() function
1149 copy_tlb_helper_locked(tv, te); in tlb_set_page_full()
1195 copy_tlb_helper_locked(te, &tn); in tlb_set_page_full()
1299 copy_tlb_helper_locked(&tmptlb, tlb); in victim_tlb_hit()
1300 copy_tlb_helper_locked(tlb, vtlb); in victim_tlb_hit()
1301 copy_tlb_helper_locked(vtlb, &tmptlb); in victim_tlb_hit()