Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/lguest/
Dlg.h39 struct lg_cpu { struct
40 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 …]