Searched refs:trap_bounce (Results 1 – 4 of 4) sorted by relevance
/xen/xen/arch/x86/pv/ |
A D | traps.c | 45 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 D | emul-priv-op.c | 1296 if ( !(curr->arch.pv.trap_bounce.flags & TBF_EXCEPTION) ) in pv_emulate_privileged_op()
|
/xen/xen/arch/x86/x86_64/ |
A D | asm-offsets.c | 55 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 D | domain.h | 33 struct trap_bounce { struct 542 struct trap_bounce trap_bounce; member
|
Completed in 11 milliseconds