Searched refs:td_emuldata (Results 1 – 3 of 3) sorted by relevance
66 em = td->td_emuldata; in em_find()162 newtd->td_emuldata = em; in linux_proc_init()243 td->td_emuldata = NULL; in linux_common_execve()324 td->td_emuldata = NULL; in linux_thread_dtor()
91 _Static_assert(offsetof(struct thread, td_emuldata) == 0x6c0,111 _Static_assert(offsetof(struct thread, td_emuldata) == 0x35c,
383 void *td_emuldata; /* Emulator state data */ member