Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h993 #define EMULTYPE_RETRY (1 << 3) macro
/linux-4.4.14/arch/x86/kvm/
Dmmu.c4401 int r, emulation_type = EMULTYPE_RETRY; in kvm_mmu_page_fault()
Dx86.c5205 if (!(emulation_type & EMULTYPE_RETRY)) in retry_instruction()