Lines Matching refs:traps
62 #include <asm/traps.h>
647 * Check for known traps using IST and whitelist them.
740 struct trap_info *traps, bool full)
750 if (cvt_gate_to_trap(in, entry, &traps[out]) || full)
757 void xen_copy_trap_info(struct trap_info *traps)
761 xen_convert_trap_info(desc, traps, true);
765 hold a spinlock to protect the static traps[] array (static because
770 static struct trap_info traps[257];
780 out = xen_convert_trap_info(desc, traps, false);
781 traps[out] = zero;
784 if (HYPERVISOR_set_trap_table(traps))