Home
last modified time | relevance | path

Searched refs:gmap_get (Results 1 – 2 of 2) sorted by relevance

/arch/s390/include/asm/
Dgmap.h93 struct gmap *gmap_get(struct gmap *gmap);
/arch/s390/mm/
Dgmap.c212 struct gmap *gmap_get(struct gmap *gmap) in gmap_get() function
217 EXPORT_SYMBOL_GPL(gmap_get);
1503 new->parent = gmap_get(parent); in gmap_shadow()