Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/entry/
Dentry_64.S903 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
905 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
914 .if \has_error_code == 0
941 .if \has_error_code
976 .if \has_error_code
990 idtentry divide_error do_divide_error has_error_code=0
991 idtentry overflow do_overflow has_error_code=0
992 idtentry bounds do_bounds has_error_code=0
993 idtentry invalid_op do_invalid_op has_error_code=0
994 idtentry device_not_available do_device_not_available has_error_code=0
[all …]
/Linux-v4.19/arch/x86/include/uapi/asm/
Dkvm.h301 __u8 has_error_code; member
/Linux-v4.19/tools/arch/x86/include/uapi/asm/
Dkvm.h301 __u8 has_error_code; member
/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h447 bool has_error_code, u32 error_code);
Dkvm_host.h585 bool has_error_code; member
1269 int reason, bool has_error_code, u32 error_code);
/Linux-v4.19/arch/x86/kvm/
Dsvm.c391 bool has_error_code, u32 error_code);
800 bool has_error_code = vcpu->arch.exception.has_error_code; in svm_queue_exception() local
809 nested_svm_check_exception(svm, nr, has_error_code, error_code)) in svm_queue_exception()
830 | (has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_queue_exception()
2956 bool has_error_code, u32 error_code) in nested_svm_check_exception() argument
3791 bool has_error_code = false; in task_switch_interception() local
3815 has_error_code = true; in task_switch_interception()
3839 has_error_code, error_code) == EMULATE_FAIL) { in task_switch_interception()
Dx86.c431 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
455 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception()
3375 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3430 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
6987 vcpu->arch.exception.has_error_code, in inject_pending_event()
8129 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
8137 has_error_code, error_code); in kvm_task_switch()
9464 vcpu->arch.exception.has_error_code = false; in kvm_arch_async_page_present()
Dvmx.c3250 if (vcpu->arch.exception.has_error_code) { in nested_vmx_inject_exception_vmexit()
3325 bool has_error_code = vcpu->arch.exception.has_error_code; in vmx_queue_exception() local
3329 if (has_error_code) { in vmx_queue_exception()
7586 bool has_error_code = false; in handle_task_switch() local
7611 has_error_code = true; in handle_task_switch()
7632 has_error_code, error_code) == EMULATE_FAIL) { in handle_task_switch()
12469 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in check_vmentry_prereqs() local
12491 if (has_error_code != should_have_error_code) in check_vmentry_prereqs()
12495 if (has_error_code && in check_vmentry_prereqs()
12868 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
Demulate.c3241 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
3328 if (has_error_code) { in emulator_do_task_switch()
3343 bool has_error_code, u32 error_code) in emulator_task_switch() argument
3352 has_error_code, error_code); in emulator_task_switch()
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt852 __u8 has_error_code;