Home
last modified time | relevance | path

Searched defs:lg_cpu (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/lguest/
Dlg.h40 struct lg_cpu { struct
41 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 …]