Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/xen/
Dp2m.c20 struct xen_p2m_entry { struct
31 static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new) in xen_add_phys_to_mach_entry() argument
35 struct xen_p2m_entry *entry; in xen_add_phys_to_mach_entry()
40 entry = rb_entry(parent, struct xen_p2m_entry, rbnode_phys); in xen_add_phys_to_mach_entry()
65 struct xen_p2m_entry *entry; in __pfn_to_mfn()
70 entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __pfn_to_mfn()
124 struct xen_p2m_entry *p2m_entry; in __set_phys_to_machine_multi()
130 p2m_entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __set_phys_to_machine_multi()
147 p2m_entry = kzalloc(sizeof(struct xen_p2m_entry), GFP_NOWAIT); in __set_phys_to_machine_multi()