Home
last modified time | relevance | path

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

/openbmc/qemu/tests/plugin/
H A Dbb.c22 uint64_t bb_count; member
37 if (count->bb_count) { in gen_one_cpu_report()
41 count->bb_count, count->insn_count); in gen_one_cpu_report()
51 inline_count.bb_count, inline_count.insn_count); in plugin_exit()
78 count->bb_count++; in vcpu_tb_exec()
88 &inline_count.bb_count, 1); in vcpu_tb_trans()
/openbmc/qemu/contrib/plugins/
H A Dlockstep.c41 static unsigned long bb_count; variable
96 bb_count, g_slist_length(log)); in plugin_exit()
218 bb_count++; in vcpu_tb_exec()
222 exec->block_count = bb_count; in vcpu_tb_exec()
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c212 unsigned long bb_count[VIRTIO_MEM_BBM_BB_COUNT]; member
376 BUG_ON(vm->bbm.bb_count[old_state] == 0); in virtio_mem_bbm_set_bb_state()
377 vm->bbm.bb_count[old_state]--; in virtio_mem_bbm_set_bb_state()
378 vm->bbm.bb_count[state]++; in virtio_mem_bbm_set_bb_state()
420 _bb_id < vm->bbm.next_bb_id && _vm->bbm.bb_count[_state]; \
426 _bb_id >= vm->bbm.first_bb_id && _vm->bbm.bb_count[_state]; \
1847 vm->bbm.bb_count[VIRTIO_MEM_BBM_BB_UNUSED]++; in virtio_mem_bbm_prepare_next_bb()