Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dentry_64.S965 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
972 .if \has_error_code
981 .ifeq \has_error_code
1011 .if \has_error_code
1053 .if \has_error_code
1070 .macro trace_idtentry sym do_sym has_error_code:req
1071 idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code
1072 idtentry \sym \do_sym has_error_code=\has_error_code
1075 .macro trace_idtentry sym do_sym has_error_code:req
1076 idtentry \sym \do_sym has_error_code=\has_error_code
[all …]
/linux-4.1.27/arch/x86/include/uapi/asm/
Dkvm.h294 __u8 has_error_code; member
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h416 bool has_error_code; member
763 bool has_error_code, u32 error_code,
957 int reason, bool has_error_code, u32 error_code);
Dkvm_emulate.h423 bool has_error_code, u32 error_code);
/linux-4.1.27/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()
2038 bool has_error_code, u32 error_code) in nested_svm_check_exception() argument
2809 bool has_error_code = false; in task_switch_interception() local
2833 has_error_code = true; in task_switch_interception()
2857 has_error_code, error_code) == EMULATE_FAIL) { in task_switch_interception()
Dx86.c365 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
385 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception()
3101 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3134 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
6085 vcpu->arch.exception.has_error_code, in inject_pending_event()
6099 vcpu->arch.exception.has_error_code, in inject_pending_event()
6799 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
6807 has_error_code, error_code); in kvm_task_switch()
Dvmx.c2128 bool has_error_code, u32 error_code, in vmx_queue_exception() argument
2138 if (has_error_code) { in vmx_queue_exception()
5681 bool has_error_code = false; in handle_task_switch() local
5706 has_error_code = true; in handle_task_switch()
5727 has_error_code, error_code) == EMULATE_FAIL) { in handle_task_switch()
9632 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
Demulate.c2843 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
2930 if (has_error_code) { in emulator_do_task_switch()
2942 bool has_error_code, u32 error_code) in emulator_task_switch() argument
2951 has_error_code, error_code); in emulator_task_switch()
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt805 __u8 has_error_code;