Searched refs:children_lock (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gmap.h | 66 spinlock_t children_lock; /* Protects: children, scb_users */ member 154 scoped_guard(spinlock, &parent->children_lock) in gmap_handle_vsie_unshadow_event() 173 lockdep_assert_held(&gmap->children_lock); in _gmap_ptep_xchg() 175 lockdep_assert_not_held(&gmap->children_lock); in _gmap_ptep_xchg() 210 lockdep_assert_held(&gmap->children_lock); in _gmap_crstep_xchg_atomic()
|
| H A D | gmap.c | 67 spin_lock_init(&gmap->children_lock); in gmap_new() 94 lockdep_assert_held(&parent->children_lock); in gmap_add_child() 117 lockdep_assert_not_held(&parent->children_lock); in gmap_new_child() 120 scoped_guard(spinlock, &parent->children_lock) in gmap_new_child() 180 lockdep_assert_held(&child->parent->children_lock); in gmap_remove_child() 1015 lockdep_assert_held(&sg->parent->children_lock); in gmap_protect_rmap() 1096 lockdep_assert_held(&sg->parent->children_lock); in gmap_unshadow() 1145 lockdep_assert_held(&parent->children_lock); in gmap_find_shadow() 1174 scoped_guard(spinlock, &parent->children_lock) { in __gmap_protect_asce_top_level() 1262 scoped_guard(spinlock, &parent->children_lock) { in gmap_create_shadow() [all …]
|
| H A D | vsie.c | 1220 lockdep_assert_held(&gmap->kvm->arch.gmap->children_lock); in release_gmap_shadow() 1244 scoped_guard(spinlock, &vcpu->kvm->arch.gmap->children_lock) { in acquire_gmap_shadow() 1265 scoped_guard(spinlock, &vcpu->kvm->arch.gmap->children_lock) { in acquire_gmap_shadow() 1478 scoped_guard(spinlock, &kvm->arch.gmap->children_lock) in get_vsie_page() 1560 scoped_guard(spinlock, &kvm->arch.gmap->children_lock) in kvm_s390_vsie_destroy()
|
| H A D | gaccess.c | 1430 lockdep_assert_held(&sg->parent->children_lock); in _do_shadow_pte() 1472 lockdep_assert_held(&sg->parent->children_lock); in _do_shadow_crste() 1514 lockdep_assert_held(&sg->parent->children_lock); in _gaccess_do_shadow() 1601 scoped_guard(spinlock, &parent->children_lock) { in _gaccess_shadow_fault()
|
| H A D | kvm-s390.c | 3319 scoped_guard(spinlock, &vcpu->kvm->arch.gmap->children_lock) in kvm_arch_vcpu_destroy()
|