Searched refs:vcpu_guest_context_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/xen/interface/
H A Darch-powerpc.h106 typedef struct vcpu_guest_context vcpu_guest_context_t; typedef in typeref:struct:vcpu_guest_context
107 DEFINE_XEN_GUEST_HANDLE(vcpu_guest_context_t); variable
H A Darch-ia64.h407 typedef struct vcpu_guest_context vcpu_guest_context_t; typedef in typeref:struct:vcpu_guest_context
408 DEFINE_XEN_GUEST_HANDLE(vcpu_guest_context_t); variable
H A Ddomctl.h253 XEN_GUEST_HANDLE_64(vcpu_guest_context_t) ctxt; /* IN/OUT */
553 /* NB. SYSCALL from 64-bit mode is contained in vcpu_guest_context_t */
/freebsd-9.3-release/sys/xen/interface/arch-x86/
H A Dxen.h163 typedef struct vcpu_guest_context vcpu_guest_context_t; typedef in typeref:struct:vcpu_guest_context
164 DEFINE_XEN_GUEST_HANDLE(vcpu_guest_context_t); variable
/freebsd-9.3-release/sys/i386/xen/
H A Dmp_machdep.c811 /* vcpu_guest_context_t is too large to allocate on the stack.
814 static vcpu_guest_context_t ctxt;

Completed in 115 milliseconds