Lines Matching defs:lg_cpu
40 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;
54 unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */
79 struct lg_cpu_arch arch; argument
95 struct lg_cpu cpus[NR_CPUS]; argument