Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dgmap.h107 struct gmap *gmap_get(struct gmap *gmap);
/linux-6.12.1/arch/s390/mm/
Dgmap.c228 struct gmap *gmap_get(struct gmap *gmap) in gmap_get() function
233 EXPORT_SYMBOL_GPL(gmap_get);
1695 new->parent = gmap_get(parent); in gmap_shadow()