| /OK3568_Linux_fs/kernel/arch/arm/xen/ |
| H A D | p2m.c | 23 unsigned long mfn; member 75 unsigned long mfn = entry->mfn + (pfn - entry->pfn); in __pfn_to_mfn() local 152 unsigned long mfn, unsigned long nr_pages) in __set_phys_to_machine_multi() 200 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | p2m.c | 219 unsigned long pfn, mfn; in xen_build_mfn_list_list() local 315 unsigned long mfn; in xen_p2m_elem_type() local 650 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() 678 bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() 711 unsigned long mfn, pfn; in set_foreign_p2m_mapping() local 788 unsigned long mfn = __pfn_to_mfn(page_to_pfn(pages[i])); in clear_foreign_p2m_mapping() local
|
| H A D | setup.c | 236 static int __init xen_free_mfn(unsigned long mfn) in xen_free_mfn() 265 unsigned long mfn = pfn_to_mfn(pfn); in xen_set_identity_and_release_chunk() local 288 static void __init xen_update_mem_tables(unsigned long pfn, unsigned long mfn) in xen_update_mem_tables() 337 unsigned long mfn_save, mfn; in xen_do_set_identity_and_remap_chunk() local
|
| H A D | mmu_pv.c | 244 void set_pte_mfn(unsigned long vaddr, unsigned long mfn, pgprot_t flags) in set_pte_mfn() 315 unsigned long mfn = (val & XEN_PTE_MFN_MASK) >> PAGE_SHIFT; in pte_mfn_to_pfn() local 333 unsigned long mfn; in pte_pfn_to_mfn() local 1299 unsigned long mfn; in __xen_write_cr3() local 2190 unsigned long mfn; in xen_remap_exchanged_ptes() local
|
| H A D | enlighten_pv.c | 442 unsigned long pfn, mfn; in xen_load_gdt() local 479 unsigned long pfn, mfn; in xen_load_gdt_boot() local
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/ |
| H A D | page.h | 143 unsigned long mfn; in __pfn_to_mfn() local 166 unsigned long mfn; in pfn_to_mfn() local 192 static inline unsigned long mfn_to_pfn_no_overrides(unsigned long mfn) in mfn_to_pfn_no_overrides() 212 static inline unsigned long mfn_to_pfn(unsigned long mfn) in mfn_to_pfn() 291 static inline unsigned long bfn_to_local_pfn(unsigned long mfn) in bfn_to_local_pfn()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/imx/ |
| H A D | speed.c | 29 u32 mfn = spctl0 & 0x3f; in get_systemPLLCLK() local 43 u32 mfn = mpctl0 & 0x3f; in get_mcuPLLCLK() local
|
| /OK3568_Linux_fs/kernel/drivers/clk/imx/ |
| H A D | clk-pllv4.c | 72 u32 mult, mfn, mfd; in clk_pllv4_recalc_rate() local 93 u32 mfn, mfd = DEFAULT_MFD; in clk_pllv4_round_rate() local 152 u32 val, mult, mfn, mfd = DEFAULT_MFD; in clk_pllv4_set_rate() local
|
| H A D | clk-pllv1.c | 48 static inline bool mfn_is_negative(struct clk_pllv1 *pll, unsigned int mfn) in mfn_is_negative() 59 unsigned int mfi, mfn, mfd, pd; in clk_pllv1_recalc_rate() local
|
| H A D | clk-pllv3.c | 217 u32 mfn = readl_relaxed(pll->base + pll->num_offset); in clk_pllv3_av_recalc_rate() local 235 u32 mfn, mfd = 1000000; in clk_pllv3_av_round_rate() local 267 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local 304 u32 mfn; /* numerator, 30-bit value */ member
|
| H A D | clk-pllv2.c | 81 long mfi, mfn, mfd, pdf, ref_clk; in __clk_pllv2_recalc_rate() local 130 long mfi, pdf, mfn, mfd = 999999; in __clk_pllv2_set_rate() local
|
| /OK3568_Linux_fs/kernel/include/xen/arm/ |
| H A D | page.h | 60 unsigned long mfn; in pfn_to_bfn() local 107 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | mpc8xx.c | 24 int mfi, mfn, mfd, pdf; in mpc885_get_clock() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx5/ |
| H A D | clock.c | 64 u32 mfn; member 163 uint32_t ctrl, op, mfd, mfn, mfi, pdf, ret; in decode_pll() local 554 u64 pd, mfi = 1, mfn, mfd, t1; in calc_pll_params() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/ |
| H A D | generic.c | 18 s32 mfn = GET_PLL_MFN(reg); in mx31_decode_pll() local
|
| /OK3568_Linux_fs/kernel/include/xen/interface/ |
| H A D | vcpu.h | 173 uint64_t mfn; /* mfn of page to place vcpu_info */ member
|
| H A D | xen.h | 363 xen_pfn_t mfn; member 645 xen_pfn_t mfn; /* MACHINE page number of console page. */ member
|
| /OK3568_Linux_fs/kernel/include/xen/ |
| H A D | xen-ops.h | 170 unsigned long addr, xen_pfn_t *mfn, in xen_remap_domain_mfn_array()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx25/ |
| H A D | generic.c | 37 int mfn = (pll >> CCM_PLL_MFN_SHIFT) in imx_decode_pll() local
|
| /OK3568_Linux_fs/kernel/include/uapi/xen/ |
| H A D | privcmd.h | 52 __u64 mfn; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/xen/ |
| H A D | privcmd.h | 52 __u64 mfn; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/xen/ |
| H A D | privcmd.h | 52 __u64 mfn; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | mpt.h | 285 unsigned long mfn, unsigned int nr, in intel_gvt_hypervisor_map_gfn_to_mfn()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/ |
| H A D | generic.c | 30 unsigned int mfn = pll & 0x3ff; in imx_decode_pll() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx35/ |
| H A D | generic.c | 118 s32 mfn = reg & 0x3ff; in decode_pll() local
|