Searched refs:gmap_list (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | mmu.h | 15 struct list_head gmap_list; member 43 .context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),
|
A D | mmu_context.h | 26 INIT_LIST_HEAD(&mm->context.gmap_list); in init_new_context()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | gmap.c | 106 list_add_rcu(&gmap->list, &mm->context.gmap_list); in gmap_create() 107 if (list_is_singular(&mm->context.gmap_list)) in gmap_create() 255 if (list_empty(&gmap->mm->context.gmap_list)) in gmap_remove() 257 else if (list_is_singular(&gmap->mm->context.gmap_list)) in gmap_remove() 258 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list, in gmap_remove() 516 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_unlink() 2262 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in ptep_notify() 2327 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_clear() 2380 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_idte_local() 2415 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) { in gmap_pmdp_idte_global()
|
Completed in 10 milliseconds