Lines Matching defs:offset
897 int offset;
903 offset = index;
905 offset = 1 - index;
908 return offset;
913 int offset;
919 offset = index;
921 offset = 3 - index;
923 return offset;
930 int offset = kvmppc_get_vsr_dword_offset(vcpu->arch.mmio_vsx_offset);
933 if (offset == -1)
938 val.vsxval[offset] = gpr;
941 VCPU_VSX_FPR(vcpu, index, offset) = gpr;
986 int offset = kvmppc_get_vsr_word_offset(vcpu->arch.mmio_vsx_offset);
990 if (offset == -1)
995 val.vsx32val[offset] = gpr32;
998 dword_offset = offset / 2;
999 word_offset = offset % 2;
1011 int offset;
1018 offset = elts - index - 1;
1020 offset = index;
1022 return offset;
1054 int offset = kvmppc_get_vmx_dword_offset(vcpu,
1058 if (offset == -1)
1062 val.vsxval[offset] = gpr;
1070 int offset = kvmppc_get_vmx_word_offset(vcpu,
1074 if (offset == -1)
1078 val.vsx32val[offset] = gpr32;
1086 int offset = kvmppc_get_vmx_hword_offset(vcpu,
1090 if (offset == -1)
1094 val.vsx16val[offset] = gpr16;
1102 int offset = kvmppc_get_vmx_byte_offset(vcpu,
1106 if (offset == -1)
1110 val.vsx8val[offset] = gpr8;
2424 create_tce_64.offset = 0;