Home
last modified time | relevance | path

Searched refs:emulate_mtspr (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/arch/powerpc/kvm/
Demulate.c115 emulated = vcpu->kvm->arch.kvm_ops->emulate_mtspr(vcpu, sprn, in kvmppc_emulate_mtspr()
De500mc.c382 .emulate_mtspr = kvmppc_core_emulate_mtspr_e500,
De500.c496 .emulate_mtspr = kvmppc_core_emulate_mtspr_e500,
Dbook3s_pr.c2078 .emulate_mtspr = kvmppc_core_emulate_mtspr_pr,
Dbook3s_hv.c6088 .emulate_mtspr = kvmppc_core_emulate_mtspr_hv,
/linux-5.19.10/arch/powerpc/include/asm/
Dkvm_ppc.h291 int (*emulate_mtspr)(struct kvm_vcpu *vcpu, int sprn, ulong spr_val); member