Searched refs:x86_emul_raise_exception (Results 1 – 3 of 3) sorted by relevance
/qemu/target/i386/emulate/ |
H A D | x86_emu.h | 41 void x86_emul_raise_exception(CPUX86State *env, int exception_index, int error_code);
|
H A D | x86_emu.c | 666 void x86_emul_raise_exception(CPUX86State *env, int exception_index, int error_code) in x86_emul_raise_exception() function
|
/qemu/target/i386/hvf/ |
H A D | hvf.c | 532 x86_emul_raise_exception(env, EXCP0D_GPF, 0); in hvf_simulate_rdmsr() 632 x86_emul_raise_exception(env, EXCP0D_GPF, 0); in hvf_simulate_wrmsr() 643 x86_emul_raise_exception(env, EXCP0D_GPF, 0); in hvf_simulate_wrmsr()
|