Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dgmap.h50 struct radix_tree_root guest_to_host; member
/openbmc/linux/arch/s390/mm/
H A Dgmap.c76 INIT_RADIX_TREE(&gmap->guest_to_host, GFP_KERNEL_ACCOUNT); in gmap_alloc()
204 gmap_radix_tree_free(&gmap->guest_to_host); in gmap_free()
393 vmaddr = (unsigned long) radix_tree_delete(&gmap->guest_to_host, in __gmap_unmap_by_gaddr()
456 if (radix_tree_insert(&gmap->guest_to_host, in gmap_map_segment()
489 radix_tree_lookup(&gmap->guest_to_host, gaddr >> PMD_SHIFT); in __gmap_translate()
692 vmaddr = (unsigned long) radix_tree_lookup(&gmap->guest_to_host, in __gmap_zap()
721 radix_tree_lookup(&gmap->guest_to_host, in gmap_discard()