Searched refs:rbnode_phys (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/xen/ |
H A D | p2m.c | 26 struct rb_node rbnode_phys; member 42 entry = rb_entry(parent, struct xen_p2m_entry, rbnode_phys); in xen_add_phys_to_mach_entry() 52 rb_link_node(&new->rbnode_phys, parent, link); in xen_add_phys_to_mach_entry() 53 rb_insert_color(&new->rbnode_phys, &phys_to_mach); in xen_add_phys_to_mach_entry() 73 entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __pfn_to_mfn() 162 p2m_entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __set_phys_to_machine_multi() 165 rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach); in __set_phys_to_machine_multi()
|