Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c1395 if (!sp->root_count) { in kvm_mmu_zap_page()
1937 --sp->root_count; in mmu_free_roots()
1938 if (!sp->root_count && sp->role.invalid) in mmu_free_roots()
1950 --sp->root_count; in mmu_free_roots()
1951 if (!sp->root_count && sp->role.invalid) in mmu_free_roots()
1979 ++sp->root_count; in mmu_alloc_roots()
2002 ++sp->root_count; in mmu_alloc_roots()
/arch/x86/include/asm/
Dkvm_host.h203 int root_count; /* Currently serving as active root */ member