Searched refs:rbnode_phys (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|