Searched refs:has_error_code (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/arch/x86/entry/ |
D | entry_64.S | 324 .macro idtentry_body cfunc has_error_code:req 331 .if \has_error_code == 1 351 .macro idtentry vector asmsym cfunc has_error_code:req 353 UNWIND_HINT_IRET_REGS offset=\has_error_code*8 356 .if \has_error_code == 0 374 idtentry_body \cfunc \has_error_code 391 idtentry \vector asm_\cfunc \cfunc has_error_code=1 399 idtentry \vector asm_\cfunc \cfunc has_error_code=0 445 idtentry_body noist_\cfunc, has_error_code=0 522 idtentry_body safe_stack_\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
|
/Linux-v5.10/arch/x86/include/asm/ |
D | idtentry.h | 443 idtentry vector asm_##func func has_error_code=0 446 idtentry vector asm_##func func has_error_code=1
|
D | kvm_host.h | 623 bool has_error_code; member 1471 int reason, bool has_error_code, u32 error_code);
|
/Linux-v5.10/arch/x86/include/uapi/asm/ |
D | kvm.h | 322 __u8 has_error_code; member
|
/Linux-v5.10/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 322 __u8 has_error_code; member
|
/Linux-v5.10/arch/x86/kvm/ |
D | kvm_emulate.h | 503 bool has_error_code, u32 error_code);
|
D | x86.c | 553 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception() 581 vcpu->arch.exception.has_error_code = true; in kvm_multiple_exception() 4239 events->exception.has_error_code = vcpu->arch.exception.has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 4310 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 8249 vcpu->arch.exception.has_error_code, in inject_pending_event() 9516 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument 9524 has_error_code, error_code); in kvm_task_switch()
|
D | emulate.c | 3297 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument 3384 if (has_error_code) { in emulator_do_task_switch() 3399 bool has_error_code, u32 error_code) in emulator_task_switch() argument 3408 has_error_code, error_code); in emulator_task_switch()
|
/Linux-v5.10/arch/x86/kvm/svm/ |
D | svm.h | 408 bool has_error_code, u32 error_code);
|
D | svm.c | 359 bool has_error_code = vcpu->arch.exception.has_error_code; in svm_queue_exception() local 382 | (has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_queue_exception() 2211 bool has_error_code = false; in task_switch_interception() local 2235 has_error_code = true; in task_switch_interception() 2261 has_error_code, error_code); in task_switch_interception()
|
D | nested.c | 317 if (vcpu->arch.exception.has_error_code) { in nested_vmcb_save_pending_event() 897 if (svm->vcpu.arch.exception.has_error_code) in nested_svm_inject_exception_vmexit()
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | nested.c | 2780 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local 2802 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls() 2806 if (CC(has_error_code && in nested_check_vm_entry_controls() 3641 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 3728 if (vcpu->arch.exception.has_error_code) { in nested_vmx_inject_exception_vmexit()
|
D | vmx.c | 1655 bool has_error_code = vcpu->arch.exception.has_error_code; in vmx_queue_exception() local 1661 if (has_error_code) { in vmx_queue_exception() 5251 bool has_error_code = false; in handle_task_switch() local 5276 has_error_code = true; in handle_task_switch() 5301 reason, has_error_code, error_code); in handle_task_switch()
|
/Linux-v5.10/Documentation/virt/kvm/ |
D | api.rst | 1025 __u8 has_error_code;
|