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

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatopvar.h45 uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
H A Dimx51_ccm.c449 int32_t mfn; local
475 mfn = (uint32_t)(0xf8000000 | dp_mfn);
477 mfn = dp_mfn;
502 freq = (int64_t)ref * mfi + (int64_t)ref * mfn / (mfd + 1);
514 printf("mfn: %3d ", mfn);
H A Dimx6_anatop.c743 pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd) argument
757 imx6_anatop_write_4(IMX6_ANALOG_CCM_PLL_AUDIO_NUM, mfn);
H A Dimx6_ssi.c143 uint32_t mfn; /* PLL4 Multiplication Factor Numerator */ member in struct:ssi_rate
391 pll4_configure_output(sr->mfi, sr->mfn, sr->mfd);
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_common.h42 uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
H A Dvf_anadig.c156 pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd) argument
171 WRITE4(sc, ANADIG_PLL4_NUM, mfn);
H A Dvf_sai.c114 uint32_t mfn; /* PLL4 Multiplication Factor Numerator */ member in struct:sai_rate
362 pll4_configure_output(sr->mfi, sr->mfn, sr->mfd);
/freebsd-11-stable/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.h336 * mfn: Machine frame number to be (un)pinned as a p.t. page.
340 * mfn: Machine frame number of new page-table base to install in MMU.
343 * mfn: Machine frame number of new page-table base to install in MMU
377 * mfn: Machine frame number to be cleared.
380 * mfn: Machine frame number of the destination page.
384 * mfn: Machine frame number of head of superpage to be [un]marked.
415 xen_pfn_t mfn; member in union:mmuext_op::__anon13617
763 xen_pfn_t mfn; /* MACHINE page number of console page. */ member in struct:start_info::__anon13619::__anon13620
789 #define console_mfn console.domU.mfn
H A Dplatform.h64 * Request memory range (@mfn, @mfn+@nr_mfns-1) to have type @type.
73 xen_pfn_t mfn; member in struct:xenpf_add_memtype
105 xen_pfn_t mfn; member in struct:xenpf_read_memtype
H A Dgrant_table.h423 xen_pfn_t mfn; member in struct:gnttab_transfer
H A Dmemory.h489 uint64_aligned_t mfn; /* IN: mfn to debug */ member in union:xen_mem_sharing_op::__anon13565::mem_sharing_op_debug::__anon13567
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c680 char *p, *mfn; local
691 if ((mfn = strdup(fn)) == NULL) {
704 free(mfn);
708 fn = mfn;
721 free(mfn);
1370 char **filearr = NULL, *mfn; local
1402 if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) {
1409 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {
1410 free(mfn);
1421 free(mfn);
[all...]
/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dxen-mca.h206 uint64_t mfn; member in struct:page_offline_action
/freebsd-11-stable/sys/x86/xen/
H A Dhvm.c413 info.mfn = vtophys(vcpu_info) >> PAGE_SHIFT;
H A Dpv.c168 console_page = (char *)(ptoa(si->console.domU.mfn) + KERNBASE);
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c1610 u_long mfn; /* XXX Wrong type? */ local
1625 mfn = virt_to_mfn(mtod(m, vm_offset_t));
1627 mfn, GNTMAP_readonly);

Completed in 313 milliseconds