Home
last modified time | relevance | path

Searched refs:has_error_code (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/arch/x86/entry/
A Dentry_64.S345 .macro idtentry_body cfunc has_error_code:req
363 .if \has_error_code == 1
386 .macro idtentry vector asmsym cfunc has_error_code:req
391 UNWIND_HINT_IRET_REGS offset=\has_error_code*8 signal=0
393 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
400 .if \has_error_code == 0
418 idtentry_body \cfunc \has_error_code
435 idtentry \vector asm_\cfunc \cfunc has_error_code=1
443 idtentry \vector asm_\cfunc \cfunc has_error_code=0
491 idtentry_body noist_\cfunc, has_error_code=0
[all …]
A Dentry_32.S622 .macro idtentry vector asmsym cfunc has_error_code:req
627 .if \has_error_code == 0
653 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dnested_exceptions_test.c210 events.exception.has_error_code = true; in queue_ss_exception()
257 ASSERT_EQ(events.exception.has_error_code, true); in main()
/linux-6.3-rc2/arch/x86/include/asm/
A Didtentry.h430 idtentry vector asm_##func func has_error_code=0
433 idtentry vector asm_##func func has_error_code=1
A Dkvm_host.h711 bool has_error_code; member
1953 int reason, bool has_error_code, u32 error_code);
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dkvm.h338 __u8 has_error_code; member
/linux-6.3-rc2/tools/arch/x86/include/uapi/asm/
A Dkvm.h338 __u8 has_error_code; member
/linux-6.3-rc2/arch/x86/kvm/
A Dkvm_emulate.h505 bool has_error_code, u32 error_code);
A Dx86.c620 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument
628 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit()
687 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
5117 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5202 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
9910 vcpu->arch.exception.has_error_code, in kvm_inject_exception()
11045 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run()
11320 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
11328 has_error_code, error_code); in kvm_task_switch()
A Demulate.c2914 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
3000 if (has_error_code) { in emulator_do_task_switch()
3015 bool has_error_code, u32 error_code) in emulator_task_switch() argument
3024 has_error_code, error_code); in emulator_task_switch()
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsvm.h630 bool has_error_code, u32 error_code);
A Dnested.c454 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12()
1331 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
A Dsvm.c472 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception()
2429 bool has_error_code = false; in task_switch_interception() local
2453 has_error_code = true; in task_switch_interception()
2480 has_error_code, error_code); in task_switch_interception()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dnested.c2826 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local
2848 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls()
2852 if (CC(has_error_code && in nested_check_vm_entry_controls()
3761 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
3871 if (ex->has_error_code) { in nested_vmx_inject_exception_vmexit()
A Dvmx.c1773 if (ex->has_error_code) { in vmx_inject_exception()
5680 bool has_error_code = false; in handle_task_switch() local
5705 has_error_code = true; in handle_task_switch()
5730 reason, has_error_code, error_code); in handle_task_switch()
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst1088 __u8 has_error_code;

Completed in 94 milliseconds