Searched refs:slots_arch_lock (Results 1 - 4 of 4) sorted by last modified time

/linux-master/virt/kvm/
H A Dkvm_main.c1205 mutex_init(&kvm->slots_arch_lock);
1660 * acquiring the slots_arch_lock in an srcu critical section.
1662 mutex_unlock(&kvm->slots_arch_lock);
1843 mutex_lock(&kvm->slots_arch_lock);
1848 * slots_arch_lock in kvm_swap_active_memslots() and re-acquiring the lock
1850 * slots_arch_lock, thus the active slot's data is guaranteed to be fresh.
1923 mutex_lock(&kvm->slots_arch_lock);
1941 mutex_unlock(&kvm->slots_arch_lock);
1953 * release slots_arch_lock.
1959 mutex_unlock(&kvm->slots_arch_lock);
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3761 mutex_lock(&kvm->slots_arch_lock);
3805 mutex_unlock(&kvm->slots_arch_lock);
H A Dpage_track.c175 mutex_lock(&kvm->slots_arch_lock);
209 mutex_unlock(&kvm->slots_arch_lock);
/linux-master/include/linux/
H A Dkvm_host.h753 struct mutex slots_arch_lock; member in struct:kvm

Completed in 175 milliseconds