Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/xen/
H A Dp2m.c30 struct rb_root phys_to_mach = RB_ROOT; variable
31 EXPORT_SYMBOL_GPL(phys_to_mach);
35 struct rb_node **link = &phys_to_mach.rb_node; in xen_add_phys_to_mach_entry()
53 rb_insert_color(&new->rbnode_phys, &phys_to_mach); in xen_add_phys_to_mach_entry()
71 n = phys_to_mach.rb_node; in __pfn_to_mfn()
160 n = phys_to_mach.rb_node; in __set_phys_to_machine_multi()
165 rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach); in __set_phys_to_machine_multi()
/openbmc/linux/include/xen/arm/
H A Dpage.h44 extern struct rb_root phys_to_mach;
62 if (phys_to_mach.rb_node != NULL) { in pfn_to_bfn()