Lines Matching defs:cpu
51 static void push_guest_stack(struct lg_cpu *cpu, unsigned long *gstack, u32 val) in push_guest_stack()
68 static void push_guest_interrupt_stack(struct lg_cpu *cpu, bool has_err) in push_guest_interrupt_stack()
141 static void guest_run_interrupt(struct lg_cpu *cpu, u32 lo, u32 hi) in guest_run_interrupt()
173 static void restore_eflags(struct lg_cpu *cpu) in restore_eflags()
197 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more) in interrupt_pending()
226 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more) in try_deliver_interrupt()
309 void set_interrupt(struct lg_cpu *cpu, unsigned int irq) in set_interrupt()
384 bool deliver_trap(struct lg_cpu *cpu, unsigned int num) in deliver_trap()
469 void pin_stack_pages(struct lg_cpu *cpu) in pin_stack_pages()
497 void guest_set_stack(struct lg_cpu *cpu, u32 seg, u32 esp, unsigned int pages) in guest_set_stack()
524 static void set_trap(struct lg_cpu *cpu, struct desc_struct *trap, in set_trap()
558 void load_guest_idt_entry(struct lg_cpu *cpu, unsigned int num, u32 lo, u32 hi) in load_guest_idt_entry()
626 void copy_traps(const struct lg_cpu *cpu, struct desc_struct *idt, in copy_traps()
672 void guest_set_clockevent(struct lg_cpu *cpu, unsigned long delta) in guest_set_clockevent()
694 struct lg_cpu *cpu = container_of(timer, struct lg_cpu, hrt); in clockdev_fn() local
702 void init_clockdev(struct lg_cpu *cpu) in init_clockdev()