Lines Matching defs:index

863 static inline int kvmppc_get_vsr_dword_offset(int index)  in kvmppc_get_vsr_dword_offset()
879 static inline int kvmppc_get_vsr_word_offset(int index) in kvmppc_get_vsr_word_offset()
899 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_dword() local
917 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_dword_dump() local
934 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_word_dump() local
955 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_word() local
977 int index, int element_size) in kvmppc_get_vmx_offset_generic()
994 int index) in kvmppc_get_vmx_dword_offset()
1000 int index) in kvmppc_get_vmx_word_offset()
1006 int index) in kvmppc_get_vmx_hword_offset()
1012 int index) in kvmppc_get_vmx_byte_offset()
1024 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_dword() local
1040 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_word() local
1056 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_hword() local
1072 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_byte() local
1521 static int kvmppc_get_vmx_dword(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_dword()
1539 static int kvmppc_get_vmx_word(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_word()
1557 static int kvmppc_get_vmx_hword(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_hword()
1575 static int kvmppc_get_vmx_byte(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_byte()
1597 unsigned int index = rs & KVM_MMIO_REG_MASK; in kvmppc_handle_vmx_store() local