Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dhvmloader.c195 void *tss; in init_vm86_tss() local
197 tss = mem_alloc(TSS_SIZE, 128); in init_vm86_tss()
198 memset(tss, 0, TSS_SIZE); in init_vm86_tss()
200 ((uint64_t)TSS_SIZE << 32) | virt_to_phys(tss)); in init_vm86_tss()
201 printf("vm86 TSS at %08lx\n", virt_to_phys(tss)); in init_vm86_tss()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c2908 struct tss32 tss; in hvm_task_switch() local
2962 &tss, prev_tr.base, sizeof(tss), PFEC_page_present, &pfinfo); in hvm_task_switch()
2984 tss.es = segr.sel; in hvm_task_switch()
2986 tss.cs = segr.sel; in hvm_task_switch()
2988 tss.ss = segr.sel; in hvm_task_switch()
2990 tss.ds = segr.sel; in hvm_task_switch()
2992 tss.fs = segr.sel; in hvm_task_switch()
2994 tss.gs = segr.sel; in hvm_task_switch()
2996 tss.ldt = segr.sel; in hvm_task_switch()
3009 &tss, tr.base, sizeof(tss), PFEC_page_present, &pfinfo); in hvm_task_switch()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c719 struct tss_struct *tss = &this_cpu(init_tss); in load_system_tables() local
734 *tss = (struct tss_struct){ in load_system_tables()
751 [IST_MAX ... ARRAY_SIZE(tss->ist) - 1] = in load_system_tables()
760 (unsigned long)tss, in load_system_tables()
765 (unsigned long)tss, in load_system_tables()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1820 struct tss_struct *tss = &this_cpu(init_tss); in load_TR() local
1828 (unsigned long)tss, in load_TR()
1833 (unsigned long)tss, in load_TR()

Completed in 14 milliseconds