Searched defs:lg_cpu (Results 1 – 1 of 1) sorted by relevance
40 struct lg_cpu { struct41 unsigned int id;42 struct lguest *lg;43 struct task_struct *tsk;44 struct mm_struct *mm; /* == tsk->mm, but that becomes NULL on exit */46 u32 cr2;47 int ts;48 u32 esp1;49 u16 ss1;52 int changed;[all …]