Searched refs:p2m_top_mfn (Results 1 - 1 of 1) sorted by relevance

/arch/x86/xen/
H A Dp2m.c11 * p2m_top p2m_top_mfn
19 * The p2m_top and p2m_top_mfn levels are limited to 1 page, so the
186 static unsigned long *p2m_top_mfn; variable
272 * Build the parallel p2m_top_mfn and p2m_mid_mfn structures
288 /* Pre-initialize p2m_top_mfn to be completely missing */
289 if (p2m_top_mfn == NULL) {
296 p2m_top_mfn = alloc_bootmem_align(PAGE_SIZE, PAGE_SIZE);
297 p2m_top_mfn_init(p2m_top_mfn);
319 p2m_top_mfn[topidx] = virt_to_mfn(p2m_mid_missing_mfn);
336 p2m_top_mfn[topid
[all...]

Completed in 33 milliseconds