Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h1672 #define EMULTYPE_PF (1 << 6) macro
/arch/x86/kvm/
Dx86.c7803 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
7895 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
8183 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
/arch/x86/kvm/mmu/
Dmmu.c5290 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault()