Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/entry/
Dentry_64.S323 .macro idtentry_body cfunc has_error_code:req
330 .if \has_error_code == 1
350 .macro idtentry vector asmsym cfunc has_error_code:req
352 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
355 .if \has_error_code == 0
373 idtentry_body \cfunc \has_error_code
390 idtentry \vector asm_\cfunc \cfunc has_error_code=1
398 idtentry \vector asm_\cfunc \cfunc has_error_code=0
444 idtentry_body noist_\cfunc, has_error_code=0
521 idtentry_body user_\cfunc, has_error_code=1
Dentry_32.S625 .macro idtentry vector asmsym cfunc has_error_code:req
630 .if \has_error_code == 0
656 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/Linux-v5.15/arch/x86/include/asm/
Didtentry.h428 idtentry vector asm_##func func has_error_code=0
431 idtentry vector asm_##func func has_error_code=1
Dkvm_host.h713 bool has_error_code; member
1687 int reason, bool has_error_code, u32 error_code);
/Linux-v5.15/arch/x86/include/uapi/asm/
Dkvm.h338 __u8 has_error_code; member
/Linux-v5.15/tools/arch/x86/include/uapi/asm/
Dkvm.h338 __u8 has_error_code; member
/Linux-v5.15/arch/x86/kvm/
Dkvm_emulate.h501 bool has_error_code, u32 error_code);
Dx86.c636 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
664 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception()
4552 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
4623 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
8916 vcpu->arch.exception.has_error_code, in inject_pending_event()
10301 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
10309 has_error_code, error_code); in kvm_task_switch()
Demulate.c3202 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
3289 if (has_error_code) { in emulator_do_task_switch()
3304 bool has_error_code, u32 error_code) in emulator_task_switch() argument
3313 has_error_code, error_code); in emulator_task_switch()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.h484 bool has_error_code, u32 error_code);
Dsvm.c376 bool has_error_code = vcpu->arch.exception.has_error_code; in svm_queue_exception() local
399 | (has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_queue_exception()
2349 bool has_error_code = false; in task_switch_interception() local
2373 has_error_code = true; in task_switch_interception()
2399 has_error_code, error_code); in task_switch_interception()
Dnested.c368 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12()
1099 if (svm->vcpu.arch.exception.has_error_code) in nested_svm_inject_exception_vmexit()
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c2802 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local
2824 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls()
2828 if (CC(has_error_code && in nested_check_vm_entry_controls()
3698 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
3794 if (vcpu->arch.exception.has_error_code) { in nested_vmx_inject_exception_vmexit()
Dvmx.c1604 bool has_error_code = vcpu->arch.exception.has_error_code; in vmx_queue_exception() local
1610 if (has_error_code) { in vmx_queue_exception()
5219 bool has_error_code = false; in handle_task_switch() local
5244 has_error_code = true; in handle_task_switch()
5269 reason, has_error_code, error_code); in handle_task_switch()
/Linux-v5.15/Documentation/virt/kvm/
Dapi.rst1057 __u8 has_error_code;