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

/drivers/lguest/
H A Dlg.h40 struct lg_cpu { struct
95 struct lg_cpu cpus[NR_CPUS];
125 void __lgread(struct lg_cpu *, void *, unsigned long, unsigned);
126 void __lgwrite(struct lg_cpu *, unsigned long, const void *, unsigned);
146 int run_guest(struct lg_cpu *cpu, unsigned long __user *user);
159 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more);
160 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more);
161 void set_interrupt(struct lg_cpu *cpu, unsigned int irq);
162 bool deliver_trap(struct lg_cpu *cpu, unsigned int num);
163 void load_guest_idt_entry(struct lg_cpu *cp
[all...]

Completed in 76 milliseconds