Lines Matching refs:traps
63 #include <asm/traps.h>
736 * Check for known traps using IST and whitelist them.
829 struct trap_info *traps, bool full)
839 if (cvt_gate_to_trap(in, entry, &traps[out]) || full)
846 void xen_copy_trap_info(struct trap_info *traps)
850 xen_convert_trap_info(desc, traps, true);
854 hold a spinlock to protect the static traps[] array (static because
859 static struct trap_info traps[257];
869 out = xen_convert_trap_info(desc, traps, false);
870 traps[out] = zero;
873 if (HYPERVISOR_set_trap_table(traps))