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

/linux-master/arch/powerpc/kvm/
H A Dbook3s_xics.c1101 int kvmppc_xics_set_icp(struct kvm_vcpu *vcpu, u64 icpval) argument
1115 cppr = icpval >> KVM_REG_PPC_ICP_CPPR_SHIFT;
1116 xisr = (icpval >> KVM_REG_PPC_ICP_XISR_SHIFT) &
1118 mfrr = icpval >> KVM_REG_PPC_ICP_MFRR_SHIFT;
1119 pending_pri = icpval >> KVM_REG_PPC_ICP_PPRI_SHIFT;
H A Dbook3s_xive.c1492 int kvmppc_xive_set_icp(struct kvm_vcpu *vcpu, u64 icpval) argument
1503 cppr = icpval >> KVM_REG_PPC_ICP_CPPR_SHIFT;
1504 xisr = (icpval >> KVM_REG_PPC_ICP_XISR_SHIFT) &
1506 mfrr = icpval >> KVM_REG_PPC_ICP_MFRR_SHIFT;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h678 extern int kvmppc_xics_set_icp(struct kvm_vcpu *vcpu, u64 icpval);
737 extern int kvmppc_xive_set_icp(struct kvm_vcpu *vcpu, u64 icpval);
775 static inline int kvmppc_xive_set_icp(struct kvm_vcpu *vcpu, u64 icpval) { return -ENOENT; } argument

Completed in 103 milliseconds