Searched refs:xen_ulong_t (Results 1 – 12 of 12) sorted by relevance
38 xen_ulong_t nr_extents;96 xen_ulong_t nr_exchanged;152 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */153 xen_ulong_t max_mfn; /* Maximum MFN that can be looked up. */183 xen_ulong_t idx;205 GUEST_HANDLE(xen_ulong_t) idxs;
490 xen_ulong_t op;492 xen_ulong_t args[6];550 xen_ulong_t evtchn_pending_sel;593 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8];594 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];
141 xen_ulong_t status;175 xen_ulong_t size;186 xen_ulong_t size;200 xen_ulong_t capsule_count;207 xen_ulong_t capsule_count;
248 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
49 xen_ulong_t virt_start;
59 xen_ulong_t gmfn;
32 #define BITS_PER_EVTCHN_WORD (sizeof(xen_ulong_t)*8)43 static DEFINE_PER_CPU(xen_ulong_t [EVTCHN_MASK_SIZE], cpu_evtchn_mask);143 #define MASK_LSBS(w, i) (w & ((~((xen_ulong_t)0UL)) << i))145 static inline xen_ulong_t active_evtchns(unsigned int cpu, in active_evtchns()165 xen_ulong_t pending_words; in evtchn_2l_handle_events()166 xen_ulong_t pending_bits; in evtchn_2l_handle_events()196 xen_ulong_t words; in evtchn_2l_handle_events()230 xen_ulong_t bits; in evtchn_2l_handle_events()269 xen_ulong_t *cpu_evtchn = per_cpu(cpu_evtchn_mask, cpu); in xen_debug_interrupt()320 xen_ulong_t pending = sh->evtchn_pending[i] in xen_debug_interrupt()[all …]
44 typedef uint64_t xen_ulong_t; typedef57 DEFINE_GUEST_HANDLE(xen_ulong_t);
28 xen_ulong_t size;
59 xen_ulong_t *idxs; in xen_map_device_mmio()74 idxs = kcalloc(nr, sizeof(xen_ulong_t), GFP_KERNEL); in xen_map_device_mmio()
77 xen_ulong_t h_idxs[XEN_PFN_PER_PAGE];
81 typedef unsigned long xen_ulong_t; typedef95 DEFINE_GUEST_HANDLE(xen_ulong_t);