Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/xen/
Dp2m.c29 struct rb_root phys_to_mach = RB_ROOT; variable
30 EXPORT_SYMBOL_GPL(phys_to_mach);
34 struct rb_node **link = &phys_to_mach.rb_node; in xen_add_phys_to_mach_entry()
52 rb_insert_color(&new->rbnode_phys, &phys_to_mach); in xen_add_phys_to_mach_entry()
65 struct rb_node *n = phys_to_mach.rb_node; in __pfn_to_mfn()
127 struct rb_node *n = phys_to_mach.rb_node; in __set_phys_to_machine_multi()
135 rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach); in __set_phys_to_machine_multi()
/Linux-v5.10/include/xen/arm/
Dpage.h44 extern struct rb_root phys_to_mach;
62 if (phys_to_mach.rb_node != NULL) { in pfn_to_bfn()