Searched refs:root_count (Results 1 – 4 of 4) sorted by relevance
228 u16 root_count = 0; in amd_cache_northbridges() local249 root_count++; in amd_cache_northbridges()251 if (root_count) { in amd_cache_northbridges()252 roots_per_misc = root_count / misc_count; in amd_cache_northbridges()258 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, \
2831 if (!sp->root_count) { in __kvm_mmu_prepare_zap_page()2884 WARN_ON(!sp->role.invalid || sp->root_count); in kvm_mmu_commit_zap_page()3703 --sp->root_count; in mmu_free_root_page()3704 if (!sp->root_count && sp->role.invalid) in mmu_free_root_page()3784 ++sp->root_count; in mmu_alloc_direct_roots()3800 ++sp->root_count; in mmu_alloc_direct_roots()3842 ++sp->root_count; in mmu_alloc_shadow_roots()3879 ++sp->root_count; in mmu_alloc_shadow_roots()5834 if (sp->role.invalid && sp->root_count) in kvm_zap_obsolete_pages()6114 if (sp->role.invalid && sp->root_count) in kvm_mmu_zap_all()
332 int root_count; /* Currently serving as active root */ member