Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c139 INIT_RADIX_TREE(&gmap->guest_to_host, GFP_KERNEL); in gmap_alloc()
215 gmap_radix_tree_free(&gmap->guest_to_host); in gmap_free()
324 vmaddr = (unsigned long) radix_tree_delete(&gmap->guest_to_host, in __gmap_unmap_by_gaddr()
385 if (radix_tree_insert(&gmap->guest_to_host, in gmap_map_segment()
416 radix_tree_lookup(&gmap->guest_to_host, gaddr >> PMD_SHIFT); in __gmap_translate()
596 vmaddr = (unsigned long) radix_tree_lookup(&gmap->guest_to_host, in __gmap_zap()
633 radix_tree_lookup(&gmap->guest_to_host, in gmap_discard()
/arch/s390/include/asm/
Dpgtable.h769 struct radix_tree_root guest_to_host; member