Home
last modified time | relevance | path

Searched refs:trap_info_t (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h103 typedef struct trap_info trap_info_t; typedef
104 DEFINE_XEN_GUEST_HANDLE(trap_info_t);
/titanic_50/usr/src/uts/intel/sys/
H A Dhypervisor.h150 extern long xen_set_trap_table(trap_info_t *);
206 extern long HYPERVISOR_set_trap_table(trap_info_t *);
/titanic_50/usr/src/uts/common/xen/os/
H A Dhypercall.c52 HYPERVISOR_set_trap_table(trap_info_t *table) in HYPERVISOR_set_trap_table()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c424 trap_info_t *ti = ti_arg; /* XXPV Aargh - segments.h comment */ in xen_idt_to_trap_info()
457 trap_info_t trapinfo[2]; in xen_idt_write()
/titanic_50/usr/src/uts/i86xpv/os/
H A Dmp_xen.c268 trap_info_t *ti = &vgc->trap_ctxt[vec]; in mp_set_cpu_context()
H A Dxen_machdep.c1032 xen_set_trap_table(trap_info_t *table) in xen_set_trap_table()