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);
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()
354 memset(per_cpu(cpu_evtchn_mask, i), 0, sizeof(xen_ulong_t) * in evtchn_2l_resume()