Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dentry_64.S327 .macro idtentry_body cfunc has_error_code:req
334 .if \has_error_code == 1
354 .macro idtentry vector asmsym cfunc has_error_code:req
356 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
359 .if \has_error_code == 0
377 idtentry_body \cfunc \has_error_code
394 idtentry \vector asm_\cfunc \cfunc has_error_code=1
402 idtentry \vector asm_\cfunc \cfunc has_error_code=0
448 idtentry_body noist_\cfunc, has_error_code=0
526 idtentry_body user_\cfunc, has_error_code=1
H A Dentry_32.S706 .macro idtentry vector asmsym cfunc has_error_code:req
711 .if \has_error_code == 0
737 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Didtentry.h431 idtentry vector asm_##func func has_error_code=0
434 idtentry vector asm_##func func has_error_code=1
H A Dkvm_host.h624 bool has_error_code; member
1480 int reason, bool has_error_code, u32 error_code);
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dkvm.h322 __u8 has_error_code; member
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dkvm.h322 __u8 has_error_code; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h505 bool has_error_code, u32 error_code);
H A Dx86.c574 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
602 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception()
4328 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
4399 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
8431 vcpu->arch.exception.has_error_code, in kvm_inject_exception()
9784 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
9792 has_error_code, error_code); in kvm_task_switch()
H A Demulate.c3347 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
3434 if (has_error_code) { in emulator_do_task_switch()
3449 bool has_error_code, u32 error_code) in emulator_task_switch() argument
3458 has_error_code, error_code); in emulator_task_switch()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.h405 bool has_error_code, u32 error_code);
H A Dsvm.c353 bool has_error_code = vcpu->arch.exception.has_error_code; in svm_queue_exception() local
376 | (has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_queue_exception()
2215 bool has_error_code = false; in task_switch_interception() local
2239 has_error_code = true; in task_switch_interception()
2265 has_error_code, error_code); in task_switch_interception()
H A Dnested.c341 if (vcpu->arch.exception.has_error_code) { in nested_vmcb_save_pending_event()
939 if (svm->vcpu.arch.exception.has_error_code) in nested_svm_inject_exception_vmexit()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c2807 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local
2829 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls()
2833 if (CC(has_error_code && in nested_check_vm_entry_controls()
3701 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
3790 if (vcpu->arch.exception.has_error_code) { in nested_vmx_inject_exception_vmexit()
H A Dvmx.c1733 bool has_error_code = vcpu->arch.exception.has_error_code; in vmx_queue_exception() local
1739 if (has_error_code) { in vmx_queue_exception()
5375 bool has_error_code = false; in handle_task_switch() local
5400 has_error_code = true; in handle_task_switch()
5425 reason, has_error_code, error_code); in handle_task_switch()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst1033 __u8 has_error_code;