Searched refs:kvmppc_handle_store (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | emulate_loadstore.c | 235 emulated = kvmppc_handle_store(run, vcpu, op.val, in kvmppc_emulate_loadstore() 258 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_loadstore()
|
| D | book3s_paired_singles.c | 251 emulated = kvmppc_handle_store(run, vcpu, val, len, 1); in kvmppc_emulate_fpr_store() 321 emulated = kvmppc_handle_store(run, vcpu, tmp[0], 4, 1); in kvmppc_emulate_psq_store() 324 emulated = kvmppc_handle_store(run, vcpu, val, 8, 1); in kvmppc_emulate_psq_store()
|
| D | powerpc.c | 1310 int kvmppc_handle_store(struct kvm_run *run, struct kvm_vcpu *vcpu, in kvmppc_handle_store() function 1369 EXPORT_SYMBOL_GPL(kvmppc_handle_store); 1442 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_handle_vsx_store() 1623 emulated = kvmppc_handle_store(run, vcpu, val, bytes, in kvmppc_handle_vmx_store()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | kvm_ppc.h | 79 extern int kvmppc_handle_store(struct kvm_run *run, struct kvm_vcpu *vcpu,
|