host_to_rmap       58 arch/s390/include/asm/gmap.h 	struct radix_tree_root host_to_rmap;
host_to_rmap       67 arch/s390/mm/gmap.c 	INIT_RADIX_TREE(&gmap->host_to_rmap, GFP_ATOMIC);
host_to_rmap      201 arch/s390/mm/gmap.c 		gmap_rmap_radix_tree_free(&gmap->host_to_rmap);
host_to_rmap     1183 arch/s390/mm/gmap.c 	slot = radix_tree_lookup_slot(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT);
host_to_rmap     1187 arch/s390/mm/gmap.c 		radix_tree_replace_slot(&sg->host_to_rmap, slot, rmap);
host_to_rmap     1190 arch/s390/mm/gmap.c 		radix_tree_insert(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT,
host_to_rmap     2199 arch/s390/mm/gmap.c 	head = radix_tree_delete(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT);