Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c114 static mfn_t start_mfn = 1; variable
1919 if ((mfn = pfn_to_mfn(pp->p_pagenum)) < start_mfn) in page_io_pool_shrink()
1920 start_mfn = mfn; in page_io_pool_shrink()
2369 (void) mfn_to_pfn(start_mfn); in populate_io_pool()
2371 for (mfn = start_mfn; mfn < max_mfn; start_mfn = ++mfn) { in populate_io_pool()
2451 mfn_t mfn, prev_mfn, start_mfn; in find_contig_free() local
2475 start_mfn = prev_mfn = 0; in find_contig_free()
2486 !((mfn & pfnseg) < (start_mfn & pfnseg))) { in find_contig_free()
2499 start_mfn = prev_mfn = 0; in find_contig_free()
2502 start_mfn = mfn; in find_contig_free()
[all …]
/titanic_41/usr/src/uts/common/xen/dtrace/
H A Dxdt.c299 mfn_t start_mfn; /* starting mfn of buffers */ member
623 tbuf.start_mfn = (mfn_t)tbuf_op.buffer_mfn; in xdt_attach_trace_buffers()
626 ASSERT(tbuf.start_mfn != MFN_INVALID); in xdt_attach_trace_buffers()
632 if ((err = xdt_map_trace_buffers(tbuf.start_mfn, tbuf.va, len)) != 0) { in xdt_attach_trace_buffers()