Searched refs:__ss64 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/tests/ |
| H A D | ldt.c | 307 (unsigned)xtfs64->__ss64.__cs, in handle_arithmetic_exception() 308 (unsigned)xtfs64->__ss64.__rip, (unsigned)xtfs64->__ss64.__gs, in handle_arithmetic_exception() 309 (unsigned)xtfs64->__ss, xtfs64->__ss64.__rsp); in handle_arithmetic_exception() 324 (unsigned)xtfs64->__ss64.__cs, in handle_badinsn_exception() 325 (unsigned)xtfs64->__ss64.__rip, (unsigned)xtfs64->__ss64.__gs, in handle_badinsn_exception() 326 (unsigned)xtfs64->__ss, xtfs64->__ss64.__rsp, in handle_badinsn_exception() 338 if (xtfs64->__ss64.__rip >= start_addr && xtfs64->__ss64.__rip <= end_addr) { in handle_badinsn_exception() 344 if ((unsigned)xtfs64->__ss64.__cs == SYSENTER_SELECTOR) { in handle_badinsn_exception() 345 xtfs64->__ss64.__cs = COMPAT_MODE_CS_SELECTOR; in handle_badinsn_exception() 397 fprintf(stderr, "flavor=%d %%cs=0x%x %%rip=0x%llx\n", *flavor, (unsigned)xtfs64->__ss64.__cs, in catch_mach_exception_raise_state_identity() [all …]
|
| /xnu-8792.61.2/osfmk/mach/i386/ |
| H A D | _structs.h | 775 _STRUCT_X86_THREAD_STATE64 __ss64; variable
|