Searched defs:has_error_code (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 294 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon3103
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | svm.c | 2809 bool has_error_code = false; task_switch_interception() local 533 svm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr, bool has_error_code, u32 error_code, bool reinject) svm_queue_exception() argument 2037 nested_svm_check_exception(struct vcpu_svm *svm, unsigned nr, bool has_error_code, u32 error_code) nested_svm_check_exception() argument
|
H A D | emulate.c | 2841 emulator_do_task_switch(struct x86_emulate_ctxt *ctxt, u16 tss_selector, int idt_index, int reason, bool has_error_code, u32 error_code) emulator_do_task_switch() argument 2940 emulator_task_switch(struct x86_emulate_ctxt *ctxt, u16 tss_selector, int idt_index, int reason, bool has_error_code, u32 error_code) emulator_task_switch() argument
|
H A D | vmx.c | 5681 bool has_error_code = false; handle_task_switch() local 2127 vmx_queue_exception(struct kvm_vcpu *vcpu, unsigned nr, bool has_error_code, u32 error_code, bool reinject) vmx_queue_exception() argument
|
H A D | x86.c | 6798 kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, int reason, bool has_error_code, u32 error_code) kvm_task_switch() argument
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | kvm_host.h | 416 bool has_error_code; member in struct:kvm_vcpu_arch::kvm_queued_exception
|
Completed in 563 milliseconds