HomeSort by: relevance | last modified time | path
    Searched defs:xen_ulong_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen.h 121 typedef unsigned long xen_ulong_t; typedef
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
arch-arm.h 283 typedef uint64_t xen_ulong_t; typedef
xen.h 54 DEFINE_XEN_GUEST_HANDLE(xen_ulong_t); variable
608 * architecture. In cases where xen_ulong_t is larger than this then
612 xen_ulong_t op, result;
613 xen_ulong_t args[6];
693 xen_ulong_t evtchn_pending_sel;
744 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8];
745 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];

Completed in 20 milliseconds