HomeSort by: relevance | last modified time | path
    Searched defs:l2_p2m_page (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/x86/
hypervisor_machdep.c 100 static unsigned long * l2_p2m_page; variable in typeref:typename:unsigned long *
548 l2_p2m_page = (vaddr_t *)uvm_km_alloc(kernel_map,
551 if (l2_p2m_page == NULL)
552 panic("could not allocate memory for l2_p2m_page");
579 (vaddr_t)&l2_p2m_page[i]);
585 * set the l2_p2m_page MFN pointer to the MFN of the
588 l2_p2m_page[i] = vtomfn((vaddr_t)

Completed in 12 milliseconds