Lines Matching defs:lg_cpu
39 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;
54 struct lguest_pending pending;
56 unsigned long *reg_read; /* register from LHREQ_GETREG */
81 struct lg_cpu_arch arch; argument
87 struct lg_cpu cpus[NR_CPUS]; argument