Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dmmu.h14 struct list_head gmap_list; member
32 .context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),
Dmmu_context.h23 INIT_LIST_HEAD(&mm->context.gmap_list); in init_new_context()
/arch/s390/mm/
Dgmap.c104 list_add_rcu(&gmap->list, &mm->context.gmap_list); in gmap_create()
105 if (list_is_singular(&mm->context.gmap_list)) in gmap_create()
253 if (list_empty(&gmap->mm->context.gmap_list)) in gmap_remove()
255 else if (list_is_singular(&gmap->mm->context.gmap_list)) in gmap_remove()
256 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list, in gmap_remove()
515 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_unlink()
2083 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in ptep_notify()