Lines Matching refs:pte_flags
916 u32 pte_flags; in xe_migrate_copy() local
929 pte_flags = src_is_vram ? PTE_UPDATE_FLAG_IS_VRAM : 0; in xe_migrate_copy()
930 pte_flags |= use_comp_pat ? PTE_UPDATE_FLAG_IS_COMP_PTE : 0; in xe_migrate_copy()
931 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy()
937 pte_flags = dst_is_vram ? PTE_UPDATE_FLAG_IS_VRAM : 0; in xe_migrate_copy()
938 batch_size += pte_update_size(m, pte_flags, dst, in xe_migrate_copy()
1315 u32 pte_flags = PTE_UPDATE_FLAG_IS_VRAM; in xe_migrate_vram_copy_chunk() local
1328 pte_flags |= use_comp_pat ? PTE_UPDATE_FLAG_IS_COMP_PTE : 0; in xe_migrate_vram_copy_chunk()
1329 batch_size += pte_update_size(m, pte_flags, vram, &vram_it, &vram_L0, in xe_migrate_vram_copy_chunk()
1537 u32 pte_flags; in xe_migrate_clear() local
1545 pte_flags = clear_vram ? PTE_UPDATE_FLAG_IS_VRAM : 0; in xe_migrate_clear()
1547 pte_update_size(m, pte_flags, src, &src_it, in xe_migrate_clear()