Searched refs:phys_addr (Results 126 - 150 of 414) sorted by relevance

1234567891011>>

/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c418 phys_addr_t phys_addr; local
426 src_addr = pci_epc_mem_alloc_addr(epc, &phys_addr, reg->size);
434 ret = pci_epc_map_addr(epc, epf->func_no, epf->vfunc_no, phys_addr,
459 phys_addr, reg->size,
484 pci_epc_unmap_addr(epc, epf->func_no, epf->vfunc_no, phys_addr);
487 pci_epc_mem_free_addr(epc, phys_addr, src_addr, reg->size);
502 phys_addr_t phys_addr; local
510 dst_addr = pci_epc_mem_alloc_addr(epc, &phys_addr, reg->size);
518 ret = pci_epc_map_addr(epc, epf->func_no, epf->vfunc_no, phys_addr,
546 ret = pci_epf_test_data_transfer(epf_test, phys_addr,
[all...]
/linux-master/arch/arm64/include/asm/
H A Dkvm_mmu.h160 int create_hyp_io_mappings(phys_addr_t phys_addr, size_t size,
163 int create_hyp_exec_mappings(phys_addr_t phys_addr, size_t size,
165 int create_hyp_stack(phys_addr_t phys_addr, unsigned long *haddr);
/linux-master/drivers/tty/serial/
H A Dsprd_serial.c115 dma_addr_t phys_addr; member in struct:sprd_uart_dma
216 trans_len = state.residue - sp->tx_dma.phys_addr;
218 dma_unmap_single(port->dev, sp->tx_dma.phys_addr,
235 sp->tx_dma.phys_addr = dma_map_single(port->dev,
239 return dma_mapping_error(port->dev, sp->tx_dma.phys_addr);
251 dma_unmap_single(port->dev, sp->tx_dma.phys_addr,
279 dma_des = dmaengine_prep_slave_single(ud->chn, ud->phys_addr, trans_len,
355 &sp->rx_dma.phys_addr, GFP_KERNEL);
366 sp->rx_dma.virt, sp->rx_dma.phys_addr);
407 if (!state.residue && sp->pos == sp->rx_dma.phys_addr)
[all...]
/linux-master/drivers/cxl/core/
H A Dregs.c241 resource_size_t phys_addr = map->resource; local
260 addr = phys_addr + mi->rmap->offset;
393 resource_size_t phys_addr; local
395 phys_addr = map->resource;
396 regs->pmu = devm_cxl_iomap_block(dev, phys_addr, CXL_PMU_REGMAP_SIZE);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.h271 struct phys_addr { struct
318 struct phys_addr pages[8];
618 struct phys_addr pages[4];
653 struct phys_addr pages[8];
912 struct phys_addr pages[8];
930 struct phys_addr scratch_pa;
933 struct phys_addr pages[16];
947 struct phys_addr pages[26];
956 struct phys_addr pages[8];
1123 struct phys_addr dataout_template_p
[all...]
/linux-master/drivers/net/ethernet/amd/
H A D7990.c163 ib->phys_addr[0] = dev->dev_addr[1];
164 ib->phys_addr[1] = dev->dev_addr[0];
165 ib->phys_addr[2] = dev->dev_addr[3];
166 ib->phys_addr[3] = dev->dev_addr[2];
167 ib->phys_addr[4] = dev->dev_addr[5];
168 ib->phys_addr[5] = dev->dev_addr[4];
171 ib->phys_addr[i] = dev->dev_addr[i];
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c620 static bool __init sgx_setup_epc_section(u64 phys_addr, u64 size, argument
627 section->virt_addr = memremap(phys_addr, size, MEMREMAP_WB);
637 section->phys_addr = phys_addr;
638 xa_store_range(&sgx_epc_address_space, section->phys_addr,
639 phys_addr + size - 1, section, GFP_KERNEL);
666 return &section->pages[PFN_DOWN(paddr - section->phys_addr)];
/linux-master/arch/mips/kvm/
H A Demulate.c991 run->mmio.phys_addr = kvm_mips_callbacks->gva_to_gpa(
993 if (run->mmio.phys_addr == KVM_INVALID_ADDR)
1036 run->mmio.phys_addr = kvm_mips_callbacks->gva_to_gpa(
1066 run->mmio.phys_addr = kvm_mips_callbacks->gva_to_gpa(
1097 run->mmio.phys_addr = kvm_mips_callbacks->gva_to_gpa(
1144 run->mmio.phys_addr = kvm_mips_callbacks->gva_to_gpa(
1253 run->mmio.phys_addr, run->mmio.len, data);
1295 run->mmio.phys_addr = kvm_mips_callbacks->gva_to_gpa(
1297 if (run->mmio.phys_addr == KVM_INVALID_ADDR)
1330 run->mmio.phys_addr
[all...]
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c127 dma_addr_t phys_addr; /* for mmap */ member in struct:rio_mport_mapping
383 map->phys_addr = *paddr;
408 *paddr = map->phys_addr;
478 if (map->dir == MAP_OUTBOUND && map->phys_addr == handle) {
906 if (baddr >= map->phys_addr &&
907 baddr < (map->phys_addr + map->size)) {
932 req->map->virt_addr + (baddr - req->map->phys_addr) +
1098 &map->phys_addr, GFP_KERNEL);
1132 map.dma_handle = mapping->phys_addr;
1158 if (map->dir == MAP_DMA && map->phys_addr
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c252 u64 phys_addr; local
314 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr);
327 prq_sds[i].host_phys_addr = cpu_to_le64(sds_ring->phys_addr);
336 phys_addr = hostrq_phys_addr;
341 cmd.req.arg[1] = MSD(phys_addr);
342 cmd.req.arg[2] = LSD(phys_addr);
427 u64 phys_addr; local
478 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr);
481 phys_addr = rq_phys_addr;
487 cmd.req.arg[1] = MSD(phys_addr);
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c757 region.start = md->phys_addr;
795 u64 phys_addr; local
810 phys_addr = slots_fetch_random();
813 if (phys_addr < minimum || phys_addr + image_size > mem_limit) {
818 return (unsigned long)phys_addr;
/linux-master/drivers/video/fbdev/
H A Dep93xx-fb.c421 dma_addr_t phys_addr; local
427 virt_addr = dma_alloc_wc(info->device, fb_size, &phys_addr, GFP_KERNEL);
439 if (check_screenpage_bug && phys_addr & (1 << 27)) {
442 phys_addr);
444 dma_free_coherent(info->device, fb_size, virt_addr, phys_addr);
448 info->fix.smem_start = phys_addr;
/linux-master/drivers/pci/endpoint/
H A Dpci-epc-core.c242 * @phys_addr: the physical address of the outbound region
258 phys_addr_t phys_addr, u8 interrupt_num, u32 entry_size,
273 ret = epc->ops->map_msi_irq(epc, func_no, vfunc_no, phys_addr,
422 * @phys_addr: physical address of the local system
427 phys_addr_t phys_addr)
439 epc->ops->unmap_addr(epc, func_no, vfunc_no, phys_addr);
449 * @phys_addr: physical address of the local system
456 phys_addr_t phys_addr, u64 pci_addr, size_t size)
470 ret = epc->ops->map_addr(epc, func_no, vfunc_no, phys_addr, pci_addr,
257 pci_epc_map_msi_irq(struct pci_epc *epc, u8 func_no, u8 vfunc_no, phys_addr_t phys_addr, u8 interrupt_num, u32 entry_size, u32 *msi_data, u32 *msi_addr_offset) argument
426 pci_epc_unmap_addr(struct pci_epc *epc, u8 func_no, u8 vfunc_no, phys_addr_t phys_addr) argument
455 pci_epc_map_addr(struct pci_epc *epc, u8 func_no, u8 vfunc_no, phys_addr_t phys_addr, u64 pci_addr, size_t size) argument
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2.c53 pgt_info->phys_addr, ctx->asid, pgt_info->num_of_ptes);
130 static int hl_mmu_v2_map(struct hl_ctx *ctx, u64 virt_addr, u64 phys_addr, argument
150 scrambled_phys_addr = hdev->asic_funcs->scramble_addr(hdev, phys_addr);
/linux-master/arch/sparc/include/asm/
H A Doplib_64.h146 unsigned long phys_addr,
/linux-master/drivers/misc/cxl/
H A Dhcalls.h18 u64 phys_addr; member in struct:sg_list
/linux-master/drivers/net/wireless/ath/ath5k/
H A Ddma.c93 * @phys_addr: RX descriptor address
98 ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr) argument
106 ath5k_hw_reg_write(ah, phys_addr, AR5K_RXDP);
386 * @phys_addr: The physical address
396 ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) argument
431 ath5k_hw_reg_write(ah, phys_addr, tx_reg);
/linux-master/arch/alpha/include/asm/
H A Dhwrpb.h165 unsigned long phys_addr; /* check: physical address of the hwrpb */ member in struct:hwrpb_struct
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h249 phys_addr_t phys_addr; member in struct:intel_gt
/linux-master/tools/perf/include/perf/
H A Dperf_dlfilter.h57 __u64 phys_addr; /* Refer PERF_SAMPLE_PHYS_ADDR in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/arch/m68k/include/asm/
H A Doplib.h61 extern char *prom_mapio(char *virt_hint, int io_space, unsigned int phys_addr, unsigned int num_bytes);
/linux-master/arch/arm/kernel/
H A Defi.c53 .pfn = __phys_to_pfn(md->phys_addr),
/linux-master/include/linux/
H A Ddma-map-ops.h64 dma_addr_t (*map_resource)(struct device *dev, phys_addr_t phys_addr,
174 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr,
184 phys_addr_t phys_addr, dma_addr_t device_addr, size_t size)
201 int dma_init_global_coherent(phys_addr_t phys_addr, size_t size);
183 dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, dma_addr_t device_addr, size_t size) argument
/linux-master/tools/perf/util/
H A Dsample.h96 u64 phys_addr; member in struct:perf_sample
/linux-master/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h172 u64 phys_addr; member in struct:perf_sample_data

Completed in 408 milliseconds

1234567891011>>