Home
last modified time | relevance | path

Searched refs:BITS_PER_EVTCHN_WORD (Results 1 – 3 of 3) sorted by relevance

/xen/xen/common/
A Devent_2l.c34 !guest_test_and_set_bit(d, port / BITS_PER_EVTCHN_WORD(d), in evtchn_2l_set_pending()
59 !guest_test_and_set_bit(d, port / BITS_PER_EVTCHN_WORD(d), in evtchn_2l_unmask()
70 unsigned int max_ports = BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in evtchn_2l_is_pending()
81 unsigned int max_ports = BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in evtchn_2l_is_masked()
93 printk("%d", !!test_bit(evtchn->port / BITS_PER_EVTCHN_WORD(d), in evtchn_2l_print_state()
/xen/xen/include/xen/
A Devent.h111 : BITS_PER_EVTCHN_WORD(d) * BITS_PER_EVTCHN_WORD(d); in max_evtchns()
A Dsched.h62 #define BITS_PER_EVTCHN_WORD(d) BITS_PER_XEN_ULONG macro
64 #define BITS_PER_EVTCHN_WORD(d) (has_32bit_shinfo(d) ? 32 : BITS_PER_XEN_ULONG) macro

Completed in 7 milliseconds