Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Drealmode.c27 struct hvm_emulate_ctxt *hvmemul_ctxt) in realmode_deliver_exception() argument
73 if ( hvmemul_ctxt->seg_reg[x86_seg_ss].db ) in realmode_deliver_exception()
87 if ( hvmemul_ctxt->intr_shadow & in realmode_deliver_exception()
90 hvmemul_ctxt->intr_shadow &= in realmode_deliver_exception()
104 rc = hvm_emulate_one(hvmemul_ctxt); in vmx_realmode_emulate_one()
141 hvmemul_ctxt->ctxt.event.vector, in vmx_realmode_emulate_one()
143 hvmemul_ctxt); in vmx_realmode_emulate_one()
157 struct hvm_emulate_ctxt hvmemul_ctxt; in vmx_realmode() local
192 vmx_realmode_emulate_one(&hvmemul_ctxt); in vmx_realmode()
226 hvmemul_ctxt.seg_reg_dirty |= in vmx_realmode()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c611 while ( mfn < hvmemul_ctxt->mfn + ARRAY_SIZE(hvmemul_ctxt->mfn) ) in hvmemul_map_linear_addr()
657 while ( mfn < hvmemul_ctxt->mfn + ARRAY_SIZE(hvmemul_ctxt->mfn) ) in hvmemul_unmap_linear_addr()
1308 return !hvmemul_ctxt->validate || hvmemul_ctxt->validate(state, ctxt) in hvmemul_validate()
1330 hvmemul_ctxt, &addr); in hvmemul_rep_ins()
1399 hvmemul_ctxt, &addr); in hvmemul_rep_outs()
1440 hvmemul_ctxt, &saddr); in hvmemul_rep_movs()
1446 hvmemul_ctxt, &daddr); in hvmemul_rep_movs()
2289 memset(hvmemul_ctxt, 0, sizeof(*hvmemul_ctxt)); in hvm_emulate_init_once()
2314 hvmemul_ctxt->ctxt.addr_size = hvmemul_ctxt->ctxt.sp_size = 64; in hvm_emulate_init_per_insn()
2326 hvmemul_ctxt->insn_buf_eip = hvmemul_ctxt->ctxt.regs->rip; in hvm_emulate_init_per_insn()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Demulate.h63 struct hvm_emulate_ctxt *hvmemul_ctxt);
69 struct hvm_emulate_ctxt *hvmemul_ctxt,
74 struct hvm_emulate_ctxt *hvmemul_ctxt,
78 struct hvm_emulate_ctxt *hvmemul_ctxt);
83 struct hvm_emulate_ctxt *hvmemul_ctxt);
102 struct hvm_emulate_ctxt *hvmemul_ctxt, int rc);
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/
A Dvmx.h98 void vmx_realmode_emulate_one(struct hvm_emulate_ctxt *hvmemul_ctxt);

Completed in 13 milliseconds