Searched refs:bitmap_remap (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-xilinx.c | 211 bitmap_remap(hw_mask, mask, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple() 212 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 972 * bitmap_remap - Apply map defined by a pair of bitmaps to another bitmap 1003 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() function 1023 EXPORT_SYMBOL(bitmap_remap); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nodemask.h | 15 * lib/bitmap.c. For details of nodes_remap(), see bitmap_remap in 358 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|
H A D | bitmap.h | 66 * bitmap_remap(dst, src, old, new, nbits) *dst = map(old, new)(src) 211 extern void bitmap_remap(unsigned long *dst, const unsigned long *src,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bitmap.h | 63 * bitmap_remap(dst, src, old, new, nbits) *dst = map(old, new)(src) 211 void bitmap_remap(unsigned long *dst, const unsigned long *src,
|
H A D | nodemask.h | 15 * lib/bitmap.c. For details of nodes_remap(), see bitmap_remap in 366 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 837 * bitmap_remap - Apply map defined by a pair of bitmaps to another bitmap 868 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() function
|
Completed in 10 milliseconds