Home
last modified time | relevance | path

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

/linux-6.1.9/net/ethtool/
Dfeatures.c266 bitmap_xor(wanted_diff_mask, req_wanted, new_active, in ethnl_set_features()
268 bitmap_xor(active_diff_mask, old_active, new_active, in ethnl_set_features()
/linux-6.1.9/drivers/input/joystick/
Dsensehat-joystick.c49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report()
/linux-6.1.9/drivers/input/keyboard/
Dcypress-sf.c47 bitmap_xor(&changed, &keystates, &touchkey->keystates, in cypress_sf_irq_handler()
Dmt6779-keypad.c63 bitmap_xor(change, new_state, keypad->keymap_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
/linux-6.1.9/include/linux/
Dbitmap.h337 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() function
Dnodemask.h183 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor()
Dcpumask.h532 bitmap_xor(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_xor()
/linux-6.1.9/mm/
Dsparse.c672 bitmap_xor(subsection_map, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
/linux-6.1.9/drivers/gpio/
Dgpio-pca953x.c881 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio); in pca953x_irq_pending()
Dgpiolib.c2695 bitmap_xor(value_bitmap, value_bitmap, in gpiod_get_array_value_complex()
2986 bitmap_xor(value_bitmap, value_bitmap, in gpiod_set_array_value_complex()
/linux-6.1.9/arch/s390/kvm/
Dvsie.c344 bitmap_xor(b1, b1, b2, BITS_PER_BYTE * 56); in shadow_crycb()
/linux-6.1.9/arch/x86/kvm/svm/
Dsev.c117 bitmap_xor(sev_asid_bitmap, sev_asid_bitmap, sev_reclaim_asid_bitmap, in __sev_recycle_asids()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_ethtool.c1192 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
Dice_switch.c4910 bitmap_xor(free_idx, used_idx, possible_idx, ICE_MAX_FV_WORDS); in ice_find_free_recp_res_idx()