Searched refs:xen_ulong_t (Results 1 – 7 of 7) sorted by relevance
53 DEFINE_XEN_GUEST_HANDLE(xen_ulong_t);295 xen_ulong_t evtchn_pending_sel;346 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8];347 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];
53 xen_ulong_t nr_extents;93 XEN_GUEST_HANDLE(xen_ulong_t) idxs;140 xen_ulong_t idx;
214 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
214 typedef uint64_t xen_ulong_t; typedef
206 static inline xen_ulong_t get_pending_events(xen_ulong_t pos) in get_pending_events()226 xen_ulong_t pos_selector; /* bits are positions in pending array */ in events_isr()227 xen_ulong_t events_pending; /* bits - events in pos_selector element */ in events_isr()250 pos_selector &= ~(((xen_ulong_t) 1) << pos_index); in events_isr()255 events_pending &= (((xen_ulong_t) 1) << event_index); in events_isr()257 port = (pos_index * 8 * sizeof(xen_ulong_t)) in events_isr()
28 xen_ulong_t *idxs, xen_pfn_t *gpfns, int *errs) in xendom_add_to_physmap_batch()
39 xen_ulong_t *idxs, xen_pfn_t *gpfns, int *errs);