Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/
Dkvm_emulate.h24 bool error_code_valid; member
Dx86.c8669 else if (ctxt->exception.error_code_valid) in inject_emulated_exception()
10135 ctxt->exception.error_code_valid = false; in emulator_fix_hypercall()
13445 fault.error_code_valid = true; in kvm_arch_async_page_not_present()
13686 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.14.4/arch/x86/kvm/vmx/
Dsgx.c131 ex.error_code_valid = true; in sgx_inject_fault()
Dvmx.c8058 exception->error_code_valid = false; in vmx_check_intercept()
/linux-6.14.4/arch/x86/kvm/mmu/
Dpaging_tmpl.h482 walker->fault.error_code_valid = true; in FNAME()