Searched refs:INST_GENERIC (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/powerpc/kvm/ |
D | emulate.c | 204 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_instruction()
|
D | emulate_loadstore.c | 82 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_loadstore()
|
D | book3s_pr.c | 1110 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_exit_pr_progint() 1369 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr() 1400 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr()
|
D | booke.c | 1007 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit() 1012 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit()
|
D | book3s_paired_singles.c | 635 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_paired_single()
|
D | book3s_64_mmu_hv.c | 445 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) != in kvmppc_hv_emulate_mmio()
|
D | powerpc.c | 309 kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_emulate_mmio()
|
D | book3s_hv.c | 1172 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst) != in kvmppc_emulate_debug_inst() 1235 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst) != EMULATE_DONE) in kvmppc_emulate_doorbell_instr()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kvm_ppc.h | 47 INST_GENERIC, enumerator
|