Home
last modified time | relevance | path

Searched defs:nbits (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dbitmap.h105 #define BITMAP_LAST_WORD_MASK(nbits) \ argument
145 int nbits) in bitmap_copy()
153 const unsigned long *src2, int nbits) in bitmap_and()
161 const unsigned long *src2, int nbits) in bitmap_or()
169 const unsigned long *src2, int nbits) in bitmap_xor()
177 const unsigned long *src2, int nbits) in bitmap_andnot()
185 int nbits) in bitmap_complement()
193 const unsigned long *src2, int nbits) in bitmap_equal()
202 const unsigned long *src2, int nbits) in bitmap_intersects()
211 const unsigned long *src2, int nbits) in bitmap_subset()
[all …]
A Dnodemask.h121 const nodemask_t *src2p, int nbits) in __nodes_and()
129 const nodemask_t *src2p, int nbits) in __nodes_or()
137 const nodemask_t *src2p, int nbits) in __nodes_xor()
145 const nodemask_t *src2p, int nbits) in __nodes_andnot()
153 const nodemask_t *srcp, int nbits) in __nodes_complement()
161 const nodemask_t *src2p, int nbits) in __nodes_equal()
169 const nodemask_t *src2p, int nbits) in __nodes_intersects()
177 const nodemask_t *src2p, int nbits) in __nodes_subset()
203 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_right()
211 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_left()
[all …]
/xen-4.10.0-shim-comet/xen/common/
A Dbitmap.c47 static void clamp_last_byte(uint8_t *bp, unsigned int nbits) in clamp_last_byte()
493 void bitmap_long_to_byte(uint8_t *bp, const unsigned long *lp, int nbits) in bitmap_long_to_byte()
509 void bitmap_byte_to_long(unsigned long *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_long()
526 void bitmap_long_to_byte(uint8_t *bp, const unsigned long *lp, int nbits) in bitmap_long_to_byte()
532 void bitmap_byte_to_long(unsigned long *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_long()
A Ddomctl.c41 unsigned int nbits) in bitmap_to_xenctl_bitmap()
71 unsigned int nbits) in xenctl_bitmap_to_bitmap()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c606 void bitmap_64_to_byte(uint8_t *bp, const uint64_t *lp, int nbits) in bitmap_64_to_byte()
621 void bitmap_byte_to_64(uint64_t *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_64()

Completed in 10 milliseconds