Searched refs:trapno (Results 1 – 4 of 4) sorted by relevance
184 void handle_vm86_trap(CPUX86State *env, int trapno) in handle_vm86_trap() argument186 if (trapno == 1 || trapno == 3) { in handle_vm86_trap()187 return_to_32bit(env, TARGET_VM86_TRAP + (trapno << 8)); in handle_vm86_trap()189 do_int(env, trapno); in handle_vm86_trap()
101 void handle_vm86_trap(CPUX86State *env, int trapno);
81 uint32_t trapno; member121 uint64_t trapno; member365 __put_user(cs->exception_index, &sc->trapno); in setup_sigcontext()396 __put_user(cs->exception_index, &sc->trapno); in setup_sigcontext()
1554 static void gen_exception(DisasContext *s, int trapno) in gen_exception() argument1558 gen_helper_raise_exception(tcg_env, tcg_constant_i32(trapno)); in gen_exception()