Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_utils.c204 uint8_t pmap = 0, bitmask = 0; in print_bitmap() local
210 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()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_monitor.c73 uint64_t bitmask, bool onchangeonly) in xc_monitor_write_ctrlreg() argument
85 domctl.u.monitor_op.u.mov_to_cr.bitmask = bitmask; in xc_monitor_write_ctrlreg()
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc126 Every MSR stores a CBM value. A capacity bitmask (CBM) provides a hint to the
168 ated by `(1ull << cbm_len) - 1`. That is a fully open bitmask, all ones bitm-
206 which is associated with the fully open CBM (all ones bitmask) to access all
428 is convenient to cover overlap/isolated bitmask requirement, it is not user-
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmonitor.c162 ad->monitor.write_ctrlreg_mask[mop->u.mov_to_cr.index] = mop->u.mov_to_cr.bitmask; in arch_monitor_domctl_event()
/xen-4.10.0-shim-comet/docs/misc/
A Dhvm-emulated-unplug.markdown34 6. The drivers write a two-byte bitmask of devices to unplug to IO
/xen-4.10.0-shim-comet/xen/include/public/
A Ddomctl.h1049 uint64_aligned_t bitmask; member
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h2045 uint64_t bitmask, bool onchangeonly);

Completed in 15 milliseconds