Home
last modified time | relevance | path

Searched refs:trap_info (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/xen/
Dinterface.h102 struct trap_info { struct
108 DEFINE_GUEST_HANDLE_STRUCT(trap_info); argument
137 struct trap_info trap_ctxt[256]; /* Virtual IDT */
Dhypercall.h224 HYPERVISOR_set_trap_table(struct trap_info *table) in HYPERVISOR_set_trap_table()
/linux-3.4.99/arch/x86/xen/
Dxen-ops.h15 struct trap_info;
16 void xen_copy_trap_info(struct trap_info *traps);
Denlighten.c630 struct trap_info *info) in cvt_gate_to_trap()
701 struct trap_info info[2]; in xen_write_idt_entry()
714 struct trap_info *traps) in xen_convert_trap_info()
730 void xen_copy_trap_info(struct trap_info *traps) in xen_copy_trap_info()
743 static struct trap_info traps[257]; in xen_load_idt()