Searched refs:state64 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.c355 x86_saved_state64_t *state64; local
357 state64 = saved_state64(state);
358 rip = state64->isf.rip;
359 rsp = state64->isf.rsp;
360 interrupt_num = state64->isf.trapno;
362 if(state64->isf.cs & 0x03)
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c325 x86_thread_state64_t state64; local
326 x86_thread_state64_t *ts64 = &state64;
2262 x86_thread_state64_t state64; local
2263 x86_thread_state64_t *ts64 = &state64;

Completed in 75 milliseconds