Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/xen/
Dp2m.c25 struct rb_node rbnode_phys; member
41 entry = rb_entry(parent, struct xen_p2m_entry, rbnode_phys); in xen_add_phys_to_mach_entry()
51 rb_link_node(&new->rbnode_phys, parent, link); in xen_add_phys_to_mach_entry()
52 rb_insert_color(&new->rbnode_phys, &phys_to_mach); in xen_add_phys_to_mach_entry()
71 entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __pfn_to_mfn()
132 p2m_entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __set_phys_to_machine_multi()
135 rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach); in __set_phys_to_machine_multi()