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