Searched refs:mmio_copy_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Demulate_loadstore.c87 vcpu->arch.mmio_copy_type = KVMPPC_VSX_COPY_NONE;
148 vcpu->arch.mmio_copy_type =
151 vcpu->arch.mmio_copy_type =
154 vcpu->arch.mmio_copy_type =
157 vcpu->arch.mmio_copy_type =
195 vcpu->arch.mmio_copy_type =
198 vcpu->arch.mmio_copy_type =
202 vcpu->arch.mmio_copy_type =
205 vcpu->arch.mmio_copy_type =
274 vcpu->arch.mmio_copy_type
[all...]
H A Dpowerpc.c1207 if (vcpu->arch.mmio_copy_type == KVMPPC_VSX_COPY_DWORD)
1209 else if (vcpu->arch.mmio_copy_type == KVMPPC_VSX_COPY_WORD)
1211 else if (vcpu->arch.mmio_copy_type ==
1214 else if (vcpu->arch.mmio_copy_type ==
1224 if (vcpu->arch.mmio_copy_type == KVMPPC_VMX_COPY_DWORD)
1226 else if (vcpu->arch.mmio_copy_type == KVMPPC_VMX_COPY_WORD)
1228 else if (vcpu->arch.mmio_copy_type ==
1231 else if (vcpu->arch.mmio_copy_type ==
1402 int copy_type = vcpu->arch.mmio_copy_type;
1626 switch (vcpu->arch.mmio_copy_type) {
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h746 * mmio_copy_type=KVMPPC_VSX_COPY_DWORD.
755 u8 mmio_copy_type; member in struct:kvmppc_slb::kvm_vcpu_arch

Completed in 144 milliseconds