Searched refs:p_emuldata (Results 1 – 3 of 3) sorted by relevance
82 pem = p->p_emuldata; in pem_find()160 p->p_emuldata = pem; in linux_proc_init()205 p->p_emuldata = NULL; in linux_on_exit()247 p->p_emuldata = NULL; in linux_common_execve()
101 _Static_assert(offsetof(struct proc, p_emuldata) == 0x4d0,121 _Static_assert(offsetof(struct proc, p_emuldata) == 0x318,
756 void *p_emuldata; /* (c) Emulator state data. */ member