Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dmmu.h13 struct list_head gmap_list; member
26 .context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),
Dtlbflush.h157 if (MACHINE_HAS_IDTE && list_empty(&mm->context.gmap_list)) in __tlb_flush_mm()
Dpgalloc.h129 INIT_LIST_HEAD(&mm->context.gmap_list); in pgd_alloc()
/arch/s390/mm/
Dpgtable.c196 list_add(&gmap->list, &mm->context.gmap_list); in gmap_alloc()
493 list_for_each_entry(gmap, &mm->context.gmap_list, list) { in gmap_unlink()
790 list_for_each_entry(gmap, &mm->context.gmap_list, list) { in gmap_do_ipte_notify()