Searched refs:tss_sel (Results 1 – 4 of 4) sorted by relevance
430 uint16_t tss_sel; member452 uint16_t tss_sel; member
381 c->tss_sel = cpu->tr_sel; in kdd_get_ctrl_x86_32()403 c->tss_sel = cpu->tr_sel; in kdd_get_ctrl_x86_64()
2897 uint16_t tss_sel, enum hvm_task_switch_reason taskswitch_reason, in hvm_task_switch() argument2913 if ( ((tss_sel & 0xfff8) + 7) > gdt.limit ) in hvm_task_switch()2917 tss_sel & 0xfff8); in hvm_task_switch()2926 nptss_desc = hvm_map_entry(gdt.base + (tss_sel & 0xfff8), &ntd_writable); in hvm_task_switch()2931 tr.sel = tss_sel; in hvm_task_switch()2945 tss_sel & 0xfff8); in hvm_task_switch()2951 hvm_inject_hw_exception(TRAP_no_segment, tss_sel & 0xfff8); in hvm_task_switch()2957 hvm_inject_hw_exception(TRAP_invalid_tss, tss_sel & 0xfff8); in hvm_task_switch()
463 uint16_t tss_sel, enum hvm_task_switch_reason taskswitch_reason,
Completed in 18 milliseconds