Searched refs:bitmap_remap (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/lib/ |
D | bitmap.c | 497 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() function 517 EXPORT_SYMBOL(bitmap_remap);
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-xilinx.c | 210 bitmap_remap(hw_mask, mask, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple() 211 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple()
|
/linux-6.12.1/include/linux/ |
D | nodemask.h | 366 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|
D | bitmap.h | 217 void bitmap_remap(unsigned long *dst, const unsigned long *src,
|