Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dgmap.c66 INIT_RADIX_TREE(&gmap->host_to_rmap, GFP_KVM_S390_MMU_CACHE); in gmap_new()
211 gmap_rmap_radix_tree_free(&gmap->host_to_rmap); in gmap_dispose()
986 slot = radix_tree_lookup_slot(&sg->host_to_rmap, p_gfn); in gmap_insert_rmap()
993 radix_tree_replace_slot(&sg->host_to_rmap, slot, rmap); in gmap_insert_rmap()
996 rc = radix_tree_insert(&sg->host_to_rmap, p_gfn, rmap); in gmap_insert_rmap()
1123 head = radix_tree_delete(&sg->host_to_rmap, gfn); in _gmap_handle_vsie_unshadow_event()
H A Dgmap.h72 struct radix_tree_root host_to_rmap; member