Home
last modified time | relevance | path

Searched refs:memslots (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/virt/kvm/
Dlocking.rst26 use the same memslots array. kvm->slots_lock and kvm->slots_arch_lock
256 :Protects: - kvm->memslots
258 :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 modified
270 :Comment: must be held before reading the pointer to the current memslots,
271 until after all changes to the memslots are complete
Dapi.rst398 ENOSYS data abort outside memslots with no syndrome info and
7386 When this capability is enabled all memory in memslots must be mapped as
/Linux-v6.1/arch/powerpc/include/asm/
Dkvm_book3s_64.h540 return rcu_dereference_raw_check(kvm->memslots[0]); in kvm_memslots_raw()
/Linux-v6.1/include/linux/
Dkvm_host.h711 struct kvm_memslots __rcu *memslots[KVM_ADDRESS_SPACE_NUM]; member
953 return srcu_dereference_check(kvm->memslots[as_id], &kvm->srcu, in __kvm_memslots()
/Linux-v6.1/virt/kvm/
Dkvm_main.c1191 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()