Home
last modified time | relevance | path

Searched refs:new_tss_base (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_task.c92 uint32_t new_tss_base = x86_segment_base(new_desc); in task_switch_32() local
100 vmx_read_mem(cpu, &tss_seg, new_tss_base, sizeof(tss_seg)); in task_switch_32()
105 vmx_write_mem(cpu, new_tss_base, &tss_seg.prev_tss, sizeof(tss_seg.prev_tss)); in task_switch_32()
/openbmc/linux/arch/x86/kvm/
H A Demulate.c2747 u32 new_tss_base = get_desc_base(new_desc); in task_switch_16() local
2759 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2766 ret = linear_write_system(ctxt, new_tss_base, in task_switch_16()
2885 u32 new_tss_base = get_desc_base(new_desc); in task_switch_32() local
2901 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_32()
2908 ret = linear_write_system(ctxt, new_tss_base, in task_switch_32()