Searched refs:BITS_PER_XEN_ULONG (Results 1 – 3 of 3) sorted by relevance
25 #define BITS_PER_XEN_ULONG 64 macro
20 #define BITS_PER_XEN_ULONG BITS_PER_LONG macro
58 #define BITS_PER_EVTCHN_WORD(d) BITS_PER_XEN_ULONG60 #define BITS_PER_EVTCHN_WORD(d) (has_32bit_shinfo(d) ? 32 : BITS_PER_XEN_ULONG)
Completed in 13 milliseconds