xen_p2m_entry
struct xen_p2m_entry *p2m_entry;
p2m_entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys);
static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new)
struct xen_p2m_entry *entry;
entry = rb_entry(parent, struct xen_p2m_entry, rbnode_phys);
struct xen_p2m_entry *entry;
entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys);