Home
last modified time | relevance | path

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

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