Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dmemory.c40 static unsigned memory_region_transaction_depth; variable
1273 ++memory_region_transaction_depth; in memory_region_transaction_begin()
1280 assert(memory_region_transaction_depth); in memory_region_transaction_commit()
1283 --memory_region_transaction_depth; in memory_region_transaction_commit()
1284 if (!memory_region_transaction_depth) { in memory_region_transaction_commit()