Searched refs:max_mmu_rmap_size (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c260 STATS_DESC_PCOUNTER(VM, max_mmu_rmap_size),
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c1613 if (rmap_count > kvm->stat.max_mmu_rmap_size)
1614 kvm->stat.max_mmu_rmap_size = rmap_count;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1542 u64 max_mmu_rmap_size; member in struct:kvm_vm_stat

Completed in 349 milliseconds