Searched refs:tss_selector (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 537 u16 tss_selector, int idt_index, int reason,
|
| H A D | emulate.c | 2875 u16 tss_selector, int idt_index, int reason, in emulator_do_task_switch() argument 2889 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc, &desc_addr); in emulator_do_task_switch() 2918 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl) in emulator_do_task_switch() 2927 return emulate_ts(ctxt, tss_selector & 0xfffc); in emulator_do_task_switch() 2956 write_segment_descriptor(ctxt, tss_selector, &next_tss_desc); in emulator_do_task_switch() 2960 ops->set_segment(ctxt, tss_selector, &next_tss_desc, 0, VCPU_SREG_TR); in emulator_do_task_switch() 2976 u16 tss_selector, int idt_index, int reason, in emulator_task_switch() argument 2985 rc = emulator_do_task_switch(ctxt, tss_selector, idt_index, reason, in emulator_task_switch()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2207 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|