Searched refs:xe_pt_shift (Results 1 – 2 of 2) sorted by relevance
124 return (slot + 1ULL) << xe_pt_shift(level + 1); in xe_migrate_vm_addr()140 return addr + (identity_offset << xe_pt_shift(2)); in xe_migrate_vram_ofs()315 m->large_page_copy_ofs = NUM_PT_SLOTS << xe_pt_shift(level); in xe_migrate_prepare_vm()324 m->cleared_mem_ofs = (255ULL << xe_pt_shift(level)); in xe_migrate_prepare_vm()2102 u64 gpu_page_size = 0x1ull << xe_pt_shift(level); in build_pt_update_batch_sram()2156 u32 large_size = (0x1 << xe_pt_shift(1)); in xe_migrate_vram_use_pde()
191 unsigned int xe_pt_shift(unsigned int level) in xe_pt_shift() function1211 u64 page_size = 1ull << xe_pt_shift(xe_pt->level); in xe_vm_dbg_print_entries()1949 start = ALIGN_DOWN(start, 0x1ull << xe_pt_shift(level)); in xe_pt_update_ops_rfence_interval()1950 last = ALIGN(end, 0x1ull << xe_pt_shift(level)) - 1; in xe_pt_update_ops_rfence_interval()