Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dmonitor.c135 full += qatomic_read(&cpu->neg.tlb.c.full_flush_count); in tlb_flush_counts()
H A Dcputlb.c404 qatomic_set(&cpu->neg.tlb.c.full_flush_count, in tlb_flush_by_mmuidx_async_work()
405 cpu->neg.tlb.c.full_flush_count + 1); in tlb_flush_by_mmuidx_async_work()
/openbmc/qemu/include/hw/core/
H A Dcpu.h310 size_t full_flush_count; member