Searched refs:old_tss_sel (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c2243 u16 tss_selector, u16 old_tss_sel,
2273 if (old_tss_sel != 0xffff) {
2274 tss_seg.prev_task_link = old_tss_sel;
2381 u16 tss_selector, u16 old_tss_sel,
2411 if (old_tss_sel != 0xffff) {
2412 tss_seg.prev_task_link = old_tss_sel;
2434 u16 old_tss_sel = ops->get_segment_selector(VCPU_SREG_TR, ctxt->vcpu); local
2443 ret = read_segment_descriptor(ctxt, ops, old_tss_sel, &curr_tss_desc);
2466 write_segment_descriptor(ctxt, ops, old_tss_sel,
2474 note that old_tss_sel i
2241 task_switch_16(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 tss_selector, u16 old_tss_sel, ulong old_tss_base, struct desc_struct *new_desc) argument
2379 task_switch_32(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 tss_selector, u16 old_tss_sel, ulong old_tss_base, struct desc_struct *new_desc) argument
[all...]

Completed in 113 milliseconds