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

/freebsd-9.3-release/sys/i386/xen/
H A Dxen_machdep.c354 op.arg1.mfn = xpmap_ptom(val) >> PAGE_SHIFT;
416 _xen_machphys_update(vm_paddr_t mfn, vm_paddr_t pfn, char *file, int line) argument
422 XPQ_QUEUE[XPQ_IDX].ptr = (mfn << PAGE_SHIFT) | MMU_MACHPHYS_UPDATE;
462 op.arg1.mfn = ma >> PAGE_SHIFT;
472 op.arg1.mfn = ma >> PAGE_SHIFT;
482 op.arg1.mfn = ma >> PAGE_SHIFT;
492 op.arg1.mfn = ma >> PAGE_SHIFT;
502 op.arg1.mfn = ma >> PAGE_SHIFT;
593 unsigned long mfn, i, flags; local
600 set_xen_guest_handle(reservation.extent_start, &mfn);
670 unsigned long mfn, i, flags, order, pfn0; local
[all...]
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxenpmap.h210 set_phys_to_machine(unsigned long pfn, unsigned long mfn) argument
217 PANIC_IF((pfn != mfn && mfn != INVALID_P2M_ENTRY));
221 xen_phys_machine[pfn] = mfn;
H A Dxenvar.h71 #define set_phys_to_machine(pfn, mfn) ((void)0)
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenpmap.h215 set_phys_to_machine(unsigned long pfn, unsigned long mfn) argument
222 PANIC_IF((pfn != mfn && mfn != INVALID_P2M_ENTRY));
226 xen_phys_machine[pfn] = mfn;
H A Dxenvar.h113 #define set_phys_to_machine(pfn, mfn) ((void)0)
/freebsd-9.3-release/sys/xen/interface/
H A Dvcpu.h175 uint64_t mfn; /* mfn of page to place vcpu_info */ member in struct:vcpu_register_vcpu_info
H A Dxen.h199 * mfn: Machine frame number to be (un)pinned as a p.t. page.
203 * mfn: Machine frame number of new page-table base to install in MMU.
206 * mfn: Machine frame number of new page-table base to install in MMU
256 xen_pfn_t mfn; member in union:mmuext_op::__anon10617
530 xen_pfn_t mfn; /* MACHINE page number of console page. */ member in struct:start_info::__anon10619::__anon10620
550 #define console_mfn console.domU.mfn
H A Dgrant_table.h270 xen_pfn_t mfn; member in struct:gnttab_transfer
H A Dplatform.h49 * Request memory range (@mfn, @mfn+@nr_mfns-1) to have type @type.
58 xen_pfn_t mfn; member in struct:xenpf_add_memtype
90 xen_pfn_t mfn; member in struct:xenpf_read_memtype
/freebsd-9.3-release/sys/dev/xen/control/
H A Dcontrol.c254 xen_start_info->console.domU.mfn = MFNTOPFN(xen_start_info->console.domU.mfn);
/freebsd-9.3-release/contrib/file/src/
H A Dapprentice.c644 char *p, *mfn; local
656 if ((mfn = strdup(fn)) == NULL) {
669 free(mfn);
673 fn = mfn;
686 free(mfn);
1272 char **filearr = NULL, *mfn; local
1301 if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) {
1308 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
1309 free(mfn);
1319 free(mfn);
[all...]
/freebsd-9.3-release/sys/dev/xen/balloon/
H A Dballoon.c508 unsigned long mfn = pte_mfn(*pte);
511 .extent_start = &mfn,
/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c1314 u_long mfn; local
1356 if (!(mfn = gnttab_end_foreign_transfer_ref(ref))) {
1373 (((vm_paddr_t)mfn) << PAGE_SHIFT) | PG_RW |
1376 mmu->ptr = ((vm_paddr_t)mfn << PAGE_SHIFT) |
1380 set_phys_to_machine(pfn, mfn);
1570 u_long mfn; /* XXX Wrong type? */ local
1585 mfn = virt_to_mfn(mtod(m, vm_offset_t));
1587 mfn, GNTMAP_readonly);

Completed in 164 milliseconds