Searched refs:has_error_code (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/arch/x86/entry/ |
D | entry_64.S | 869 .macro idtentry_part do_sym, has_error_code:req, read_cr2:req, paranoid:req, shift_ist=-1, ist_offs… 903 .if \has_error_code 971 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1 ist_offset=0 create_gap=0 rea… 973 UNWIND_HINT_IRET_REGS offset=\has_error_code*8 986 .if \has_error_code == 0 1009 idtentry_part \do_sym, \has_error_code, \read_cr2, \paranoid, \shift_ist, \ist_offset 1018 idtentry_part \do_sym, \has_error_code, \read_cr2, paranoid=0 1025 idtentry divide_error do_divide_error has_error_code=0 1026 idtentry overflow do_overflow has_error_code=0 1027 idtentry bounds do_bounds has_error_code=0 [all …]
|
/Linux-v5.4/arch/x86/include/uapi/asm/ |
D | kvm.h | 302 __u8 has_error_code; member
|
/Linux-v5.4/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 302 __u8 has_error_code; member
|
/Linux-v5.4/arch/x86/include/asm/ |
D | kvm_emulate.h | 454 bool has_error_code, u32 error_code);
|
D | kvm_host.h | 633 bool has_error_code; member 1378 int reason, bool has_error_code, u32 error_code);
|
/Linux-v5.4/arch/x86/kvm/ |
D | svm.c | 394 bool has_error_code, u32 error_code); 804 bool has_error_code = vcpu->arch.exception.has_error_code; in svm_queue_exception() local 813 nested_svm_check_exception(svm, nr, has_error_code, error_code)) in svm_queue_exception() 836 | (has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_queue_exception() 3020 bool has_error_code, u32 error_code) in nested_svm_check_exception() argument 3859 bool has_error_code = false; in task_switch_interception() local 3883 has_error_code = true; in task_switch_interception() 3909 has_error_code, error_code); in task_switch_interception()
|
D | x86.c | 492 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception() 532 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception() 3720 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 3791 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 7543 vcpu->arch.exception.has_error_code, in inject_pending_event() 8725 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument 8733 has_error_code, error_code); in kvm_task_switch() 10128 vcpu->arch.exception.has_error_code = false; in kvm_arch_async_page_present()
|
D | emulate.c | 3279 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument 3366 if (has_error_code) { in emulator_do_task_switch() 3381 bool has_error_code, u32 error_code) in emulator_task_switch() argument 3390 has_error_code, error_code); in emulator_task_switch()
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | nested.c | 2586 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local 2608 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls() 2612 if (CC(has_error_code && in nested_check_vm_entry_controls() 3348 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 3435 if (vcpu->arch.exception.has_error_code) { in nested_vmx_inject_exception_vmexit()
|
D | vmx.c | 1598 bool has_error_code = vcpu->arch.exception.has_error_code; in vmx_queue_exception() local 1604 if (has_error_code) { in vmx_queue_exception() 5105 bool has_error_code = false; in handle_task_switch() local 5130 has_error_code = true; in handle_task_switch() 5155 reason, has_error_code, error_code); in handle_task_switch()
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | api.txt | 927 __u8 has_error_code;
|