Home
last modified time | relevance | path

Searched defs:mfn (Results 1 - 25 of 50) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dmpc8xx.c24 int mfi, mfn, mfd, pdf; in mpc885_get_clock() local
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dmpc8xx.c24 int mfi, mfn, mfd, pdf; in mpc885_get_clock() local
/kernel/linux/linux-5.10/arch/arm/xen/
H A Dp2m.c23 unsigned long mfn; member
75 unsigned long mfn = entry->mfn + (pfn - entry->pfn); in __pfn_to_mfn() local
151 __set_phys_to_machine_multi(unsigned long pfn, unsigned long mfn, unsigned long nr_pages) __set_phys_to_machine_multi() argument
200 __set_phys_to_machine(unsigned long pfn, unsigned long mfn) __set_phys_to_machine() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/xen/
H A Dp2m.c24 unsigned long mfn; member
76 unsigned long mfn = entry->mfn + (pfn - entry->pfn); in __pfn_to_mfn() local
150 __set_phys_to_machine_multi(unsigned long pfn, unsigned long mfn, unsigned long nr_pages) __set_phys_to_machine_multi() argument
199 __set_phys_to_machine(unsigned long pfn, unsigned long mfn) __set_phys_to_machine() argument
[all...]
/kernel/linux/linux-5.10/include/xen/arm/
H A Dpage.h60 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() argument
/kernel/linux/linux-6.6/include/xen/
H A Dxen-ops.h150 xen_remap_domain_mfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *mfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid) xen_remap_domain_mfn_array() argument
/kernel/linux/linux-6.6/include/xen/arm/
H A Dpage.h60 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() argument
/kernel/linux/linux-5.10/drivers/clk/imx/
H A Dclk-pllv1.c48 static inline bool mfn_is_negative(struct clk_pllv1 *pll, unsigned int mfn) in mfn_is_negative() argument
59 unsigned int mfi, mfn, mfd, pd; in clk_pllv1_recalc_rate() local
[all...]
H A Dclk-pllv4.c72 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
[all...]
H A Dclk-pllv2.c81 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
H A Dclk-pllv3.c217 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
[all...]
/kernel/linux/linux-5.10/include/uapi/xen/
H A Dprivcmd.h52 __u64 mfn; member
/kernel/linux/linux-5.10/include/xen/
H A Dxen-ops.h169 xen_remap_domain_mfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *mfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, struct page **pages) xen_remap_domain_mfn_array() argument
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-pllv1.c47 static inline bool mfn_is_negative(struct clk_pllv1 *pll, unsigned int mfn) in mfn_is_negative() argument
58 unsigned int mfi, mfn, mfd, pd; in clk_pllv1_recalc_rate() local
[all...]
H A Dclk-pllv4.c82 u32 mult, mfn, mfd; in clk_pllv4_recalc_rate() local
104 u32 mfn, mfd = DEFAULT_MFD; in clk_pllv4_round_rate() local
181 u32 val, mult, mfn, mfd = DEFAULT_MFD; in clk_pllv4_set_rate() local
[all...]
H A Dclk-pllv3.c218 u32 mfn = readl_relaxed(pll->base + pll->num_offset); in clk_pllv3_av_recalc_rate() local
236 u32 mfn, mfd = 1000000; in clk_pllv3_av_round_rate() local
268 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local
305 u32 mfn; /* numerator, 30-bit value */ member
[all...]
H A Dclk-fracn-gppll.c156 u32 mfi, mfn, mfd, rdiv, odiv; in clk_fracn_gppll_recalc_rate() local
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/xen/
H A Dprivcmd.h30 __u64 mfn; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/xen/
H A Dprivcmd.h18 __u64 mfn; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/xen/
H A Dprivcmd.h30 __u64 mfn; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dmpt.h283 intel_gvt_hypervisor_map_gfn_to_mfn( struct intel_vgpu *vgpu, unsigned long gfn, unsigned long mfn, unsigned int nr, bool map) intel_gvt_hypervisor_map_gfn_to_mfn() argument
/kernel/linux/linux-5.10/include/xen/interface/
H A Dvcpu.h173 uint64_t mfn; /* mfn of page to place vcpu_info */ member
/kernel/linux/linux-6.6/include/xen/interface/
H A Dvcpu.h156 uint64_t mfn; /* mfn of page to place vcpu_info */ member
/kernel/linux/linux-6.6/include/uapi/xen/
H A Dprivcmd.h52 __u64 mfn; member
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dpage.h143 unsigned long mfn; in __pfn_to_mfn() local
166 unsigned long mfn; in pfn_to_mfn() local
192 mfn_to_pfn_no_overrides(unsigned long mfn) mfn_to_pfn_no_overrides() argument
212 mfn_to_pfn(unsigned long mfn) mfn_to_pfn() argument
291 bfn_to_local_pfn(unsigned long mfn) bfn_to_local_pfn() argument
[all...]

Completed in 16 milliseconds

12