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.h2052 #define EMULTYPE_PF (1 << 6) macro
/linux/arch/x86/kvm/
H A Dx86.c8990 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()
9095 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF)))) in x86_emulate_instruction()
9195 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()