phys_to_mach       29 arch/arm/xen/p2m.c struct rb_root phys_to_mach = RB_ROOT;
phys_to_mach       30 arch/arm/xen/p2m.c EXPORT_SYMBOL_GPL(phys_to_mach);
phys_to_mach       34 arch/arm/xen/p2m.c 	struct rb_node **link = &phys_to_mach.rb_node;
phys_to_mach       52 arch/arm/xen/p2m.c 	rb_insert_color(&new->rbnode_phys, &phys_to_mach);
phys_to_mach       65 arch/arm/xen/p2m.c 	struct rb_node *n = phys_to_mach.rb_node;
phys_to_mach      127 arch/arm/xen/p2m.c 	struct rb_node *n = phys_to_mach.rb_node;
phys_to_mach      135 arch/arm/xen/p2m.c 				rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach);
phys_to_mach       44 include/xen/arm/page.h extern struct rb_root phys_to_mach;
phys_to_mach       62 include/xen/arm/page.h 	if (phys_to_mach.rb_node != NULL) {