Home
last modified time | relevance | path

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

/xen/xen/arch/x86/pv/
A Dcallback.c33 struct trap_info *t = &curr->arch.pv.trap_ctxt[TRAP_nmi]; in register_guest_nmi_callback()
58 struct trap_info *t = &curr->arch.pv.trap_ctxt[TRAP_nmi]; in unregister_guest_nmi_callback()
348 struct trap_info cur; in do_set_trap_table()
350 struct trap_info *dst = curr->arch.pv.trap_ctxt; in do_set_trap_table()
395 struct trap_info *dst = curr->arch.pv.trap_ctxt; in compat_set_trap_table()
A Dtraps.c46 const struct trap_info *ti; in pv_inject_event()
A Diret.c156 const struct trap_info *ti; in compat_iret()
A Ddomain.c305 v->arch.pv.trap_ctxt = xzalloc_array(struct trap_info, X86_NR_VECTORS); in pv_vcpu_initialise()
/xen/xen/include/public/arch-x86/
A Dxen.h151 struct trap_info { struct
157 typedef struct trap_info trap_info_t; argument
190 struct trap_info trap_ctxt[256]; /* Virtual IDT */
/xen/xen/arch/x86/x86_64/
A Dasm-offsets.c129 OFFSET(TRAPINFO_eip, struct trap_info, address); in __dummy__()
130 OFFSET(TRAPINFO_cs, struct trap_info, cs); in __dummy__()
131 OFFSET(TRAPINFO_flags, struct trap_info, flags); in __dummy__()
132 DEFINE(TRAPINFO_sizeof, sizeof(struct trap_info)); in __dummy__()
/xen/tools/include/xen-foreign/
A Dreference.size5 trap_info | - - 8 16
/xen/xen/include/
A Dxlat.lst16 ! trap_info arch-x86/xen.h
/xen/xen/include/asm-x86/
A Ddomain.h493 struct trap_info *trap_ctxt;
/xen/xen/arch/x86/
A Dtraps.c1620 const struct trap_info *ti = &v->arch.pv.trap_ctxt[vector]; in do_general_protection()

Completed in 17 milliseconds