Searched refs:has_error_code (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/entry/ |
D | entry_64.S | 327 .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
|
D | entry_32.S | 706 .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
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | idtentry.h | 431 idtentry vector asm_##func func has_error_code=0 434 idtentry vector asm_##func func has_error_code=1
|
D | kvm_host.h | 625 bool has_error_code; member 1483 int reason, bool has_error_code, u32 error_code);
|
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 322 __u8 has_error_code; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | kvm.h | 274 __u8 has_error_code; member
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | kvm.h | 322 __u8 has_error_code; member
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | kvm_emulate.h | 505 bool has_error_code, u32 error_code);
|
D | x86.c | 576 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception() 604 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception() 4343 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 4414 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 8445 vcpu->arch.exception.has_error_code, in kvm_inject_exception() 9805 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument 9813 has_error_code, error_code); in kvm_task_switch()
|
D | emulate.c | 3347 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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
D | svm.h | 405 bool has_error_code, u32 error_code);
|
D | svm.c | 353 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()
|
D | nested.c | 341 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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
D | nested.c | 2807 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() 3707 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 3796 if (vcpu->arch.exception.has_error_code) { in nested_vmx_inject_exception_vmexit()
|
D | vmx.c | 1735 bool has_error_code = vcpu->arch.exception.has_error_code; in vmx_queue_exception() local 1741 if (has_error_code) { in vmx_queue_exception() 5377 bool has_error_code = false; in handle_task_switch() local 5402 has_error_code = true; in handle_task_switch() 5427 reason, has_error_code, error_code); in handle_task_switch()
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | api.rst | 1028 __u8 has_error_code;
|