Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dmem_helper.c95 raise_exception(env, EXCP05_BOUND); in helper_boundw()
105 raise_exception(env, EXCP05_BOUND); in helper_boundl()
Dcpu.h579 #define EXCP05_BOUND 5 macro