Searched refs:BITS_PER_EVTCHN_WORD (Results 1 – 3 of 3) sorted by relevance
32 !test_and_set_bit(port / BITS_PER_EVTCHN_WORD(d), in evtchn_2l_set_pending()57 !test_and_set_bit (port / BITS_PER_EVTCHN_WORD(d), in evtchn_2l_unmask()66 unsigned int max_ports = BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in evtchn_2l_is_pending()74 unsigned int max_ports = BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in evtchn_2l_is_masked()85 printk("%d", !!test_bit(evtchn->port / BITS_PER_EVTCHN_WORD(d), in evtchn_2l_print_state()102 d->max_evtchns = BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in evtchn_2l_init()
1224 for ( i = 0; i < BITS_PER_EVTCHN_WORD(d); i++ ) in map_vcpu_info()
58 #define BITS_PER_EVTCHN_WORD(d) BITS_PER_XEN_ULONG macro60 #define BITS_PER_EVTCHN_WORD(d) (has_32bit_shinfo(d) ? 32 : BITS_PER_XEN_ULONG) macro
Completed in 8 milliseconds