Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dkvm_emulate.h24 bool error_code_valid; member
Dx86.c8396 else if (ctxt->exception.error_code_valid) in inject_emulated_exception()
9936 ctxt->exception.error_code_valid = false; in emulator_fix_hypercall()
13128 fault.error_code_valid = true; in kvm_arch_async_page_not_present()
13341 fault.error_code_valid = true; in kvm_fixup_and_inject_pf_error()
Demulate.c589 ctxt->exception.error_code_valid = valid; in emulate_exception()
/linux-6.6.21/arch/x86/kvm/vmx/
Dsgx.c131 ex.error_code_valid = true; in sgx_inject_fault()
Dvmx.c7972 exception->error_code_valid = false; in vmx_check_intercept()
/linux-6.6.21/arch/x86/kvm/mmu/
Dpaging_tmpl.h482 walker->fault.error_code_valid = true; in FNAME()