Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dmmu.h14 struct list_head pgtable_list; member
47 .context.pgtable_list = LIST_HEAD_INIT(name.context.pgtable_list), \
H A Dmmu_context.h25 INIT_LIST_HEAD(&mm->context.pgtable_list); in init_new_context()
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c253 if (!list_empty(&mm->context.pgtable_list)) { in page_table_alloc()
254 ptdesc = list_first_entry(&mm->context.pgtable_list, in page_table_alloc()
303 list_add(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_alloc()
355 list_add(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_free()
409 list_add_tail(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_free_rcu()