Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dfeatures.c272 bitmap_xor(wanted_diff_mask, req_wanted, new_active, in ethnl_set_features()
274 bitmap_xor(active_diff_mask, old_active, new_active, in ethnl_set_features()
/linux/drivers/input/joystick/
H A Dsensehat-joystick.c49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report()
/linux/drivers/input/keyboard/
H A Dcypress-sf.c47 bitmap_xor(&changed, &keystates, &touchkey->keystates, in cypress_sf_irq_handler()
H A Dmt6779-keypad.c63 bitmap_xor(change, new_state, keypad->keymap_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
/linux/include/linux/
H A Dnodemask.h179 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor()
H A Dbitmap.h48 * bitmap_xor(dst, src1, src2, nbits) *dst = *src1 ^ *src2
341 void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() function
H A Dcpumask.h741 bitmap_xor(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_xor()
/linux/mm/
H A Dsparse.c711 bitmap_xor(subsection_map, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
/linux/arch/s390/kvm/
H A Dvsie.c389 /* as 56%8 == 0, bitmap_xor won't overwrite any data */ in shadow_crycb()
390 bitmap_xor(b1, b1, b2, BITS_PER_BYTE * 56); in shadow_crycb()
/linux/drivers/gpio/
H A Dgpio-pca953x.c957 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio); in pca953x_irq_pending()
H A Dgpiolib.c3369 bitmap_xor(value_bitmap, value_bitmap, in gpiod_get_array_value_complex()
3709 bitmap_xor(value_bitmap, value_bitmap, in gpiod_set_array_value_complex()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1774 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
H A Dice_switch.c4987 bitmap_xor(free_idx, used_idx, possible_idx, ICE_MAX_FV_WORDS); in ice_find_free_recp_res_idx()
/linux/arch/x86/kvm/svm/
H A Dsev.c157 bitmap_xor(sev_asid_bitmap, sev_asid_bitmap, sev_reclaim_asid_bitmap, in __sev_recycle_asids()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c5302 bitmap_xor(changed_flags, new_flags, orig_flags, I40E_PF_FLAGS_NBITS); in i40e_set_priv_flags()