Searched defs:nbits (Results 1 – 5 of 5) sorted by relevance
/xen/xen/include/xen/ |
A D | bitmap.h | 137 int nbits) in bitmap_copy() 145 const unsigned long *src2, int nbits) in bitmap_and() 153 const unsigned long *src2, int nbits) in bitmap_or() 161 const unsigned long *src2, int nbits) in bitmap_xor() 169 const unsigned long *src2, int nbits) in bitmap_andnot() 177 int nbits) in bitmap_complement() 185 const unsigned long *src2, int nbits) in bitmap_equal() 194 const unsigned long *src2, int nbits) in bitmap_intersects() 203 const unsigned long *src2, int nbits) in bitmap_subset() 243 unsigned int nbits) in bitmap_set() [all …]
|
A D | nodemask.h | 85 static inline void __nodes_setall(nodemask_t *dstp, int nbits) in __nodes_setall() 91 static inline void __nodes_clear(nodemask_t *dstp, int nbits) in __nodes_clear() 111 const nodemask_t *src2p, int nbits) in __nodes_and() 119 const nodemask_t *src2p, int nbits) in __nodes_or() 127 const nodemask_t *src2p, int nbits) in __nodes_xor() 135 const nodemask_t *src2p, int nbits) in __nodes_andnot() 143 const nodemask_t *srcp, int nbits) in __nodes_complement() 151 const nodemask_t *src2p, int nbits) in __nodes_equal() 159 const nodemask_t *src2p, int nbits) in __nodes_intersects() 167 const nodemask_t *src2p, int nbits) in __nodes_subset() [all …]
|
/xen/xen/common/ |
A D | bitmap.c | 47 static void clamp_last_byte(uint8_t *bp, unsigned int nbits) in clamp_last_byte() 339 void bitmap_long_to_byte(uint8_t *bp, const unsigned long *lp, int nbits) in bitmap_long_to_byte() 355 void bitmap_byte_to_long(unsigned long *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_long() 372 void bitmap_long_to_byte(uint8_t *bp, const unsigned long *lp, int nbits) in bitmap_long_to_byte() 378 void bitmap_byte_to_long(unsigned long *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_long()
|
A D | domctl.c | 39 unsigned int nbits) in bitmap_to_xenctl_bitmap() 69 unsigned int nbits) in xenctl_bitmap_to_bitmap()
|
/xen/tools/libxc/ |
A D | xc_private.c | 594 void bitmap_64_to_byte(uint8_t *bp, const uint64_t *lp, int nbits) in bitmap_64_to_byte() 609 void bitmap_byte_to_64(uint64_t *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_64()
|
Completed in 15 milliseconds