Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Demulate.c2726 u32 new_tss_base = get_desc_base(new_desc); in task_switch_16() local
2738 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2745 ret = linear_write_system(ctxt, new_tss_base, in task_switch_16()
2864 u32 new_tss_base = get_desc_base(new_desc); in task_switch_32() local
2880 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_32()
2887 ret = linear_write_system(ctxt, new_tss_base, in task_switch_32()