Home
last modified time | relevance | path

Searched refs:error_code_valid (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kvm/
Dkvm_emulate.h24 bool error_code_valid; member
Dx86.c8409 else if (ctxt->exception.error_code_valid) in inject_emulated_exception()
9949 ctxt->exception.error_code_valid = false; in emulator_fix_hypercall()
13140 fault.error_code_valid = true; in kvm_arch_async_page_not_present()
13353 fault.error_code_valid = true; in kvm_fixup_and_inject_pf_error()
Demulate.c589 ctxt->exception.error_code_valid = valid; in emulate_exception()
/arch/x86/kvm/vmx/
Dsgx.c131 ex.error_code_valid = true; in sgx_inject_fault()
Dvmx.c7999 exception->error_code_valid = false; in vmx_check_intercept()
/arch/x86/kvm/mmu/
Dpaging_tmpl.h482 walker->fault.error_code_valid = true; in FNAME()