Searched refs:INST_GENERIC (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate.c | 205 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_emulate_instruction()
|
H A D | emulate_loadstore.c | 81 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_loadstore()
|
H A D | book3s_pr.c | 1098 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_exit_pr_progint() 1357 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr() 1388 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr()
|
H A D | booke.c | 1038 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_handle_exit() 1044 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_handle_exit()
|
H A D | book3s_paired_singles.c | 636 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_emulate_paired_single()
|
H A D | book3s_hv.c | 1420 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) != in kvmppc_emulate_debug_inst() 1485 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst) != EMULATE_DONE) in kvmppc_emulate_doorbell_instr() 2018 r = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_handle_nested_exit()
|
H A D | book3s_64_mmu_hv.c | 460 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) != in kvmppc_hv_emulate_mmio()
|
H A D | powerpc.c | 309 kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_emulate_mmio()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 48 INST_GENERIC, enumerator
|