Home
last modified time | relevance | path

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

/dports/emulators/bochs/bochs-2.7/cpu/
H A Dstack.cc68 exception(BX_SS_EXCEPTION, 0); in stackPrefetch()
84 exception(BX_SS_EXCEPTION, 0); in stackPrefetch()
99 exception(BX_SS_EXCEPTION, 0); in stackPrefetch()
H A Daccess2.cc981 exception(BX_SS_EXCEPTION, 0); in write_new_stack_word()
1008 exception(BX_SS_EXCEPTION, 0); in write_new_stack_dword()
1035 exception(BX_SS_EXCEPTION, 0); in write_new_stack_qword()
1059 exception(BX_SS_EXCEPTION, in write_new_stack_word()
1086 exception(BX_SS_EXCEPTION, in write_new_stack_dword()
1113 exception(BX_SS_EXCEPTION, in write_new_stack_qword()
H A Dret_far.cc205 exception(BX_SS_EXCEPTION, raw_ss_selector & 0xfffc); in return_protected()
H A Dtasking.cc639 exception(BX_SS_EXCEPTION, raw_ss_selector & 0xfffc); in task_switch()
933 exception(BX_SS_EXCEPTION, BX_CPU_THIS_PTR sregs[BX_SEG_REG_SS].selector.value & 0xfffc); in get_RSP_from_TSS()
H A Daccess.cc289 return BX_SS_EXCEPTION; in int_number()
H A Dcall_far.cc326 exception(BX_SS_EXCEPTION, SS_for_cpl_x & 0xfffc); in call_gate()
H A Dsegment_ctrl_pro.cc84 exception(BX_SS_EXCEPTION, new_value & 0xfffc); in load_seg_reg()
H A Dexception.cc488 exception(BX_SS_EXCEPTION, SS_for_cpl_x & 0xfffc); in protected_mode_int()
H A Dcpu.h317 BX_SS_EXCEPTION = 12, enumerator