Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/entry/
Dentry_64.S727 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
737 .ifeq \has_error_code
764 .if \has_error_code
804 .if \has_error_code
819 .macro trace_idtentry sym do_sym has_error_code:req
820 idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code
821 idtentry \sym \do_sym has_error_code=\has_error_code
824 .macro trace_idtentry sym do_sym has_error_code:req
825 idtentry \sym \do_sym has_error_code=\has_error_code
829 idtentry divide_error do_divide_error has_error_code=0
[all …]
/linux-4.4.14/arch/x86/include/uapi/asm/
Dkvm.h297 __u8 has_error_code; member
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h454 bool has_error_code; member
824 bool has_error_code, u32 error_code,
1022 int reason, bool has_error_code, u32 error_code);
Dkvm_emulate.h440 bool has_error_code, u32 error_code);
/linux-4.4.14/arch/x86/kvm/
Dsvm.c214 bool has_error_code, u32 error_code);
536 bool has_error_code, u32 error_code, in svm_queue_exception() argument
546 nested_svm_check_exception(svm, nr, has_error_code, error_code)) in svm_queue_exception()
567 | (has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_queue_exception()
1955 bool has_error_code, u32 error_code) in nested_svm_check_exception() argument
2728 bool has_error_code = false; in task_switch_interception() local
2752 has_error_code = true; in task_switch_interception()
2776 has_error_code, error_code) == EMULATE_FAIL) { in task_switch_interception()
Dx86.c375 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
395 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception()
2915 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
2956 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
5994 vcpu->arch.exception.has_error_code, in inject_pending_event()
6008 vcpu->arch.exception.has_error_code, in inject_pending_event()
6988 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
6996 has_error_code, error_code); in kvm_task_switch()
Dvmx.c2273 bool has_error_code, u32 error_code, in vmx_queue_exception() argument
2283 if (has_error_code) { in vmx_queue_exception()
5816 bool has_error_code = false; in handle_task_switch() local
5841 has_error_code = true; in handle_task_switch()
5862 has_error_code, error_code) == EMULATE_FAIL) { in handle_task_switch()
10044 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
Demulate.c3141 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
3228 if (has_error_code) { in emulator_do_task_switch()
3243 bool has_error_code, u32 error_code) in emulator_task_switch() argument
3252 has_error_code, error_code); in emulator_task_switch()
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt816 __u8 has_error_code;