Lines Matching defs:index

883 static inline int kvmppc_get_vsr_dword_offset(int index)  in kvmppc_get_vsr_dword_offset()
899 static inline int kvmppc_get_vsr_word_offset(int index) in kvmppc_get_vsr_word_offset()
919 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_dword() local
937 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_dword_dump() local
954 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_word_dump() local
975 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vsr_word() local
997 int index, int element_size) in kvmppc_get_vmx_offset_generic()
1014 int index) in kvmppc_get_vmx_dword_offset()
1020 int index) in kvmppc_get_vmx_word_offset()
1026 int index) in kvmppc_get_vmx_hword_offset()
1032 int index) in kvmppc_get_vmx_byte_offset()
1044 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_dword() local
1060 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_word() local
1076 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_hword() local
1092 int index = vcpu->arch.io_gpr & KVM_MMIO_REG_MASK; in kvmppc_set_vmx_byte() local
1535 static int kvmppc_get_vmx_dword(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_dword()
1553 static int kvmppc_get_vmx_word(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_word()
1571 static int kvmppc_get_vmx_hword(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_hword()
1589 static int kvmppc_get_vmx_byte(struct kvm_vcpu *vcpu, int index, u64 *val) in kvmppc_get_vmx_byte()
1611 unsigned int index = rs & KVM_MMIO_REG_MASK; in kvmppc_handle_vmx_store() local