Home
last modified time | relevance | path

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

/openbmc/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()
1312 copy_tlb_helper_locked(&tmptlb, tlb); in victim_tlb_hit()
1313 copy_tlb_helper_locked(tlb, vtlb); in victim_tlb_hit()
1314 copy_tlb_helper_locked(vtlb, &tmptlb); in victim_tlb_hit()