Home
last modified time | relevance | path

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

/xen/xen/arch/x86/pv/
A Dtraps.c45 struct trap_bounce *tb; in pv_inject_event()
67 tb = &curr->arch.pv.trap_bounce; in pv_inject_event()
117 struct trap_bounce *tb = &curr->arch.pv.trap_bounce; in set_guest_machinecheck_trapbounce()
132 struct trap_bounce *tb = &curr->arch.pv.trap_bounce; in set_guest_nmi_trapbounce()
A Demul-priv-op.c1296 if ( !(curr->arch.pv.trap_bounce.flags & TBF_EXCEPTION) ) in pv_emulate_privileged_op()
/xen/xen/arch/x86/x86_64/
A Dasm-offsets.c55 OFFSET(VCPU_trap_bounce, struct vcpu, arch.pv.trap_bounce); in __dummy__()
135 OFFSET(TRAPBOUNCE_error_code, struct trap_bounce, error_code); in __dummy__()
136 OFFSET(TRAPBOUNCE_flags, struct trap_bounce, flags); in __dummy__()
137 OFFSET(TRAPBOUNCE_cs, struct trap_bounce, cs); in __dummy__()
138 OFFSET(TRAPBOUNCE_eip, struct trap_bounce, eip); in __dummy__()
/xen/xen/include/asm-x86/
A Ddomain.h33 struct trap_bounce { struct
542 struct trap_bounce trap_bounce; member

Completed in 11 milliseconds