Searched refs:has_error_code (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/arch/x86/entry/ |
A D | entry_64.S | 345 .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 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-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A 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-6.3-rc2/arch/x86/include/asm/ |
A D | idtentry.h | 430 idtentry vector asm_##func func has_error_code=0 433 idtentry vector asm_##func func has_error_code=1
|
A D | kvm_host.h | 711 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 D | kvm.h | 338 __u8 has_error_code; member
|
/linux-6.3-rc2/tools/arch/x86/include/uapi/asm/ |
A D | kvm.h | 338 __u8 has_error_code; member
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | kvm_emulate.h | 505 bool has_error_code, u32 error_code);
|
A D | x86.c | 620 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 D | emulate.c | 2914 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 D | svm.h | 630 bool has_error_code, u32 error_code);
|
A D | nested.c | 454 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 D | svm.c | 472 | (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 D | nested.c | 2826 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 D | vmx.c | 1773 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 D | api.rst | 1088 __u8 has_error_code;
|
Completed in 94 milliseconds