Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2154 #define EMULTYPE_PF (1 << 6) macro
2164 return !(emul_type & EMULTYPE_PF); in kvm_can_emulate_event_vectoring()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c6399 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault()