Searched refs:EXCP05_BOUND (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | mem_helper.c | 41 raise_exception_ra(env, EXCP05_BOUND, GETPC()); in helper_boundw() 55 raise_exception_ra(env, EXCP05_BOUND, GETPC()); in helper_boundl()
|
H A D | mpx_helper.c | 32 raise_exception_ra(env, EXCP05_BOUND, GETPC()); in helper_bndck() 50 raise_exception_ra(env, EXCP05_BOUND, ra); in lookup_bte64() 70 raise_exception_ra(env, EXCP05_BOUND, ra); in lookup_bte32()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 300 case EXCP05_BOUND: in cpu_loop()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 1278 #define EXCP05_BOUND 5 macro
|