Searched refs:pinst (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/kvm/ |
| A D | emulate.c | 197 ppc_inst_t pinst; in kvmppc_emulate_instruction() local 205 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_emulate_instruction() 206 inst = ppc_inst_val(pinst); in kvmppc_emulate_instruction()
|
| A D | book3s_paired_singles.c | 624 ppc_inst_t pinst; in kvmppc_emulate_paired_single() local 636 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_emulate_paired_single() 637 inst = ppc_inst_val(pinst); in kvmppc_emulate_paired_single()
|
| A D | booke.c | 1018 ppc_inst_t pinst; in kvmppc_handle_exit() local 1038 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_handle_exit() 1039 last_inst = ppc_inst_val(pinst); in kvmppc_handle_exit() 1044 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_handle_exit() 1045 last_inst = ppc_inst_val(pinst); in kvmppc_handle_exit()
|
| A D | book3s_hv.c | 1541 ppc_inst_t pinst; in kvmppc_emulate_doorbell_instr() local 1543 if (kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst) != EMULATE_DONE) in kvmppc_emulate_doorbell_instr() 1545 inst = ppc_inst_val(pinst); in kvmppc_emulate_doorbell_instr()
|
Completed in 17 milliseconds