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

/freebsd-10.0-release/sys/i386/xen/
H A Dxen_machdep.c364 op.arg1.mfn = xpmap_ptom(val) >> PAGE_SHIFT;
426 _xen_machphys_update(vm_paddr_t mfn, vm_paddr_t pfn, char *file, int line) argument
432 XPQ_QUEUE[XPQ_IDX].ptr = (mfn << PAGE_SHIFT) | MMU_MACHPHYS_UPDATE;
474 op.arg1.mfn = ma >> PAGE_SHIFT;
484 op.arg1.mfn = ma >> PAGE_SHIFT;
494 op.arg1.mfn = ma >> PAGE_SHIFT;
504 op.arg1.mfn = ma >> PAGE_SHIFT;
514 op.arg1.mfn = ma >> PAGE_SHIFT;
605 unsigned long mfn, i, flags; local
612 set_xen_guest_handle(reservation.extent_start, &mfn);
682 unsigned long mfn, i, flags, order, pfn0; local
[all...]
/freebsd-10.0-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-10.0-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.h114 #define set_phys_to_machine(pfn, mfn) ((void)0)
/freebsd-10.0-release/sys/xen/interface/
H A Dvcpu.h177 uint64_t mfn; /* mfn of page to place vcpu_info */ member in struct:vcpu_register_vcpu_info
H A Dxen.h327 * mfn: Machine frame number to be (un)pinned as a p.t. page.
331 * mfn: Machine frame number of new page-table base to install in MMU.
334 * mfn: Machine frame number of new page-table base to install in MMU
368 * mfn: Machine frame number to be cleared.
371 * mfn: Machine frame number of the destination page.
375 * mfn: Machine frame number of head of superpage to be [un]marked.
404 xen_pfn_t mfn; member in union:mmuext_op::__anon11257
691 xen_pfn_t mfn; /* MACHINE page number of console page. */ member in struct:start_info::__anon11259::__anon11260
716 #define console_mfn console.domU.mfn
H A Dmemory.h391 uint64_aligned_t mfn; /* IN: mfn to debug */ member in union:xen_mem_sharing_op::__anon11220::mem_sharing_op_debug::__anon11222
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
H A Dgrant_table.h416 xen_pfn_t mfn; member in struct:gnttab_transfer
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dimx51_ccm.c378 int32_t mfn; local
404 mfn = (uint32_t)(0xf8000000 | dp_mfn);
406 mfn = dp_mfn;
431 freq = (int64_t)ref * mfi + (int64_t)ref * mfn / (mfd + 1);
443 printf("mfn: %3d ", mfn);
/freebsd-10.0-release/contrib/file/
H A Dapprentice.c364 char *p, *mfn; local
373 if ((mfn = strdup(fn)) == NULL) {
377 fn = mfn;
380 free(mfn);
397 free(mfn);
403 free(mfn);
772 char **filearr = NULL, *mfn; local
799 if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) {
806 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
807 free(mfn);
[all...]
/freebsd-10.0-release/sys/dev/xen/control/
H A Dcontrol.c260 xen_start_info->console.domU.mfn = MFNTOPFN(xen_start_info->console.domU.mfn);
/freebsd-10.0-release/sys/dev/xen/netfront/
H A Dnetfront.c1311 u_long mfn; local
1353 if (!(mfn = gnttab_end_foreign_transfer_ref(ref))) {
1370 (((vm_paddr_t)mfn) << PAGE_SHIFT) | PG_RW |
1373 mmu->ptr = ((vm_paddr_t)mfn << PAGE_SHIFT) |
1377 set_phys_to_machine(pfn, mfn);
1567 u_long mfn; /* XXX Wrong type? */ local
1582 mfn = virt_to_mfn(mtod(m, vm_offset_t));
1584 mfn, GNTMAP_readonly);
/freebsd-10.0-release/sys/xen/interface/arch-x86/
H A Dxen-mca.h206 uint64_t mfn; member in struct:page_offline_action
/freebsd-10.0-release/sys/x86/xen/
H A Dhvm.c783 info.mfn = vtophys(vcpu_info) >> PAGE_SHIFT;

Completed in 111 milliseconds