Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/xen/
H A Dp2m.c21 struct xen_p2m_entry { struct
32 static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new) in xen_add_phys_to_mach_entry() argument
36 struct xen_p2m_entry *entry; in xen_add_phys_to_mach_entry()
41 entry = rb_entry(parent, struct xen_p2m_entry, rbnode_phys); in xen_add_phys_to_mach_entry()
66 struct xen_p2m_entry *entry; in __pfn_to_mfn()
72 entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __pfn_to_mfn()
156 struct xen_p2m_entry *p2m_entry; in __set_phys_to_machine_multi()
163 p2m_entry = rb_entry(n, struct xen_p2m_entry, rbnode_phys); in __set_phys_to_machine_multi()