Home
last modified time | relevance | path

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

/linux-6.1.9/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.c2077 .emulate_mtspr = kvmppc_core_emulate_mtspr_pr,
Dbook3s_hv.c6174 .emulate_mtspr = kvmppc_core_emulate_mtspr_hv,
/linux-6.1.9/arch/powerpc/include/asm/
Dkvm_ppc.h287 int (*emulate_mtspr)(struct kvm_vcpu *vcpu, int sprn, ulong spr_val); member