Searched defs:has_error_code (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 2889 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 2990 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 | x86.c | 828 kvm_queue_exception_vmexit(struct kvm_vcpu * vcpu,unsigned int vector,bool has_error_code,u32 error_code,bool has_payload,unsigned long payload) kvm_queue_exception_vmexit() argument 923 kvm_requeue_exception(struct kvm_vcpu * vcpu,unsigned int nr,bool has_error_code,u32 error_code) kvm_requeue_exception() argument 12382 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 [all...] |
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 2430 bool has_error_code = false; task_switch_interception() local
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 3014 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; nested_check_vm_entry_controls() local
|
| H A D | vmx.c | 5883 bool has_error_code = false; handle_task_switch() local
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 344 __u8 has_error_code; member
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 344 __u8 has_error_code; member
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 769 bool has_error_code; global() member
|