Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dkvm_emulate.h24 bool error_code_valid; member
Dx86.c8288 else if (ctxt->exception.error_code_valid) in inject_emulated_exception()
9750 ctxt->exception.error_code_valid = false; in emulator_fix_hypercall()
13180 fault.error_code_valid = true; in kvm_arch_async_page_not_present()
13393 fault.error_code_valid = true; in kvm_fixup_and_inject_pf_error()
Demulate.c619 ctxt->exception.error_code_valid = valid; in emulate_exception()
/Linux-v6.1/arch/x86/kvm/vmx/
Dsgx.c130 ex.error_code_valid = true; in sgx_inject_fault()
Dvmx.c7775 exception->error_code_valid = false; in vmx_check_intercept()
/Linux-v6.1/arch/x86/kvm/mmu/
Dpaging_tmpl.h470 walker->fault.error_code_valid = true; in FNAME()