Searched refs:deliver_trap (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/lguest/
H A Dinterrupts_and_traps.c383 /* deliver_trap() returns true if it could deliver the trap. */ deliver_trap()
384 bool deliver_trap(struct lg_cpu *cpu, unsigned int num) deliver_trap() function
407 * and then calling deliver_trap() and re-entering the Guest is slow.
579 * deliver_trap() to bounce it back into the Guest.
H A Dlg.h157 bool deliver_trap(struct lg_cpu *cpu, unsigned int num);
H A Dlguest_user.c95 if (!deliver_trap(cpu, trapnum)) trap()
/linux-4.1.27/drivers/lguest/x86/
H A Dcore.c450 if (!deliver_trap(cpu, cpu->regs->trapnum)) lguest_arch_handle_trap()
465 * deliver_trap() and demand_page(). After all those, we'll be ready to

Completed in 76 milliseconds