Home
last modified time | relevance | path

Searched refs:host_to_rmap (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dgmap.h36 * @host_to_rmap: radix tree with gmap_rmap lists
62 struct radix_tree_root host_to_rmap; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dgmap.h36 * @host_to_rmap: radix tree with gmap_rmap lists
62 struct radix_tree_root host_to_rmap; member
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dgmap.c67 INIT_RADIX_TREE(&gmap->host_to_rmap, GFP_ATOMIC); in gmap_alloc()
201 gmap_rmap_radix_tree_free(&gmap->host_to_rmap); in gmap_free()
1171 * gmap_insert_rmap - add a rmap to the host_to_rmap radix tree
1184 slot = radix_tree_lookup_slot(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT); in gmap_insert_rmap()
1188 radix_tree_replace_slot(&sg->host_to_rmap, slot, rmap); in gmap_insert_rmap()
1191 radix_tree_insert(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT, in gmap_insert_rmap()
2200 head = radix_tree_delete(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT); in gmap_shadow_notify()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dgmap.c78 INIT_RADIX_TREE(&gmap->host_to_rmap, GFP_ATOMIC | __GFP_ACCOUNT); in gmap_alloc()
212 gmap_rmap_radix_tree_free(&gmap->host_to_rmap); in gmap_free()
1187 * gmap_insert_rmap - add a rmap to the host_to_rmap radix tree
1201 slot = radix_tree_lookup_slot(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT); in gmap_insert_rmap()
1211 radix_tree_replace_slot(&sg->host_to_rmap, slot, rmap); in gmap_insert_rmap()
1214 radix_tree_insert(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT, in gmap_insert_rmap()
2229 head = radix_tree_delete(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT); in gmap_shadow_notify()

Completed in 9 milliseconds