Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmutrace.h14 __field(__u32, root_count) \
21 __entry->root_count = sp->root_count; \
42 __entry->root_count, \
Dmmu.c2369 if (!sp->root_count) { in kvm_mmu_prepare_zap_page()
2409 WARN_ON(!sp->role.invalid || sp->root_count); in kvm_mmu_commit_zap_page()
3079 --sp->root_count; in mmu_free_roots()
3080 if (!sp->root_count && sp->role.invalid) { in mmu_free_roots()
3096 --sp->root_count; in mmu_free_roots()
3097 if (!sp->root_count && sp->role.invalid) in mmu_free_roots()
3129 ++sp->root_count; in mmu_alloc_direct_roots()
3142 ++sp->root_count; in mmu_alloc_direct_roots()
3179 ++sp->root_count; in mmu_alloc_shadow_roots()
3213 ++sp->root_count; in mmu_alloc_shadow_roots()
/arch/x86/include/asm/
Dkvm_host.h275 int root_count; /* Currently serving as active root */ member