Home
last modified time | relevance | path

Searched refs:mfn (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_anadig.c154 pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd) in pll4_configure_output() argument
169 WRITE4(sc, ANADIG_PLL4_NUM, mfn); in pll4_configure_output()
H A Dvf_common.h42 uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
H A Dvf_sai.c112 uint32_t mfn; /* PLL4 Multiplication Factor Numerator */ member
360 pll4_configure_output(sr->mfi, sr->mfn, sr->mfd); in sai_configure_clock()
/freebsd/sys/contrib/xen/
H A Dxen.h450 xen_pfn_t mfn; member
855 xen_pfn_t mfn; /* MACHINE page number of console page. */ member
881 #define console_mfn console.domU.mfn
H A Dvcpu.h185 uint64_t mfn; /* mfn of page to place vcpu_info */ member
H A Dplatform.h75 xen_pfn_t mfn; member
107 xen_pfn_t mfn; member
H A Dgrant_table.h427 xen_pfn_t mfn; member
H A Dmemory.h540 uint64_aligned_t mfn; /* IN: mfn to debug */ member
/freebsd/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 Dimx6_anatop.c747 pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd) in pll4_configure_output() argument
761 imx6_anatop_write_4(IMX6_ANALOG_CCM_PLL_AUDIO_NUM, mfn); in pll4_configure_output()
H A Dimx6_ssi.c138 uint32_t mfn; /* PLL4 Multiplication Factor Numerator */ member
385 pll4_configure_output(sr->mfi, sr->mfn, sr->mfd); in ssi_configure_clock()
/freebsd/sys/xen/
H A Dxen_common.c65 .mfn = vtophys(vcpu_info) >> PAGE_SHIFT, in xen_setup_vcpu_info()
/freebsd/contrib/file/src/
H A Dapprentice.c736 char *p, *mfn; in file_apprentice() local
747 if ((mfn = strdup(fn)) == NULL) { in file_apprentice()
760 free(mfn); in file_apprentice()
764 fn = mfn; in file_apprentice()
777 free(mfn); in file_apprentice()
1509 char **filearr = NULL, *mfn; in apprentice_load() local
1541 if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) { in apprentice_load()
1548 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
1549 free(mfn); in apprentice_load()
1560 free(mfn); in apprentice_load()
[all …]
/freebsd/sys/contrib/xen/arch-x86/
H A Dxen-mca.h209 uint64_t mfn; member
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1701 u_long mfn; /* XXX Wrong type? */ in xn_assemble_tx_request() local
1717 mfn = atop(segs[i].ds_addr); in xn_assemble_tx_request()
1719 mfn, GNTMAP_readonly); in xn_assemble_tx_request()