Searched refs:gpu_page_idx (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gmc.h | 64 uint32_t gpu_page_idx, /* pte/pde to update */
|
D | gmc_v6_0.c | 384 uint32_t gpu_page_idx, uint64_t addr, in gmc_v6_0_set_pte_pde() argument 392 writeq(value, ptr + (gpu_page_idx * 8)); in gmc_v6_0_set_pte_pde()
|
D | gmc_v9_0.c | 422 uint32_t gpu_page_idx, uint64_t addr, in gmc_v9_0_set_pte_pde() argument 465 writeq(value, ptr + (gpu_page_idx * 8)); in gmc_v9_0_set_pte_pde()
|
D | gmc_v7_0.c | 473 uint32_t gpu_page_idx, uint64_t addr, in gmc_v7_0_set_pte_pde() argument 481 writeq(value, ptr + (gpu_page_idx * 8)); in gmc_v7_0_set_pte_pde()
|
D | gmc_v8_0.c | 654 uint32_t gpu_page_idx, uint64_t addr, in gmc_v8_0_set_pte_pde() argument 682 writeq(value, ptr + (gpu_page_idx * 8)); in gmc_v8_0_set_pte_pde()
|