/linux-4.4.14/arch/x86/mm/ |
H A D | physaddr.c | 72 unsigned long phys_addr = x - PAGE_OFFSET; __phys_addr() local
|
H A D | ioremap.c | 83 static void __iomem *__ioremap_caller(resource_size_t phys_addr, __ioremap_caller() argument 229 void __iomem *ioremap_nocache(resource_size_t phys_addr, unsigned long size) ioremap_nocache() argument 270 void __iomem *ioremap_uc(resource_size_t phys_addr, unsigned long size) ioremap_uc() argument 289 void __iomem *ioremap_wc(resource_size_t phys_addr, unsigned long size) ioremap_wc() argument 306 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) ioremap_wt() argument 313 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) ioremap_cache() argument 320 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, ioremap_prot() argument
|
H A D | init_64.c | 797 phys_addr_t phys_addr; remove_pte_table() local
|
H A D | pageattr.c | 417 phys_addr_t phys_addr; slow_virt_to_phys() local
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | setup.c | 77 phys_addr_t __fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) __fixup_bigphys_addr() argument
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
H A D | ioremap.h | 17 static inline phys_addr_t __fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) __fixup_bigphys_addr() argument 26 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) fixup_bigphys_addr() argument
|
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/ |
H A D | ioremap.h | 6 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) fixup_bigphys_addr() argument
|
/linux-4.4.14/arch/mips/include/asm/mach-generic/ |
H A D | ioremap.h | 18 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) fixup_bigphys_addr() argument
|
/linux-4.4.14/arch/mips/include/asm/mach-tx39xx/ |
H A D | ioremap.h | 18 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) fixup_bigphys_addr() argument
|
/linux-4.4.14/arch/mips/include/asm/mach-tx49xx/ |
H A D | ioremap.h | 18 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) fixup_bigphys_addr() argument
|
/linux-4.4.14/arch/metag/mm/ |
H A D | ioremap.c | 28 void __iomem *__ioremap(unsigned long phys_addr, size_t size, __ioremap() argument
|
H A D | mmu-meta2.c | 177 unsigned long phys_addr, second_level_phys; mmu_init() local
|
/linux-4.4.14/arch/hexagon/mm/ |
H A D | ioremap.c | 25 void __iomem *ioremap_nocache(unsigned long phys_addr, unsigned long size) ioremap_nocache() argument
|
/linux-4.4.14/arch/m32r/mm/ |
H A D | ioremap-nommu.c | 42 __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) __ioremap() argument
|
H A D | ioremap.c | 43 __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) __ioremap() argument
|
/linux-4.4.14/arch/avr32/mm/ |
H A D | ioremap.c | 22 void __iomem *__ioremap(unsigned long phys_addr, size_t size, __ioremap() argument
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
H A D | armada_gem.h | 17 phys_addr_t phys_addr; member in struct:armada_gem_object
|
/linux-4.4.14/include/linux/ |
H A D | of_platform.h | 44 resource_size_t phys_addr; member in struct:of_dev_auxdata
|
H A D | io-mapping.h | 87 resource_size_t phys_addr; io_mapping_map_atomic_wc() local 105 resource_size_t phys_addr; io_mapping_map_wc() local
|
H A D | genalloc.h | 72 phys_addr_t phys_addr; /* physical starting address of memory chunk */ member in struct:gen_pool_chunk
|
H A D | io.h | 38 ioremap_page_range(unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_page_range() argument
|
H A D | vmalloc.h | 38 phys_addr_t phys_addr; member in struct:vm_struct
|
H A D | scif.h | 114 dma_addr_t *phys_addr; member in struct:scif_range
|
H A D | dma-mapping.h | 213 dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, dma_declare_coherent_memory() argument 250 dmam_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, dma_addr_t device_addr, size_t size, gfp_t gfp) dmam_declare_coherent_memory() argument
|
H A D | sfi.h | 128 u64 phys_addr; /* phy base addr for APIC reg */ member in struct:sfi_apic_table_entry 138 u64 phys_addr; /* pointer to where the wake vector locates */ member in struct:sfi_wake_table_entry 142 u64 phys_addr; /* phy base addr for the timer */ member in struct:sfi_timer_table_entry 148 u64 phys_addr; /* phy base addr for the RTC */ member in struct:sfi_rtc_table_entry
|
H A D | efi.h | 112 u64 phys_addr; member in struct:__anon12239
|
/linux-4.4.14/arch/sh/mm/ |
H A D | ioremap.c | 38 __ioremap_caller(phys_addr_t phys_addr, unsigned long size, __ioremap_caller() argument
|
H A D | ioremap_fixed.c | 47 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) ioremap_fixed() argument
|
/linux-4.4.14/arch/parisc/mm/ |
H A D | ioremap.c | 27 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) __ioremap() argument
|
/linux-4.4.14/arch/cris/mm/ |
H A D | ioremap.c | 30 void __iomem * __ioremap_prot(unsigned long phys_addr, unsigned long size, pgprot_t prot) __ioremap_prot() argument 63 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) __ioremap() argument 79 void __iomem *ioremap_nocache(unsigned long phys_addr, unsigned long size) ioremap_nocache() argument
|
/linux-4.4.14/arch/ia64/mm/ |
H A D | ioremap.c | 19 __ioremap_uc(unsigned long phys_addr) __ioremap_uc() argument 25 early_ioremap (unsigned long phys_addr, unsigned long size) early_ioremap() argument 35 ioremap (unsigned long phys_addr, unsigned long size) ioremap() argument 105 ioremap_nocache (unsigned long phys_addr, unsigned long size) ioremap_nocache() argument
|
/linux-4.4.14/arch/arm64/mm/ |
H A D | ioremap.c | 32 static void __iomem *__ioremap_caller(phys_addr_t phys_addr, size_t size, __ioremap_caller() argument 76 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) __ioremap() argument 96 void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size) ioremap_cache() argument
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
H A D | xp_uv.c | 90 xp_expand_memprotect_uv(unsigned long phys_addr, unsigned long size) xp_expand_memprotect_uv() argument 119 xp_restrict_memprotect_uv(unsigned long phys_addr, unsigned long size) xp_restrict_memprotect_uv() argument
|
H A D | xp_sn2.c | 133 xp_expand_memprotect_sn2(unsigned long phys_addr, unsigned long size) xp_expand_memprotect_sn2() argument 149 xp_restrict_memprotect_sn2(unsigned long phys_addr, unsigned long size) xp_restrict_memprotect_sn2() argument
|
/linux-4.4.14/arch/x86/platform/efi/ |
H A D | efi_32.c | 57 void __init parse_efi_setup(u64 phys_addr, u32 data_len) {} parse_efi_setup() argument
|
H A D | efi.c | 1002 u32 efi_mem_type(unsigned long phys_addr) efi_mem_type() argument
|
H A D | efi_64.c | 278 void __iomem *__init efi_ioremap(unsigned long phys_addr, unsigned long size, efi_ioremap() argument 298 void __init parse_efi_setup(u64 phys_addr, u32 data_len) parse_efi_setup() argument
|
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/ |
H A D | ls_uart.c | 117 phys_addr_t phys_addr; ls_uarts_init() local
|
/linux-4.4.14/drivers/media/platform/omap/ |
H A D | omap_voutlib.c | 301 unsigned long omap_vout_alloc_buffer(u32 buf_size, u32 *phys_addr) omap_vout_alloc_buffer() argument
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
H A D | airport.c | 152 unsigned long phys_addr; airport_attach() local
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | proto.h | 192 __alpha_remap_area_pages(unsigned long address, unsigned long phys_addr, __alpha_remap_area_pages() argument
|
/linux-4.4.14/lib/ |
H A D | ioremap.c | 53 ioremap_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_pte_range() argument 71 ioremap_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_pmd_range() argument 97 ioremap_pud_range(pgd_t *pgd, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_pud_range() argument 123 ioremap_page_range(unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_page_range() argument
|
H A D | dma-debug.c | 398 static unsigned long long phys_addr(struct dma_debug_entry *entry) phys_addr() function
|
/linux-4.4.14/arch/mips/mm/ |
H A D | ioremap.c | 67 static int remap_area_pages(unsigned long address, phys_addr_t phys_addr, remap_area_pages() argument 116 void __iomem * __ioremap(phys_addr_t phys_addr, phys_addr_t size, unsigned long flags) __ioremap() argument 19 remap_area_pte(pte_t * pte, unsigned long address, phys_addr_t size, phys_addr_t phys_addr, unsigned long flags) remap_area_pte() argument 45 remap_area_pmd(pmd_t * pmd, unsigned long address, phys_addr_t size, phys_addr_t phys_addr, unsigned long flags) remap_area_pmd() argument
|
/linux-4.4.14/arch/nios2/mm/ |
H A D | ioremap.c | 76 static int remap_area_pages(unsigned long address, unsigned long phys_addr, remap_area_pages() argument 115 void __iomem *__ioremap(unsigned long phys_addr, unsigned long size, __ioremap() argument 22 remap_area_pte(pte_t *pte, unsigned long address, unsigned long size, unsigned long phys_addr, unsigned long flags) remap_area_pte() argument 50 remap_area_pmd(pmd_t *pmd, unsigned long address, unsigned long size, unsigned long phys_addr, unsigned long flags) remap_area_pmd() argument
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | mm-imx3.c | 68 static void __iomem *imx3_ioremap_caller(phys_addr_t phys_addr, size_t size, imx3_ioremap_caller() argument
|
/linux-4.4.14/drivers/acpi/ |
H A D | processor_core.c | 263 static int parse_madt_ioapic_entry(u32 gsi_base, u64 *phys_addr) parse_madt_ioapic_entry() argument 330 int acpi_get_ioapic_id(acpi_handle handle, u32 gsi_base, u64 *phys_addr) acpi_get_ioapic_id() argument 250 get_ioapic_id(struct acpi_subtable_header *entry, u32 gsi_base, u64 *phys_addr, int *ioapic_id) get_ioapic_id() argument 291 parse_mat_ioapic_entry(acpi_handle handle, u32 gsi_base, u64 *phys_addr) parse_mat_ioapic_entry() argument
|
H A D | osl.c | 950 acpi_os_read_memory(acpi_physical_address phys_addr, u64 *value, u32 width) acpi_os_read_memory() argument 996 acpi_os_write_memory(acpi_physical_address phys_addr, u64 value, u32 width) acpi_os_write_memory() argument
|
/linux-4.4.14/arch/unicore32/mm/ |
H A D | ioremap.c | 184 void __iomem *__uc32_ioremap_caller(unsigned long phys_addr, size_t size, __uc32_ioremap_caller() argument 220 __uc32_ioremap(unsigned long phys_addr, size_t size) __uc32_ioremap() argument 228 __uc32_ioremap_cached(unsigned long phys_addr, size_t size) __uc32_ioremap_cached() argument
|
/linux-4.4.14/mm/ |
H A D | early_ioremap.c | 98 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) __early_ioremap() argument 209 early_ioremap(resource_size_t phys_addr, unsigned long size) early_ioremap() argument 216 early_memremap(resource_size_t phys_addr, unsigned long size) early_memremap() argument 223 early_memremap_ro(resource_size_t phys_addr, unsigned long size) early_memremap_ro() argument 253 early_ioremap(resource_size_t phys_addr, unsigned long size) early_ioremap() argument 260 early_memremap(resource_size_t phys_addr, unsigned long size) early_memremap() argument 265 early_memremap_ro(resource_size_t phys_addr, unsigned long size) early_memremap_ro() argument
|
H A D | memory.c | 3675 resource_size_t phys_addr; generic_access_phys() local
|
/linux-4.4.14/drivers/w1/masters/ |
H A D | matrox_w1.c | 85 unsigned long phys_addr; member in struct:matrox_device
|
/linux-4.4.14/virt/kvm/arm/ |
H A D | vgic.h | 63 phys_addr_t phys_addr; member in struct:kvm_exit_mmio
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | apbuart.h | 17 unsigned int phys_addr; member in struct:amba_prom_registers
|
H A D | atmel_serial.c | 832 dma_addr_t phys_addr; atmel_tx_dma() local
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_mmap.c | 390 dma_addr_t phys_addr; scif_rma_list_mmap() local
|
H A D | scif_nodeqp.h | 126 dma_addr_t phys_addr; member in struct:scif_allocmsg
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
H A D | debug_hw.c | 108 static void show_gather(struct output *o, phys_addr_t phys_addr, show_gather() argument
|
/linux-4.4.14/drivers/gpu/host1x/ |
H A D | job.c | 186 dma_addr_t phys_addr; pin_job() local 205 dma_addr_t phys_addr; pin_job() local
|
/linux-4.4.14/drivers/input/serio/ |
H A D | xilinx_ps2.c | 242 resource_size_t remap_size, phys_addr; xps2_of_probe() local
|
/linux-4.4.14/drivers/nvdimm/ |
H A D | pmem.c | 39 phys_addr_t phys_addr; member in struct:pmem_device
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | dma.c | 98 ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr) ath5k_hw_set_rxdp() argument 396 ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) ath5k_hw_set_txdp() argument
|
/linux-4.4.14/drivers/base/ |
H A D | dma-coherent.c | 20 static int dma_init_coherent_memory(phys_addr_t phys_addr, dma_addr_t device_addr, dma_init_coherent_memory() argument 87 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, dma_declare_coherent_memory() argument
|
H A D | dma-mapping.c | 190 int dmam_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, dmam_declare_coherent_memory() argument
|
H A D | memory.c | 452 u64 phys_addr; memory_probe_store() local
|
/linux-4.4.14/arch/sparc/prom/ |
H A D | misc_64.c | 317 prom_getunumber(int syndrome_code, unsigned long phys_addr, char *buf, int buflen) prom_getunumber() argument
|
H A D | tree_32.c | 234 unsigned int which_io, phys_addr; prom_finddevice() local
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | efi.h | 203 static inline void parse_efi_setup(u64 phys_addr, u32 data_len) {} efi_reboot_required() argument
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | cuboot-pq2.c | 36 u32 phys_addr; member in struct:pci_range
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | err_inject.c | 44 static u64 phys_addr[NR_CPUS]; variable
|
H A D | iosapic.c | 1033 int iosapic_init(unsigned long phys_addr, unsigned int gsi_base) iosapic_init() argument
|
H A D | acpi.c | 162 char *__init __acpi_map_table(unsigned long phys_addr, unsigned long size) __acpi_map_table() argument 966 int __ref acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) acpi_register_ioapic() argument
|
H A D | efi.c | 431 static void __init handle_palo(unsigned long phys_addr) handle_palo() argument 709 kern_memory_descriptor (unsigned long phys_addr) kern_memory_descriptor() argument 721 efi_memory_descriptor (unsigned long phys_addr) efi_memory_descriptor() argument 741 efi_memmap_intersects (unsigned long phys_addr, unsigned long size) efi_memmap_intersects() argument 763 efi_mem_type (unsigned long phys_addr) efi_mem_type() argument 773 efi_mem_attributes (unsigned long phys_addr) efi_mem_attributes() argument 784 efi_mem_attribute (unsigned long phys_addr, unsigned long size) efi_mem_attribute() argument 812 kern_mem_attribute (unsigned long phys_addr, unsigned long size) kern_mem_attribute() argument 849 valid_phys_addr_range (phys_addr_t phys_addr, unsigned long size) valid_phys_addr_range() argument 868 unsigned long phys_addr = pfn << PAGE_SHIFT; valid_mmap_phys_addr_range() local 897 unsigned long phys_addr = pfn << PAGE_SHIFT; phys_mem_access_prot() local
|
/linux-4.4.14/arch/ia64/sn/pci/ |
H A D | pci_dma.c | 83 unsigned long phys_addr; sn_dma_alloc_coherent() local 183 unsigned long phys_addr; sn_dma_map_page() local 278 unsigned long phys_addr; sn_dma_map_sg() local
|
/linux-4.4.14/arch/ia64/sn/pci/pcibr/ |
H A D | pcibr_dma.c | 357 pcibr_dma_map(struct pci_dev * hwdev, unsigned long phys_addr, size_t size, int dma_flags) pcibr_dma_map() argument 395 pcibr_dma_map_consistent(struct pci_dev * hwdev, unsigned long phys_addr, pcibr_dma_map_consistent() argument
|
/linux-4.4.14/arch/arm/mm/ |
H A D | ioremap.c | 334 void __iomem *__arm_ioremap_caller(phys_addr_t phys_addr, size_t size, __arm_ioremap_caller() argument 403 __arm_ioremap_exec(phys_addr_t phys_addr, size_t size, bool cached) __arm_ioremap_exec() argument 461 int pci_ioremap_io(unsigned int offset, phys_addr_t phys_addr) pci_ioremap_io() argument
|
H A D | nommu.c | 354 void __iomem *__arm_ioremap_caller(phys_addr_t phys_addr, size_t size, __arm_ioremap_caller() argument
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
H A D | coherency.c | 171 armada_pcie_wa_ioremap_caller(phys_addr_t phys_addr, size_t size, armada_pcie_wa_ioremap_caller() argument
|
/linux-4.4.14/drivers/firmware/efi/ |
H A D | runtime-map.c | 51 EFI_RUNTIME_U64_ATTR_SHOW(phys_addr); variable
|
H A D | efi.c | 255 int __init efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md) efi_mem_desc_lookup() argument 333 void __iomem *efi_lookup_mapped_addr(u64 phys_addr) efi_lookup_mapped_addr() argument 647 u64 __weak efi_mem_attributes(unsigned long phys_addr) efi_mem_attributes() argument
|
/linux-4.4.14/drivers/staging/fsl-mc/bus/ |
H A D | mc-bus.c | 281 translate_mc_addr(struct fsl_mc_device *mc_dev, enum dprc_region_type mc_region_type, u64 mc_offset, phys_addr_t *phys_addr) translate_mc_addr() argument
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | mvsdio.c | 130 dma_addr_t phys_addr; mvsd_setup_data() local
|
/linux-4.4.14/drivers/gpu/drm/savage/ |
H A D | savage_bci.c | 424 unsigned long phys_addr; savage_dma_flush() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ctx.c | 287 u64 phys_addr; nx_fw_cmd_create_rx_ctx() local 446 u64 offset, phys_addr; nx_fw_cmd_create_tx_ctx() local
|
H A D | netxen_nic.h | 636 dma_addr_t phys_addr; member in struct:nx_host_rds_ring 652 dma_addr_t phys_addr; member in struct:nx_host_sds_ring 668 dma_addr_t phys_addr; member in struct:nx_host_tx_ring 686 dma_addr_t phys_addr; member in struct:netxen_recv_context 1597 dma_addr_t phys_addr; member in struct:netxen_dummy_dma
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | framebuffer.c | 124 unsigned long phys_addr = (unsigned long)dev_priv->stolen_base + psbfb_vm_fault() local
|
/linux-4.4.14/arch/tile/mm/ |
H A D | pgtable.c | 509 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, ioremap_prot() argument
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
H A D | main.c | 679 u32 phys_addr; mtrr_bp_init() local
|
/linux-4.4.14/fs/pstore/ |
H A D | ram.c | 90 phys_addr_t phys_addr; member in struct:ramoops_context
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | hotplug-memory.c | 196 u64 phys_addr; lmb_is_removable() local
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | io.h | 361 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) ioremap_fixed() argument
|
/linux-4.4.14/arch/hexagon/include/asm/ |
H A D | io.h | 195 static inline void __iomem *ioremap(unsigned long phys_addr, unsigned long size) ioremap() argument
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | gbefb.c | 1008 unsigned long phys_addr, phys_size; gbefb_mmap() local
|
H A D | ep93xx-fb.c | 425 dma_addr_t phys_addr; ep93xxfb_alloc_videomem() local
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
H A D | a2065.c | 86 unsigned char phys_addr[6]; /* Physical ethernet address */ member in struct:lance_init_block
|
H A D | 7990.h | 74 volatile unsigned char phys_addr[6]; /* Physical ethernet address */ member in struct:lance_init_block
|
H A D | lance.c | 228 u8 phys_addr[6]; /* Physical ethernet address */ member in struct:lance_init_block
|
H A D | declance.c | 209 unsigned short phys_addr[3]; /* physical ethernet address */ member in struct:lance_init_block
|
H A D | sunlance.c | 216 u8 phys_addr[6]; /* Physical ethernet address */ member in struct:lance_init_block
|
H A D | pcnet32.c | 236 u8 phys_addr[6]; member in struct:pcnet32_init_block
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | amd_gart_64.c | 348 unsigned long phys_addr = s->dma_address; for_each_sg() local
|
H A D | e820.c | 657 void __init parse_e820_ext(u64 phys_addr, u32 data_len) parse_e820_ext() argument
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 137 unsigned long ps3_mm_phys_to_lpar(unsigned long phys_addr) ps3_mm_phys_to_lpar() argument 521 static int dma_sb_map_pages(struct ps3_dma_region *r, unsigned long phys_addr, dma_sb_map_pages() argument 562 static int dma_ioc0_map_pages(struct ps3_dma_region *r, unsigned long phys_addr, dma_ioc0_map_pages() argument 790 unsigned long phys_addr = is_kernel_addr(virt_addr) ? __pa(virt_addr) dma_sb_map_area() local 845 unsigned long phys_addr = is_kernel_addr(virt_addr) ? __pa(virt_addr) dma_ioc0_map_area() local 1086 unsigned long phys_addr = is_kernel_addr(virt_addr) ? __pa(virt_addr) dma_sb_map_area_linear() local
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | io.h | 200 phys_addr_t phys_addr, last_addr; __ioremap_mode() local
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 131 __u64 phys_addr; member in struct:kvm_hw_breakpoint
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
H A D | ql4_mbx.c | 284 qla4xxx_get_minidump_template(struct scsi_qla_host *ha, dma_addr_t phys_addr) qla4xxx_get_minidump_template() argument
|
/linux-4.4.14/drivers/staging/netlogic/ |
H A D | xlr_net.c | 428 unsigned long phys_addr; xlr_config_spill() local
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | gsc_hpdi.c | 426 dma_addr_t phys_addr = devpriv->dma_desc_phys_addr; gsc_hpdi_setup_dma_descriptors() local
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfad.c | 603 dma_addr_t phys_addr; bfad_hal_mem_alloc() local
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_hwi.c | 1475 u64 phys_addr = (u64)orig_io_req->bd_tbl->bd_tbl_dma; bnx2fc_init_seq_cleanup_task() local
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | divasmain.c | 389 dword phys_addr; diva_free_dma_map() local
|
/linux-4.4.14/drivers/lightnvm/ |
H A D | rrpc.c | 277 u64 phys_addr; rrpc_move_valid_pages() local
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 242 __be16 *phys_addr; tc589_config() local
|
H A D | 3c509.c | 219 static int el3_isa_id_sequence(__be16 *phys_addr) el3_isa_id_sequence() argument 272 static void el3_dev_fill(struct net_device *dev, __be16 *phys_addr, int ioaddr, el3_dev_fill() argument 289 __be16 phys_addr[3]; el3_isa_match() local 362 __be16 phys_addr[3]; el3_isa_resume() local 411 __be16 phys_addr[3]; el3_pnp_probe() local 569 __be16 phys_addr[3]; el3_eisa_probe() local
|
H A D | 3c515.c | 634 __be16 *phys_addr = (__be16 *) dev->dev_addr; corkscrew_setup() local
|
H A D | 3c574_cs.c | 310 __be16 *phys_addr; tc574_config() local
|
/linux-4.4.14/drivers/iommu/ |
H A D | iommu.c | 355 phys_addr_t phys_addr; iommu_group_create_direct_mappings() local
|
H A D | dmar.c | 917 static int map_iommu(struct intel_iommu *iommu, u64 phys_addr) map_iommu() argument
|
H A D | amd_iommu.c | 505 static void dump_command(unsigned long phys_addr) dump_command() argument 1322 iommu_map_page(struct protection_domain *dom, unsigned long bus_addr, unsigned long phys_addr, int prot, unsigned long page_size) iommu_map_page() argument
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
H A D | tx.c | 1328 dma_addr_t phys_addr; iwl_pcie_enqueue_hcmd() local
|
/linux-4.4.14/drivers/pci/ |
H A D | msi.c | 658 resource_size_t phys_addr; msix_map_region() local
|
H A D | pci.c | 3035 int __weak pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr) pci_remap_iospace() argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ctx.c | 253 u64 phys_addr; qlcnic_82xx_fw_cmd_create_rx_ctx() local 428 u64 phys_addr; qlcnic_82xx_fw_cmd_create_tx_ctx() local
|
H A D | qlcnic_dcb.c | 434 u64 phys_addr; qlcnic_82xx_dcb_query_cee_param() local
|
H A D | qlcnic.h | 451 dma_addr_t phys_addr; member in struct:qlcnic_fw_dump 587 dma_addr_t phys_addr; member in struct:qlcnic_host_rds_ring 604 dma_addr_t phys_addr; member in struct:qlcnic_host_sds_ring 636 dma_addr_t phys_addr; member in struct:qlcnic_host_tx_ring
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 117 dma_addr_t phys_addr; /* physical address of HW ring start */ member in struct:sge_fl 142 dma_addr_t phys_addr; /* physical address of the ring */ member in struct:sge_rspq 180 dma_addr_t phys_addr; /* physical address of the ring */ member in struct:sge_txq
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_ethtool.c | 818 static int eeprom_ptov(unsigned int phys_addr, unsigned int fn, unsigned int sz) eeprom_ptov() argument 832 static int eeprom_rd_phys(struct adapter *adap, unsigned int phys_addr, u32 *v) eeprom_rd_phys() argument 841 static int eeprom_wr_phys(struct adapter *adap, unsigned int phys_addr, u32 v) eeprom_wr_phys() argument
|
H A D | cxgb4.h | 524 dma_addr_t phys_addr; /* physical address of the ring */ member in struct:sge_rspq 595 dma_addr_t phys_addr; /* physical address of the ring */ member in struct:sge_txq
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 185 dma_addr_t phys_addr; /* PCI bus address of ring */ member in struct:sge_rspq 249 dma_addr_t phys_addr; /* PCI bus address of hardware ring */ member in struct:sge_txq
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | pci_gx.c | 1078 void __iomem *ioremap(resource_size_t phys_addr, unsigned long size) ioremap() argument
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
H A D | boot.c | 747 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) acpi_register_ioapic() argument
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | hash_utils_64.c | 416 long unsigned int phys_addr; htab_dt_scan_hugepage_blocks() local
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | fsl_pci.c | 151 resource_size_t phys_addr = res->start; setup_one_atmu() local
|
H A D | mpic.c | 314 static void _mpic_map_mmio(struct mpic *mpic, phys_addr_t phys_addr, _mpic_map_mmio() argument 326 phys_addr_t phys_addr = dcr_resource_start(mpic->node, 0); _mpic_map_dcr() local 331 mpic_map(struct mpic *mpic, phys_addr_t phys_addr, struct mpic_reg_bank *rb, unsigned int offset, unsigned int size) mpic_map() argument 1215 mpic_alloc(struct device_node *node, phys_addr_t phys_addr, unsigned int flags, unsigned int isu_size, unsigned int irq_count, const char *name) mpic_alloc() argument
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | leon_amba.h | 13 unsigned int phys_addr; /* The physical address of this register */ member in struct:amba_prom_registers
|
H A D | openprom.h | 194 unsigned int phys_addr; /* The physical address of this register */ member in struct:linux_prom_registers 199 unsigned long phys_addr; member in struct:linux_prom64_registers
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | openprom.h | 292 char *phys_addr; /* The physical address of this register */ member in struct:linux_prom_registers
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | io.h | 434 static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size) ioremap_cache() argument
|
H A D | sal.h | 779 ia64_sal_register_physical_addr (u64 phys_entry, u64 phys_addr) ia64_sal_register_physical_addr() argument
|
/linux-4.4.14/drivers/vme/ |
H A D | vme.c | 647 phys_addr_t phys_addr; vme_master_mmap() local
|
/linux-4.4.14/drivers/staging/slicoss/ |
H A D | slicoss.c | 1330 ulong phys_addr; slic_cmdq_addcmdpage() local 1868 ulong phys_addr; slic_xmit_build_request() local
|
/linux-4.4.14/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 3951 u64 phys_addr, start_addr, end_addr; pm80xx_chip_ssp_io_req() local 4113 u64 phys_addr, start_addr, end_addr; pm80xx_chip_sata_req() local
|
H A D | pm8001_hwi.c | 4302 u64 phys_addr; pm8001_chip_ssp_io_req() local 4355 u64 phys_addr; pm8001_chip_sata_req() local 4941 dma_addr_t phys_addr = pm8001_ha->memoryMap.region[FW_FLASH].phys_addr; pm8001_chip_fw_flash_update_req() local
|
H A D | pm8001_sas.h | 305 dma_addr_t phys_addr; member in struct:mpi_mem 613 dma_addr_t phys_addr; member in struct:fw_control_ex
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_mbx.c | 900 qla2x00_issue_iocb(scsi_qla_host_t *vha, void *buffer, dma_addr_t phys_addr, qla2x00_issue_iocb() argument 861 qla2x00_issue_iocb_timeout(scsi_qla_host_t *vha, void *buffer, dma_addr_t phys_addr, size_t size, uint32_t tov) qla2x00_issue_iocb_timeout() argument
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | atmel_nand.c | 352 dma_addr_t dma_src_addr, dma_dst_addr, phys_addr; atmel_nand_dma_op() local
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
H A D | t4.h | 291 unsigned long phys_addr; member in struct:t4_sq
|
/linux-4.4.14/drivers/ntb/ |
H A D | ntb_transport.c | 183 phys_addr_t phys_addr; member in struct:ntb_transport_mw
|
/linux-4.4.14/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 108 u32 phys_addr; member in struct:buffer_desc
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | hwrpb.h | 164 unsigned long phys_addr; /* check: physical address of the hwrpb */ member in struct:hwrpb_struct
|
/linux-4.4.14/include/uapi/drm/ |
H A D | mga_drm.h | 266 unsigned long phys_addr; member in struct:_drm_mga_warp_index
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | chmc.c | 272 static struct jbusmc_dimm_group *jbusmc_find_dimm_group(unsigned long phys_addr) jbusmc_find_dimm_group() argument 486 static int chmc_bank_match(struct chmc_bank_info *bp, unsigned long phys_addr) chmc_bank_match() argument 518 static struct chmc_bank_info *chmc_find_bank(unsigned long phys_addr) chmc_find_bank() argument 292 jbusmc_print_dimm(int syndrome_code, unsigned long phys_addr, char *buf, int buflen) jbusmc_print_dimm() argument 538 chmc_print_dimm(int syndrome_code, unsigned long phys_addr, char *buf, int buflen) chmc_print_dimm() argument
|
/linux-4.4.14/arch/arm/kvm/ |
H A D | mmu.c | 596 phys_addr_t phys_addr; create_hyp_mappings() local 628 int create_hyp_io_mappings(void *from, void *to, phys_addr_t phys_addr) create_hyp_io_mappings() argument
|
/linux-4.4.14/sound/pci/asihpi/ |
H A D | hpi6205.c | 531 u32 phys_addr; create_adapter_obj() local
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | amd5536udc.h | 552 unsigned long phys_addr; member in struct:udc
|
H A D | pch_udc.c | 372 unsigned long phys_addr; member in struct:pch_udc_dev
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
H A D | visorchipset.c | 1328 initialize_controlvm_payload_info(u64 phys_addr, u64 offset, u32 bytes, initialize_controlvm_payload_info() argument 1376 u64 phys_addr = visorchannel_get_physaddr(controlvm_channel); initialize_controlvm_payload() local
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 2225 mpt3sas_base_get_reply_virt_addr(struct MPT3SAS_ADAPTER *ioc, u32 phys_addr) mpt3sas_base_get_reply_virt_addr() argument
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
H A D | libcxgbi.h | 124 dma_addr_t phys_addr[0]; member in struct:cxgbi_gather_list
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 3945-mac.c | 474 dma_addr_t phys_addr; il3945_tx_skb() local
|
H A D | common.c | 3132 dma_addr_t phys_addr; il_enqueue_hcmd() local
|
H A D | 4965-mac.c | 1671 dma_addr_t phys_addr; il4965_tx_skb() local
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | ibmphp.h | 173 short phys_addr; member in struct:ebda_hpc_list 227 u16 phys_addr; member in struct:ebda_rsrc_list
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
H A D | hix5hd2_gmac.c | 199 dma_addr_t phys_addr; member in struct:hix5hd2_desc_sw 859 dma_addr_t phys_addr; hix5hd2_init_hw_desc_queue() local
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | asus-wmi.c | 331 u64 phys_addr; asus_wmi_evaluate_method_agfn() local
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 6749 uint64_t phys_addr; lpfc_create_bootstrap_mbox() local
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 1624 struct be_bus_address phys_addr; hwi_get_async_handle() local
|
H A D | be_cmds.h | 227 struct phys_addr { struct
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | kvm_host.h | 467 unsigned long phys_addr; member in struct:kvm_hw_wp_info_arch
|
/linux-4.4.14/drivers/tty/ |
H A D | synclinkmp.c | 3504 unsigned long phys_addr; alloc_frame_bufs() local
|
H A D | synclink.c | 137 u32 phys_addr; /* 32-bit flat physical address of data buffer */ member in struct:_DMABUFFERENTRY 3795 u32 phys_addr; mgsl_alloc_frame_memory() local 5338 u32 phys_addr; usc_process_rxoverrun_sync() local 5502 u32 phys_addr; usc_start_receiver() local 5566 u32 phys_addr; usc_start_transmitter() local 7063 unsigned long phys_addr; mgsl_dma_test() local
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 1437 dma_addr_t phys_addr; mvneta_rx_refill() local 1530 dma_addr_t phys_addr; mvneta_rx() local 1227 mvneta_rx_desc_fill(struct mvneta_rx_desc *rx_desc, u32 phys_addr, u32 cookie) mvneta_rx_desc_fill() argument
|
H A D | mvpp2.c | 925 dma_addr_t phys_addr; member in struct:mvpp2_bm_pool 3556 dma_addr_t phys_addr; mvpp2_skb_alloc() local 3630 dma_addr_t phys_addr; mvpp2_bm_bufs_add() local 5013 dma_addr_t phys_addr; mvpp2_rx_refill() local 5116 dma_addr_t phys_addr; mvpp2_rx() local 3615 mvpp2_pool_refill(struct mvpp2_port *port, u32 bm, u32 phys_addr, u32 cookie) mvpp2_pool_refill() argument
|
/linux-4.4.14/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 1212 __le32 phys_addr; member in struct:megasas_sge32 1219 __le64 phys_addr; member in struct:megasas_sge64 1225 __le64 phys_addr; member in struct:megasas_sge_skinny
|
/linux-4.4.14/drivers/scsi/esas2r/ |
H A D | esas2r.h | 749 u64 phys_addr; member in struct:esas2r_mem_desc
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | vmx.c | 1310 u64 phys_addr = __pa(vmcs); vmcs_clear() local 1330 u64 phys_addr = __pa(vmcs); vmcs_load() local 2042 u64 phys_addr = __pa(per_cpu(vmxarea, cpu)); vmx_vcpu_load() local 3028 u64 phys_addr = __pa(per_cpu(vmxarea, cpu)); hardware_enable() local
|
/linux-4.4.14/include/uapi/linux/ |
H A D | kvm.h | 247 __u64 phys_addr; member in struct:kvm_run::__anon14198::__anon14204 369 __u64 phys_addr; member in struct:kvm_coalesced_mmio
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 310 struct phys_addr { struct
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 644 static void bnx2x_write_dmae_phys_len(struct bnx2x *bp, dma_addr_t phys_addr, bnx2x_write_dmae_phys_len() argument
|