Home
last modified time | relevance | path

Searched refs:pinst (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kvm/
A Demulate.c197 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 Dbook3s_paired_singles.c624 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 Dbooke.c1018 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 Dbook3s_hv.c1541 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