Home
last modified time | relevance | path

Searched refs:gmap_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dmmu.h15 struct list_head gmap_list; member
48 .context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),
H A Dmmu_context.h26 INIT_LIST_HEAD(&mm->context.gmap_list); in init_new_context()
/openbmc/linux/arch/s390/mm/
H A Dgmap.c118 list_add_rcu(&gmap->list, &mm->context.gmap_list); in gmap_create()
119 if (list_is_singular(&mm->context.gmap_list)) in gmap_create()
267 if (list_empty(&gmap->mm->context.gmap_list)) in gmap_remove()
269 else if (list_is_singular(&gmap->mm->context.gmap_list)) in gmap_remove()
270 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list, in gmap_remove()
528 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_unlink()
2275 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in ptep_notify()
2340 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_clear()
2393 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_idte_local()
2428 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_idte_global()