trap_info_t
HYPERVISOR_set_trap_table(trap_info_t *table)
DEFINE_XEN_GUEST_HANDLE(trap_info_t);
trap_info_t *ti = &vgc->trap_ctxt[vec];
xen_set_trap_table(trap_info_t *table)
trap_info_t *ti = ti_arg; /* XXPV Aargh - segments.h comment */
trap_info_t trapinfo[2];
extern long xen_set_trap_table(trap_info_t *);
extern long HYPERVISOR_set_trap_table(trap_info_t *);