| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_hmc.c | 114 u64 *pd_addr; in i40e_add_pd_table_entry() local 151 pd_addr = (u64 *)pd_table->pd_page_addr.va; in i40e_add_pd_table_entry() 152 pd_addr += rel_pd_idx; in i40e_add_pd_table_entry() 155 memcpy(pd_addr, &page_desc, sizeof(u64)); in i40e_add_pd_table_entry() 190 u64 *pd_addr; in i40e_remove_pd_bp() local 216 pd_addr = (u64 *)pd_table->pd_page_addr.va; in i40e_remove_pd_bp() 217 pd_addr += rel_pd_idx; in i40e_remove_pd_bp() 218 memset(pd_addr, 0, sizeof(u64)); in i40e_remove_pd_bp()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | vcn_sw_ring.c | 66 uint32_t vmid, uint64_t pd_addr) in vcn_dec_sw_ring_emit_vm_flush() argument 71 pd_addr = amdgpu_gmc_emit_flush_gpu_tlb(ring, vmid, pd_addr); in vcn_dec_sw_ring_emit_vm_flush() 75 data1 = lower_32_bits(pd_addr); in vcn_dec_sw_ring_emit_vm_flush()
|
| H A D | vcn_v2_0.h | 37 unsigned vmid, uint64_t pd_addr); 50 unsigned int vmid, uint64_t pd_addr);
|
| H A D | vcn_v4_0_3.h | 41 unsigned int vmid, uint64_t pd_addr);
|
| H A D | vcn_sw_ring.h | 40 uint32_t vmid, uint64_t pd_addr);
|
| H A D | jpeg_v4_0_3.h | 65 unsigned int vmid, uint64_t pd_addr);
|
| H A D | amdgpu_gmc.c | 137 uint64_t pd_addr; in amdgpu_gmc_pd_addr() local 143 amdgpu_gmc_get_pde_for_bo(bo, -1, &pd_addr, &flags); in amdgpu_gmc_pd_addr() 144 pd_addr |= flags; in amdgpu_gmc_pd_addr() 146 pd_addr = amdgpu_bo_gpu_offset(bo); in amdgpu_gmc_pd_addr() 148 return pd_addr; in amdgpu_gmc_pd_addr()
|
| H A D | gmc_v9_0.c | 956 unsigned int vmid, uint64_t pd_addr) in gmc_v9_0_emit_flush_gpu_tlb() argument 980 lower_32_bits(pd_addr)); in gmc_v9_0_emit_flush_gpu_tlb() 984 upper_32_bits(pd_addr)); in gmc_v9_0_emit_flush_gpu_tlb() 1001 return pd_addr; in gmc_v9_0_emit_flush_gpu_tlb()
|
| H A D | gmc_v7_0.c | 478 unsigned int vmid, uint64_t pd_addr) in gmc_v7_0_emit_flush_gpu_tlb() argument 486 amdgpu_ring_emit_wreg(ring, reg, pd_addr >> 12); in gmc_v7_0_emit_flush_gpu_tlb() 491 return pd_addr; in gmc_v7_0_emit_flush_gpu_tlb()
|
| H A D | amdgpu_gmc.h | 159 uint64_t pd_addr);
|
| H A D | gmc_v8_0.c | 669 unsigned int vmid, uint64_t pd_addr) in gmc_v8_0_emit_flush_gpu_tlb() argument 677 amdgpu_ring_emit_wreg(ring, reg, pd_addr >> 12); in gmc_v8_0_emit_flush_gpu_tlb() 682 return pd_addr; in gmc_v8_0_emit_flush_gpu_tlb()
|
| H A D | sdma_v6_0.c | 1196 unsigned vmid, uint64_t pd_addr) in sdma_v6_0_ring_emit_vm_flush() argument 1204 lower_32_bits(pd_addr)); in sdma_v6_0_ring_emit_vm_flush() 1207 upper_32_bits(pd_addr)); in sdma_v6_0_ring_emit_vm_flush()
|
| H A D | sdma_v5_2.c | 1192 unsigned vmid, uint64_t pd_addr) in sdma_v5_2_ring_emit_vm_flush() argument 1200 lower_32_bits(pd_addr)); in sdma_v5_2_ring_emit_vm_flush() 1203 upper_32_bits(pd_addr)); in sdma_v5_2_ring_emit_vm_flush()
|
| H A D | amdgpu_ring.h | 256 uint64_t pd_addr);
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_trace.h | 108 TP_PROTO(uint64_t pd_addr, unsigned ring, unsigned id), 109 TP_ARGS(pd_addr, ring, id), 111 __field(u64, pd_addr) 117 __entry->pd_addr = pd_addr; 122 __entry->pd_addr, __entry->ring, __entry->id)
|
| H A D | radeon_vm.c | 238 uint64_t pd_addr = radeon_bo_gpu_offset(vm->page_directory); in radeon_vm_flush() local 241 if (pd_addr != vm_id->pd_gpu_addr || !vm_id->flushed_updates || in radeon_vm_flush() 244 trace_radeon_vm_flush(pd_addr, ring, vm->ids[ring].id); in radeon_vm_flush() 247 vm_id->pd_gpu_addr = pd_addr; in radeon_vm_flush() 641 uint64_t pd_addr = radeon_bo_gpu_offset(pd); in radeon_vm_update_page_directory() local 676 pde = pd_addr + pt_idx * 8; in radeon_vm_update_page_directory()
|
| H A D | si_dma.c | 187 unsigned vm_id, uint64_t pd_addr) in si_dma_vm_flush() argument 196 radeon_ring_write(ring, pd_addr >> 12); in si_dma_vm_flush()
|
| H A D | ni_dma.c | 449 unsigned vm_id, uint64_t pd_addr) in cayman_dma_vm_flush() argument 453 radeon_ring_write(ring, pd_addr >> 12); in cayman_dma_vm_flush()
|
| H A D | cik_sdma.c | 945 unsigned vm_id, uint64_t pd_addr) in cik_dma_vm_flush() argument 956 radeon_ring_write(ring, pd_addr >> 12); in cik_dma_vm_flush()
|
| H A D | ni.c | 2664 unsigned vm_id, uint64_t pd_addr) in cayman_vm_flush() argument 2667 radeon_ring_write(ring, pd_addr >> 12); in cayman_vm_flush()
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-pll.c | 110 val = readl(pll->pd_addr); in mtk_pll_set_rate_regs() 115 if (pll->pd_addr != pll->pcw_addr) { in mtk_pll_set_rate_regs() 116 writel(val, pll->pd_addr); in mtk_pll_set_rate_regs() 202 postdiv = (readl(pll->pd_addr) >> pll->data->pd_shift) & POSTDIV_MASK; in mtk_pll_recalc_rate() 337 pll->pd_addr = base + data->pd_reg; in mtk_clk_register_pll_ops()
|
| H A D | clk-fhctl.c | 165 regval = readl(pll->pd_addr) >> pll->data->pd_shift; in __get_postdiv() 175 regval = readl(pll->pd_addr); in __set_postdiv() 178 writel(regval, pll->pd_addr); in __set_postdiv()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen6_ppgtt.c | 27 ppgtt->pd_addr + pde); in gen6_write_pde() 165 ioread32(ppgtt->pd_addr + pde - 1); in gen6_flush_pd() 291 ppgtt->pd_addr = (gen6_pte_t __iomem *)ggtt->gsm + ggtt_offset; in pd_vma_bind()
|
| H A D | gen6_ppgtt.h | 18 gen6_pte_t __iomem *pd_addr; member
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_base.c | 4627 struct MR_PD_ADDRESS *pd_addr; in megasas_get_pd_list() local 4707 pd_addr = ci->addr; in megasas_get_pd_list() 4720 instance->local_pd_list[le16_to_cpu(pd_addr->deviceId)].tid = in megasas_get_pd_list() 4721 le16_to_cpu(pd_addr->deviceId); in megasas_get_pd_list() 4722 instance->local_pd_list[le16_to_cpu(pd_addr->deviceId)].driveType = in megasas_get_pd_list() 4723 pd_addr->scsiDevType; in megasas_get_pd_list() 4724 instance->local_pd_list[le16_to_cpu(pd_addr->deviceId)].driveState = in megasas_get_pd_list() 4729 pd_index, le16_to_cpu(pd_addr->deviceId), in megasas_get_pd_list() 4730 pd_addr->scsiDevType); in megasas_get_pd_list() 4731 pd_addr++; in megasas_get_pd_list()
|