Home
last modified time | relevance | path

Searched refs:bitmap_xor (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/net/ethtool/
H A Dfeatures.c267 bitmap_xor(wanted_diff_mask, req_wanted, new_active, in ethnl_set_features()
269 bitmap_xor(active_diff_mask, old_active, new_active, in ethnl_set_features()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsbitmap.h278 extern bool bitmap_xor (sbitmap, const_sbitmap, const_sbitmap);
H A Dbitmap.h420 extern void bitmap_xor (bitmap, const_bitmap, const_bitmap);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsbitmap.h278 extern bool bitmap_xor (sbitmap, const_sbitmap, const_sbitmap);
H A Dbitmap.h420 extern void bitmap_xor (bitmap, const_bitmap, const_bitmap);
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitmap.h308 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() function
H A Dnodemask.h182 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor()
H A Dcpumask.h455 bitmap_xor(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_xor()
/OK3568_Linux_fs/kernel/mm/
H A Dsparse.c690 bitmap_xor(subsection_map, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsev.c73 bitmap_xor(sev_asid_bitmap, sev_asid_bitmap, sev_reclaim_asid_bitmap, in __sev_recycle_asids()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-pca953x.c775 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio); in pca953x_irq_pending()
H A Dgpiolib.c2702 bitmap_xor(value_bitmap, value_bitmap, in gpiod_get_array_value_complex()
2982 bitmap_xor(value_bitmap, value_bitmap, in gpiod_set_array_value_complex()
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dvsie.c343 bitmap_xor(b1, b1, b2, BITS_PER_BYTE * 56); in shadow_crycb()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1203 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c3941 bitmap_xor(active_csgs, scheduler->csg_slots_idle_mask, scheduler->csg_inuse_bitmap, in protm_enter_set_next_pending_seq()