Searched refs:root_count (Results 1 – 4 of 4) sorted by relevance
236 u16 root_count = 0; in amd_cache_northbridges() local257 root_count++; in amd_cache_northbridges()259 if (root_count) { in amd_cache_northbridges()260 roots_per_misc = root_count / misc_count; in amd_cache_northbridges()266 if (!roots_per_misc || (root_count % roots_per_misc)) { in amd_cache_northbridges()
15 __field(__u32, root_count) \22 __entry->root_count = sp->root_count; \45 __entry->root_count, \
2841 if (!sp->root_count) { in __kvm_mmu_prepare_zap_page()2894 WARN_ON(!sp->role.invalid || sp->root_count); in kvm_mmu_commit_zap_page()3714 --sp->root_count; in mmu_free_root_page()3715 if (!sp->root_count && sp->role.invalid) in mmu_free_root_page()3795 ++sp->root_count; in mmu_alloc_direct_roots()3811 ++sp->root_count; in mmu_alloc_direct_roots()3853 ++sp->root_count; in mmu_alloc_shadow_roots()3890 ++sp->root_count; in mmu_alloc_shadow_roots()5842 if (sp->role.invalid && sp->root_count) in kvm_zap_obsolete_pages()6123 if (sp->role.invalid && sp->root_count) in kvm_mmu_zap_all()
332 int root_count; /* Currently serving as active root */ member