Lines Matching defs:phys_addr
170 aub->pml4.phys_addr = aub->phys_addrs_allocator++ << 12;
245 table->phys_addr, level, start, end);
257 " Adding entry: %x, phys_addr: 0x%016" PRIx64 "\n",
263 table->subtables[i]->phys_addr =
267 " Adding entry: %x, phys_addr: 0x%016" PRIx64 "\n",
268 i, table->subtables[i]->phys_addr);
274 table->subtables[i]->phys_addr);
278 uint64_t write_addr = table->phys_addr + dirty_start *
398 uint64_t phys_addr = aub->phys_addrs_allocator << 12;
403 " Mapping GGTT address: 0x%" PRIx64 ", size: %" PRIu64" phys_addr=0x%" PRIx64 " entries=%u\n",
404 virt_addr, size, phys_addr, ggtt_ptes);
413 dword_out(aub, 1 + phys_addr + i * 4096);
559 .pml4_addr = aub->pml4.phys_addr,