Lines Matching +full:cpu +full:- +full:nr
1 /*-
49 * - DO NOT set it to the same value as VMBUS_SINT_MESSAGE.
50 * - DO NOT set it to 0.
72 u_long *intr_cnt; /* Hyper-V interrupt counter */
78 void *cpu_mem; /* For Hyper-V tlb hypercall */
118 struct taskqueue *vmbus_subchtq; /* for sub-chan attach/detach */
130 /* The list of usable MMIO ranges for PCIe pass-through */
144 #define VMBUS_PCPU_GET(sc, field, cpu) (sc)->vmbus_pcpu[(cpu)].field argument
145 #define VMBUS_PCPU_PTR(sc, field, cpu) &(sc)->vmbus_pcpu[(cpu)].field argument
156 #define BIT_MASK(nr) (1UL << ((nr) & (BITS_PER_LONG - 1))) argument
157 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) argument
161 #define GENMASK_ULL(h, l) (((~0ULL) >> (64 - (h) - 1)) & ((~0ULL) << (l)))