Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c3173 u32 new_tss_base = get_desc_base(new_desc); in task_switch_16() local
3185 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
3192 ret = linear_write_system(ctxt, new_tss_base, in task_switch_16()
3312 u32 new_tss_base = get_desc_base(new_desc); in task_switch_32() local
3328 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_32()
3335 ret = linear_write_system(ctxt, new_tss_base, in task_switch_32()
/kernel/linux/linux-6.6/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()

Completed in 14 milliseconds