Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dseg_helper.c167 raise_exception_err(env, EXCP0B_NOSEG, selector & 0xfffc); in tss_load_seg()
203 raise_exception_err(env, EXCP0B_NOSEG, tss_selector & 0xfffc); in switch_tss()
217 raise_exception_err(env, EXCP0B_NOSEG, tss_selector & 0xfffc); in switch_tss()
525 raise_exception_err(env, EXCP0B_NOSEG, intno * 8 + 2); in do_interrupt_protected()
562 raise_exception_err(env, EXCP0B_NOSEG, intno * 8 + 2); in do_interrupt_protected()
576 raise_exception_err(env, EXCP0B_NOSEG, selector & 0xfffc); in do_interrupt_protected()
763 raise_exception_err(env, EXCP0B_NOSEG, intno * 16 + 2); in do_interrupt64()
778 raise_exception_err(env, EXCP0B_NOSEG, selector & 0xfffc); in do_interrupt64()
1253 raise_exception_err(env, EXCP0B_NOSEG, selector & 0xfffc); in helper_lldt()
1303 raise_exception_err(env, EXCP0B_NOSEG, selector & 0xfffc); in helper_ltr()
[all …]
Dcpu.h585 #define EXCP0B_NOSEG 11 macro