Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dentry_64.S1002 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
1009 .if \has_error_code
1018 .ifeq \has_error_code
1043 .if \has_error_code
1071 .macro trace_idtentry sym do_sym has_error_code:req
1072 idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code
1073 idtentry \sym \do_sym has_error_code=\has_error_code
1076 .macro trace_idtentry sym do_sym has_error_code:req
1077 idtentry \sym \do_sym has_error_code=\has_error_code
1081 idtentry divide_error do_divide_error has_error_code=0
[all …]
/arch/x86/include/uapi/asm/
Dkvm.h294 __u8 has_error_code; member
/arch/x86/include/asm/
Dkvm_emulate.h422 bool has_error_code, u32 error_code);
Dkvm_host.h408 bool has_error_code; member
727 bool has_error_code, u32 error_code,
873 int reason, bool has_error_code, u32 error_code);
/arch/x86/kvm/
Dsvm.c211 bool has_error_code, u32 error_code);
534 bool has_error_code, u32 error_code, in svm_queue_exception() argument
544 nested_svm_check_exception(svm, nr, has_error_code, error_code)) in svm_queue_exception()
565 | (has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_queue_exception()
2047 bool has_error_code, u32 error_code) in nested_svm_check_exception() argument
2812 bool has_error_code = false; in task_switch_interception() local
2836 has_error_code = true; in task_switch_interception()
2860 has_error_code, error_code) == EMULATE_FAIL) { in task_switch_interception()
Dx86.c357 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
377 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception()
3038 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3071 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
6036 vcpu->arch.exception.has_error_code, in inject_pending_event()
6044 vcpu->arch.exception.has_error_code, in inject_pending_event()
6735 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
6743 has_error_code, error_code); in kvm_task_switch()
Dvmx.c2036 bool has_error_code, u32 error_code, in vmx_queue_exception() argument
2046 if (has_error_code) { in vmx_queue_exception()
5464 bool has_error_code = false; in handle_task_switch() local
5489 has_error_code = true; in handle_task_switch()
5510 has_error_code, error_code) == EMULATE_FAIL) { in handle_task_switch()
8648 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
Demulate.c2778 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
2869 if (has_error_code) { in emulator_do_task_switch()
2881 bool has_error_code, u32 error_code) in emulator_task_switch() argument
2890 has_error_code, error_code); in emulator_task_switch()