Searched refs:px_dma (Results 1 – 3 of 3) sorted by relevance
58 const u64 addr__ = px_dma(&ppgtt->pml4); \
233 #define px_dma(px) (px_base(px)->daddr) macro574 return px_dma(ppgtt->pdp.page_directory[n]); in i915_page_dir_dma_addr()
764 gen8_pde_encode(px_dma(vm->scratch_pt), I915_CACHE_LLC)); in gen8_initialize_pd()841 scratch_pdpe = gen8_pdpe_encode(px_dma(vm->scratch_pd), I915_CACHE_LLC); in gen8_initialize_pdp()850 gen8_pml4e_encode(px_dma(vm->scratch_pdp), I915_CACHE_LLC)); in gen8_initialize_pml4()902 vaddr[pde] = gen8_pde_encode(px_dma(pt), I915_CACHE_LLC); in gen8_ppgtt_set_pde()941 vaddr[pdpe] = gen8_pdpe_encode(px_dma(pd), I915_CACHE_LLC); in gen8_ppgtt_set_pdpe()986 vaddr[pml4e] = gen8_pml4e_encode(px_dma(pdp), I915_CACHE_LLC); in gen8_ppgtt_set_pml4e()1324 const u64 daddr = px_dma(&ppgtt->pml4); in gen8_ppgtt_notify_vgt()1747 GEN6_PDE_ADDR_ENCODE(px_dma(pt)) | in gen6_dump_ppgtt()1792 iowrite32(GEN6_PDE_ADDR_ENCODE(px_dma(pt)) | GEN6_PDE_VALID, in gen6_write_pde()