Lines Matching refs:xen_ulong_t
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);
145 #define MASK_LSBS(w, i) (w & ((~((xen_ulong_t)0UL)) << i))
147 static inline xen_ulong_t active_evtchns(unsigned int cpu, in active_evtchns()
167 xen_ulong_t pending_words; in evtchn_2l_handle_events()
168 xen_ulong_t pending_bits; in evtchn_2l_handle_events()
198 xen_ulong_t words; in evtchn_2l_handle_events()
232 xen_ulong_t bits; in evtchn_2l_handle_events()
268 xen_ulong_t *cpu_evtchn = per_cpu(cpu_evtchn_mask, cpu); in xen_debug_interrupt()
319 xen_ulong_t pending = sh->evtchn_pending[i] in xen_debug_interrupt()
353 memset(per_cpu(cpu_evtchn_mask, i), 0, sizeof(xen_ulong_t) * in evtchn_2l_resume()
359 memset(per_cpu(cpu_evtchn_mask, cpu), 0, sizeof(xen_ulong_t) * in evtchn_2l_percpu_deinit()