Searched refs:has_error_code (Results 1 – 13 of 13) sorted by relevance
| /arch/x86/entry/ |
| A D | entry_64.S | 289 .macro idtentry_body cfunc has_error_code:req 307 .if \has_error_code == 1 329 .macro idtentry vector asmsym cfunc has_error_code:req 334 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 signal=0 336 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 343 .if \has_error_code == 0 361 idtentry_body \cfunc \has_error_code 378 idtentry \vector asm_\cfunc \cfunc has_error_code=1 426 idtentry_body noist_\cfunc, has_error_code=0 506 idtentry_body user_\cfunc, has_error_code=1
|
| A D | entry_32.S | 622 .macro idtentry vector asmsym cfunc has_error_code:req 627 .if \has_error_code == 0
|
| /arch/x86/include/asm/ |
| A D | idtentry.h | 483 idtentry vector asm_##func func has_error_code=0 486 idtentry vector asm_##func func has_error_code=1
|
| A D | kvm_host.h | 754 bool has_error_code; member 2178 int reason, bool has_error_code, u32 error_code); 2203 bool has_error_code, u32 error_code);
|
| /arch/x86/kvm/ |
| A D | kvm_emulate.h | 527 bool has_error_code, u32 error_code);
|
| A D | x86.c | 808 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument 816 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit() 847 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception() 906 bool has_error_code, u32 error_code) in kvm_requeue_exception() argument 926 vcpu->arch.exception.has_error_code = has_error_code; in kvm_requeue_exception() 5433 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 5512 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 10156 vcpu->arch.exception.has_error_code, in kvm_inject_exception() 11537 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run() 11823 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument [all …]
|
| A D | emulate.c | 2899 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument 2985 if (has_error_code) { in emulator_do_task_switch() 3000 bool has_error_code, u32 error_code) in emulator_task_switch() argument 3009 has_error_code, error_code); in emulator_task_switch()
|
| /arch/x86/include/uapi/asm/ |
| A D | kvm.h | 339 __u8 has_error_code; member
|
| /arch/x86/kvm/svm/ |
| A D | svm.h | 772 bool has_error_code, u32 error_code);
|
| A D | nested.c | 530 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12() 1495 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
|
| A D | svm.c | 383 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception() 2404 bool has_error_code = false; in task_switch_interception() local 2428 has_error_code = true; in task_switch_interception() 2455 has_error_code, error_code); in task_switch_interception()
|
| /arch/x86/kvm/vmx/ |
| A D | nested.c | 2951 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local 2973 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls() 2977 if (CC(has_error_code && in nested_check_vm_entry_controls() 3886 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 4001 if (ex->has_error_code && is_protmode(vcpu)) { in nested_vmx_inject_exception_vmexit()
|
| A D | vmx.c | 1783 if (ex->has_error_code) { in vmx_inject_exception() 5621 bool has_error_code = false; in handle_task_switch() local 5646 has_error_code = true; in handle_task_switch() 5671 reason, has_error_code, error_code); in handle_task_switch()
|
Completed in 90 milliseconds