EMULTYPE_PF
return !(emul_type & EMULTYPE_PF);
int r, emulation_type = EMULTYPE_PF;
const int emul_type = EMULTYPE_PF | EMULTYPE_NO_DECODE;
if (vmx_check_emulate_instruction(vcpu, EMULTYPE_PF, NULL, 0))
EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF))
WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))))
if (emulation_type & EMULTYPE_PF) {