Searched refs:pfn (Results 1 - 25 of 620) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c31 .pfn = __phys_to_pfn(CLPS711X_PHYS_BASE),
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c248 .pfn = __phys_to_pfn(SA1100_CS2_PHYS),
253 .pfn = __phys_to_pfn(SA1100_CS4_PHYS),
258 .pfn = __phys_to_pfn(H3600_EGPIO_PHYS),
H A Djornada720.c288 .pfn = __phys_to_pfn(EPSONREGSTART),
293 .pfn = __phys_to_pfn(EPSONFBSTART),
/linux-master/arch/arm/mach-tegra/
H A Dio.c27 .pfn = __phys_to_pfn(IO_PPSB_PHYS),
33 .pfn = __phys_to_pfn(IO_APB_PHYS),
39 .pfn = __phys_to_pfn(IO_CPU_PHYS),
45 .pfn = __phys_to_pfn(IO_IRAM_PHYS),
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c43 .pfn = __phys_to_pfn(0xd8000000),
/linux-master/arch/powerpc/kernel/
H A Dsuspend.c15 * pfn_is_nosave - check if given pfn is in the 'nosave' section
18 int pfn_is_nosave(unsigned long pfn) argument
22 return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn);
/linux-master/arch/powerpc/kvm/
H A Dtrace_pr.h69 __field( u64, pfn )
78 __entry->pfn = pte->pfn;
87 TP_printk("Map: hvpn=%llx pfn=%llx ea=%lx vp=%llx ra=%lx [%x]",
88 __entry->host_vpn, __entry->pfn, __entry->eaddr,
98 __field( u64, pfn )
107 __entry->pfn = pte->pfn;
116 TP_printk("Flush: hva=%llx pfn=%llx ea=%lx vp=%llx ra=%lx [%x]",
117 __entry->host_vpn, __entry->pfn, __entr
[all...]
/linux-master/arch/sh/kernel/
H A Dswsusp.c19 int pfn_is_nosave(unsigned long pfn) argument
24 return (pfn >= begin_pfn) && (pfn < end_pfn);
/linux-master/arch/sparc/include/asm/
H A Dleon.h254 #define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >= PFN(phys_base)))
/linux-master/arch/sparc/power/
H A Dhibernate.c19 * pfn_is_nosave - check if given pfn is in the 'nosave' section
22 int pfn_is_nosave(unsigned long pfn) argument
27 return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn);
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_32.h100 #define xen_pfn_to_cr3(pfn) (((unsigned)(pfn) << 12) | ((unsigned)(pfn) >> 20))
/linux-master/arch/x86/xen/
H A Dmmu.c3 #include <linux/pfn.h>
H A Dmmu.h16 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
18 void set_pte_mfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags);
/linux-master/drivers/gpu/drm/gma500/
H A Dmmu.h75 unsigned long *pfn);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_uar.c44 uar->pfn = (pci_resource_start(dev->pdev, 2) >> PAGE_SHIFT) + uar->index;
/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.h289 unsigned long pfn:41; /* DW 3 */ member in struct:gru_tlb_fault_handle
343 /* GRU paddr shift for pfn. (NOTE: shift is NOT by actual pagesize) */
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h384 int ehea_add_sect_bmap(unsigned long pfn, unsigned long nr_pages);
385 int ehea_rem_sect_bmap(unsigned long pfn, unsigned long nr_pages);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dpd.c159 uar->pfn = (pci_resource_start(dev->persist->pdev, 2) >> PAGE_SHIFT)
202 uar->map = ioremap(uar->pfn << PAGE_SHIFT, PAGE_SIZE);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h512 uint8_t pfn; /* Physical Function member in struct:csio_hw
H A Dcsio_wr.h116 uint8_t pfn:3; member in struct:csio_iq_params
202 uint8_t pfn; member in struct:csio_eq_params
/linux-master/include/linux/
H A Dpfn_t.h8 * PFN_SG_CHAIN - pfn is a pointer to the next scatterlist entry
9 * PFN_SG_LAST - pfn references a page and is the last scatterlist entry
10 * PFN_DEV - pfn is not covered by system memmap by default
11 * PFN_MAP - pfn has a dynamic page mapping established by a device driver
29 static inline pfn_t __pfn_to_pfn_t(unsigned long pfn, u64 flags) argument
31 pfn_t pfn_t = { .val = pfn | (flags & PFN_FLAGS_MASK), };
36 /* a default pfn to pfn_t conversion assumes that @pfn is pfn_valid() */
37 static inline pfn_t pfn_to_pfn_t(unsigned long pfn) argument
39 return __pfn_to_pfn_t(pfn,
47 pfn_t_has_page(pfn_t pfn) argument
52 pfn_t_to_pfn(pfn_t pfn) argument
57 pfn_t_to_page(pfn_t pfn) argument
64 pfn_t_to_phys(pfn_t pfn) argument
74 pfn_t_valid(pfn_t pfn) argument
80 pfn_t_pte(pfn_t pfn, pgprot_t pgprot) argument
87 pfn_t_pmd(pfn_t pfn, pgprot_t pgprot) argument
93 pfn_t_pud(pfn_t pfn, pgprot_t pgprot) argument
101 pfn_t_devmap(pfn_t pfn) argument
108 pfn_t_devmap(pfn_t pfn) argument
121 pfn_t_special(pfn_t pfn) argument
126 pfn_t_special(pfn_t pfn) argument
[all...]
/linux-master/include/trace/events/
H A Dfs_dax.h107 long length, pfn_t pfn, void *radix_entry),
108 TP_ARGS(inode, vmf, length, pfn, radix_entry),
126 __entry->pfn_val = pfn.val;
130 "pfn %#llx %s radix_entry %#lx",
148 long length, pfn_t pfn, void *radix_entry), \
149 TP_ARGS(inode, vmf, length, pfn, radix_entry))
/linux-master/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl80 my $regex_fragdetails_default = 'page=([0-9a-f]*) pfn=([0-9]*) alloc_order=([-0-9]*) fallback_order=([-0-9]*) pageblock_order=([-0-9]*) alloc_migratetype=([-0-9]*) fallback_migratetype=([-0-9]*) fragmenting=([-0-9]) change_ownership=([-0-9])';
131 "page", "pfn",
241 my ($page, $pfn);
253 $pfn = $2;
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h179 #define PHYS_TWIDDLE(pfn) \
180 ((((pfn) & KSEG_PFN) == (0x40000000000UL >> PAGE_SHIFT)) \
181 ? ((pfn) ^= KSEG_PFN) : (pfn))
183 #define PHYS_TWIDDLE(pfn) (pfn)
/linux-master/arch/alpha/kernel/
H A Dcore_marvel.c700 unsigned long pfn;
758 pfn = ptes[baddr >> PAGE_SHIFT];
759 if (!(pfn & 1)) {
764 pfn >>= 1; /* make it a true pfn */
767 pfn << PAGE_SHIFT,
691 unsigned long pfn; local

Completed in 308 milliseconds

1234567891011>>