| /Linux-v6.1/arch/x86/entry/ |
| D | entry_64.S | 342 .macro idtentry_body cfunc has_error_code:req 360 .if \has_error_code == 1 383 .macro idtentry vector asmsym cfunc has_error_code:req 385 UNWIND_HINT_IRET_REGS offset=\has_error_code*8 390 .if \has_error_code == 0 408 idtentry_body \cfunc \has_error_code 425 idtentry \vector asm_\cfunc \cfunc has_error_code=1 433 idtentry \vector asm_\cfunc \cfunc has_error_code=0 481 idtentry_body noist_\cfunc, has_error_code=0 561 idtentry_body user_\cfunc, has_error_code=1
|
| D | entry_32.S | 622 .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-v6.1/tools/testing/selftests/kvm/x86_64/ |
| D | nested_exceptions_test.c | 210 events.exception.has_error_code = true; in queue_ss_exception() 257 ASSERT_EQ(events.exception.has_error_code, true); in main()
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | idtentry.h | 430 idtentry vector asm_##func func has_error_code=0 433 idtentry vector asm_##func func has_error_code=1
|
| D | kvm_host.h | 652 bool has_error_code; member 1851 int reason, bool has_error_code, u32 error_code);
|
| /Linux-v6.1/arch/x86/include/uapi/asm/ |
| D | kvm.h | 340 __u8 has_error_code; member
|
| /Linux-v6.1/arch/x86/kvm/ |
| D | kvm_emulate.h | 523 bool has_error_code, u32 error_code);
|
| D | x86.c | 617 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument 625 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit() 684 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception() 5092 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 5181 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 9825 vcpu->arch.exception.has_error_code, in kvm_inject_exception() 11163 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run() 11438 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument 11446 has_error_code, error_code); in kvm_task_switch()
|
| D | emulate.c | 3264 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument 3350 if (has_error_code) { in emulator_do_task_switch() 3365 bool has_error_code, u32 error_code) in emulator_task_switch() argument 3374 has_error_code, error_code); in emulator_task_switch()
|
| /Linux-v6.1/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 340 __u8 has_error_code; member
|
| /Linux-v6.1/arch/x86/kvm/svm/ |
| D | svm.h | 613 bool has_error_code, u32 error_code);
|
| D | nested.c | 452 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12() 1312 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
|
| D | svm.c | 471 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception() 2413 bool has_error_code = false; in task_switch_interception() local 2437 has_error_code = true; in task_switch_interception() 2464 has_error_code, error_code); in task_switch_interception()
|
| /Linux-v6.1/arch/x86/kvm/vmx/ |
| D | nested.c | 2803 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local 2825 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls() 2829 if (CC(has_error_code && in nested_check_vm_entry_controls() 3732 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 3842 if (ex->has_error_code) { in nested_vmx_inject_exception_vmexit()
|
| D | vmx.c | 1703 if (ex->has_error_code) { in vmx_inject_exception() 5564 bool has_error_code = false; in handle_task_switch() local 5589 has_error_code = true; in handle_task_switch() 5614 reason, has_error_code, error_code); in handle_task_switch()
|
| /Linux-v6.1/Documentation/virt/kvm/ |
| D | api.rst | 1111 __u8 has_error_code;
|