Searched defs:start_mfn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c299 mfn_t start_mfn; /* starting mfn of buffers */ member in struct:__anon9279
623 tbuf.start_mfn = (mfn_t)tbuf_op.buffer_mfn;
626 ASSERT(tbuf.start_mfn != MFN_INVALID);
632 if ((err = xdt_map_trace_buffers(tbuf.start_mfn, tbuf.va, len)) != 0) {
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c117 static mfn_t start_mfn = 1; variable
1956 if ((mfn = pfn_to_mfn(pp->p_pagenum)) < start_mfn)
1957 start_mfn = mfn;
2406 (void) mfn_to_pfn(start_mfn);
2408 for (mfn = start_mfn; mfn < max_mfn; start_mfn = ++mfn) {
2488 mfn_t mfn, prev_mfn, start_mfn; local
2512 start_mfn = prev_mfn = 0;
2523 !((mfn & pfnseg) < (start_mfn & pfnseg))) {
2536 start_mfn
[all...]

Completed in 84 milliseconds