Searched refs:rbnode_phys (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/xen/ |
H A D | p2m.c | 25 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() 72 entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __pfn_to_mfn() 163 p2m_entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __set_phys_to_machine_multi() 166 rb_erase(&p2m_entry->rbnode_phys, &phys_to_mach); in __set_phys_to_machine_multi()
|
/kernel/linux/linux-6.6/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()
|
Completed in 2 milliseconds