Searched defs:context_flags (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp114 # define context_flags uc_mcontext.mc_flags macro
163 # define context_flags uc_mcontext->DU3_PREFIX(ss,rflags) macro
207 # define context_flags sc_rflags macro
251 # define context_flags uc_mcontext.__gregs[_REG_RFL] macro
1043 st->print(", EFLAGS=" INTPTR_FORMAT, uc->context_flags);

Completed in 1551 milliseconds