Searched refs:phys_to_mach (Results 1 – 2 of 2) sorted by relevance
28 struct rb_root phys_to_mach = RB_ROOT; variable29 EXPORT_SYMBOL_GPL(phys_to_mach);33 struct rb_node **link = &phys_to_mach.rb_node; in xen_add_phys_to_mach_entry()51 rb_insert_color(&new->rbnode_phys, &phys_to_mach); in xen_add_phys_to_mach_entry()64 struct rb_node *n = phys_to_mach.rb_node; in __pfn_to_mfn()125 struct rb_node *n = phys_to_mach.rb_node; in __set_phys_to_machine_multi()133 rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach); in __set_phys_to_machine_multi()
36 extern struct rb_root phys_to_mach;42 if (phys_to_mach.rb_node != NULL) { in pfn_to_mfn()