Home
last modified time | relevance | path

Searched refs:emulation_type (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h996 int emulation_type, void *insn, int insn_len);
999 int emulation_type) in emulate_instruction() argument
1002 emulation_type | EMULTYPE_NO_REEXECUTE, NULL, 0); in emulate_instruction()
/arch/x86/kvm/
Dx86.c5300 int emulation_type) in reexecute_instruction() argument
5305 if (emulation_type & EMULTYPE_NO_REEXECUTE) in reexecute_instruction()
5370 unsigned long cr2, int emulation_type) in retry_instruction() argument
5393 if (!(emulation_type & EMULTYPE_RETRY)) in retry_instruction()
5523 int emulation_type, in x86_emulate_instruction() argument
5539 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction()
5548 if (!(emulation_type & EMULTYPE_SKIP) && in x86_emulate_instruction()
5557 ctxt->ud = emulation_type & EMULTYPE_TRAP_UD; in x86_emulate_instruction()
5564 if (emulation_type & EMULTYPE_TRAP_UD) in x86_emulate_instruction()
5567 emulation_type)) in x86_emulate_instruction()
[all …]
Dmmu.c4395 int r, emulation_type = EMULTYPE_RETRY; in kvm_mmu_page_fault() local
4408 emulation_type = 0; in kvm_mmu_page_fault()
4410 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()