Searched refs:root_pgt_pv_xen_slots (Results 1 – 1 of 1) sorted by relevance
247 static unsigned int __read_mostly root_pgt_pv_xen_slots variable251 #define root_pgt_pv_xen_slots ROOT_PAGETABLE_PV_XEN_SLOTS macro366 root_pgt_pv_xen_slots = l4_table_offset(split_va) - in arch_init_memory()368 ASSERT(root_pgt_pv_xen_slots < ROOT_PAGETABLE_PV_XEN_SLOTS); in arch_init_memory()386 ++root_pgt_pv_xen_slots; in arch_init_memory()1613 unlikely(root_pgt_pv_xen_slots < ROOT_PAGETABLE_PV_XEN_SLOTS) ) in init_xen_l4_slots()1623 (ROOT_PAGETABLE_FIRST_XEN_SLOT + root_pgt_pv_xen_slots - in init_xen_l4_slots()1626 next = &l4t[ROOT_PAGETABLE_FIRST_XEN_SLOT + root_pgt_pv_xen_slots]; in init_xen_l4_slots()
Completed in 10 milliseconds