Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dmmu.h13 struct list_head gmap_list; member
28 .context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),
Dtlbflush.h148 if (MACHINE_HAS_IDTE && list_empty(&mm->context.gmap_list)) in __tlb_flush_mm()
Dmmu_context.h20 INIT_LIST_HEAD(&mm->context.gmap_list); in init_new_context()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c155 list_add(&gmap->list, &mm->context.gmap_list); in gmap_alloc()
453 list_for_each_entry(gmap, &mm->context.gmap_list, list) { in gmap_unlink()
749 list_for_each_entry(gmap, &mm->context.gmap_list, list) { in gmap_do_ipte_notify()