Searched refs:gmap_list (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/s390/include/asm/ |
D | mmu.h | 14 struct list_head gmap_list; member 42 .context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),
|
D | mmu_context.h | 23 INIT_LIST_HEAD(&mm->context.gmap_list); in init_new_context()
|
/Linux-v5.4/arch/s390/mm/ |
D | gmap.c | 107 list_add_rcu(&gmap->list, &mm->context.gmap_list); in gmap_create() 108 if (list_is_singular(&mm->context.gmap_list)) in gmap_create() 256 if (list_empty(&gmap->mm->context.gmap_list)) in gmap_remove() 258 else if (list_is_singular(&gmap->mm->context.gmap_list)) in gmap_remove() 259 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list, in gmap_remove() 518 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_unlink() 2240 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in ptep_notify() 2305 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_clear() 2358 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_idte_local() 2393 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_idte_global()
|