Searched refs:kvmppc_handle_load (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 110 emulated = kvmppc_handle_load(vcpu, in kvmppc_emulate_loadstore() 130 emulated = kvmppc_handle_load(vcpu, in kvmppc_emulate_loadstore()
|
H A D | book3s_paired_singles.c | 191 emulated = kvmppc_handle_load(vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_fpr_load() 282 emulated = kvmppc_handle_load(vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_psq_load() 287 emulated = kvmppc_handle_load(vcpu, KVM_MMIO_REG_FQPR | rs, in kvmppc_emulate_psq_load()
|
H A D | powerpc.c | 1299 int kvmppc_handle_load(struct kvm_vcpu *vcpu, in kvmppc_handle_load() function 1305 EXPORT_SYMBOL_GPL(kvmppc_handle_load);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 67 extern int kvmppc_handle_load(struct kvm_vcpu *vcpu,
|