Searched refs:trap_info (Results 1 – 10 of 10) sorted by relevance
33 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()
46 const struct trap_info *ti; in pv_inject_event()
156 const struct trap_info *ti; in compat_iret()
305 v->arch.pv.trap_ctxt = xzalloc_array(struct trap_info, X86_NR_VECTORS); in pv_vcpu_initialise()
151 struct trap_info { struct157 typedef struct trap_info trap_info_t; argument190 struct trap_info trap_ctxt[256]; /* Virtual IDT */
129 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__()
5 trap_info | - - 8 16
16 ! trap_info arch-x86/xen.h
493 struct trap_info *trap_ctxt;
1620 const struct trap_info *ti = &v->arch.pv.trap_ctxt[vector]; in do_general_protection()
Completed in 17 milliseconds