Searched refs:memslots (Results 1 – 5 of 5) sorted by relevance
26 use the same memslots array. kvm->slots_lock and kvm->slots_arch_lock256 :Protects: - kvm->memslots258 :Comment: The srcu read lock must be held while accessing memslots (e.g.268 :Protects: any arch-specific fields of memslots that have to be modified270 :Comment: must be held before reading the pointer to the current memslots,271 until after all changes to the memslots are complete
398 ENOSYS data abort outside memslots with no syndrome info and7386 When this capability is enabled all memory in memslots must be mapped as
540 return rcu_dereference_raw_check(kvm->memslots[0]); in kvm_memslots_raw()
711 struct kvm_memslots __rcu *memslots[KVM_ADDRESS_SPACE_NUM]; member953 return srcu_dereference_check(kvm->memslots[as_id], &kvm->srcu, in __kvm_memslots()
1191 rcu_assign_pointer(kvm->memslots[i], &kvm->__memslots[i][0]); in kvm_create_vm()1565 rcu_assign_pointer(kvm->memslots[as_id], slots); in kvm_swap_active_memslots()