Home
last modified time | relevance | path

Searched refs:EXC_I386_BOUND (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/mach/i386/
H A Dexception.h92 #define EXC_I386_BOUND 7 macro
/xnu-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c962 if (code == EXC_I386_BOUND) { in machine_exception()
/xnu-8019.80.24/osfmk/i386/
H A Dtrap.c1042 code = EXC_I386_BOUND; in user_trap()