Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h128 uint32_t cfg_cache_hits; member
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c878 sdev->cfg_cache_hits++; in smmuv3_get_config()
880 sdev->cfg_cache_hits, sdev->cfg_cache_misses, in smmuv3_get_config()
881 100 * sdev->cfg_cache_hits / in smmuv3_get_config()
882 (sdev->cfg_cache_hits + sdev->cfg_cache_misses)); in smmuv3_get_config()
886 sdev->cfg_cache_hits, sdev->cfg_cache_misses, in smmuv3_get_config()
887 100 * sdev->cfg_cache_hits / in smmuv3_get_config()
888 (sdev->cfg_cache_hits + sdev->cfg_cache_misses)); in smmuv3_get_config()