Searched refs:bitmask (Results 1 – 7 of 7) sorted by relevance
204 uint8_t pmap = 0, bitmask = 0; in print_bitmap() local210 bitmask = 1; in print_bitmap()211 } else bitmask <<= 1; in print_bitmap()216 if ((pmap & bitmask) != 0) { in print_bitmap()223 if ((pmap & bitmask) == 0) { in print_bitmap()
73 uint64_t bitmask, bool onchangeonly) in xc_monitor_write_ctrlreg() argument85 domctl.u.monitor_op.u.mov_to_cr.bitmask = bitmask; in xc_monitor_write_ctrlreg()
132 Every MSR stores a CBM value. A capacity bitmask (CBM) provides a hint to the172 by `(1ull << cbm_len) - 1`. That is a fully open bitmask, all ones bitmask.212 (COS0) which is associated with the fully open CBM (all ones bitmask) to438 is convenient to cover overlap/isolated bitmask requirement, it is not
183 ad->monitor.write_ctrlreg_mask[mop->u.mov_to_cr.index] = mop->u.mov_to_cr.bitmask; in arch_monitor_domctl_event()
34 6. The drivers write a two-byte bitmask of devices to unplug to IO
1079 uint64_aligned_t bitmask; member
2060 uint64_t bitmask, bool onchangeonly);
Completed in 19 milliseconds