Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dldt.c303 handle_arithmetic_exception(_STRUCT_X86_THREAD_FULL_STATE64 *xtfs64, uint64_t *ip_skip_countp) in handle_arithmetic_exception() argument
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()
314 handle_badinsn_exception(_STRUCT_X86_THREAD_FULL_STATE64 *xtfs64, uint64_t __unused *ip_skip_countp) in handle_badinsn_exception() argument
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()
[all …]