Home
last modified time | relevance | path

Searched refs:copy_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c738 u32 mode, copy_type, width; in emit_mem_copy() local
749 copy_type = 0; /* linear copy */ in emit_mem_copy()
754 copy_type = MEM_COPY_MATRIX_COPY; in emit_mem_copy()
758 copy_type = 0; /* linear copy */ in emit_mem_copy()
764 bb->cs[bb->len++] = MEM_COPY_CMD | mode | copy_type; in emit_mem_copy()
/linux/arch/powerpc/kvm/
H A Dpowerpc.c1396 int copy_type = vcpu->arch.mmio_copy_type; in kvmppc_get_vsr_data() local
1399 switch (copy_type) { in kvmppc_get_vsr_data()