Searched refs:mfn (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_anadig.c | 154 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 D | vf_common.h | 42 uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
|
H A D | vf_sai.c | 112 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 D | xen.h | 450 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 D | vcpu.h | 185 uint64_t mfn; /* mfn of page to place vcpu_info */ member
|
H A D | platform.h | 75 xen_pfn_t mfn; member 107 xen_pfn_t mfn; member
|
H A D | grant_table.h | 427 xen_pfn_t mfn; member
|
H A D | memory.h | 540 uint64_aligned_t mfn; /* IN: mfn to debug */ member
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_anatopvar.h | 45 uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
|
H A D | imx6_anatop.c | 747 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 D | imx6_ssi.c | 138 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 D | xen_common.c | 65 .mfn = vtophys(vcpu_info) >> PAGE_SHIFT, in xen_setup_vcpu_info()
|
/freebsd/contrib/file/src/ |
H A D | apprentice.c | 736 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 D | xen-mca.h | 209 uint64_t mfn; member
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 1701 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()
|