Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dfeatures.c269 bitmap_xor(wanted_diff_mask, req_wanted, new_active, in ethnl_set_features()
271 bitmap_xor(active_diff_mask, old_active, new_active, in ethnl_set_features()
/openbmc/linux/drivers/input/joystick/
H A Dsensehat-joystick.c49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report()
/openbmc/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()
/openbmc/qemu/include/qemu/
H A Dbitmap.h155 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() function
/openbmc/linux/include/linux/
H A Dnodemask.h183 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor()
H A Dbitmap.h353 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() function
H A Dcpumask.h596 bitmap_xor(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_xor()
/openbmc/linux/mm/
H A Dsparse.c671 bitmap_xor(subsection_map, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
/openbmc/linux/arch/s390/kvm/
H A Dvsie.c354 bitmap_xor(b1, b1, b2, BITS_PER_BYTE * 56); in shadow_crycb()
/openbmc/linux/drivers/gpio/
H A Dgpio-pca953x.c881 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio); in pca953x_irq_pending()
H A Dgpiolib.c2873 bitmap_xor(value_bitmap, value_bitmap, in gpiod_get_array_value_complex()
3164 bitmap_xor(value_bitmap, value_bitmap, in gpiod_set_array_value_complex()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c126 bitmap_xor(sev_asid_bitmap, sev_asid_bitmap, sev_reclaim_asid_bitmap, in __sev_recycle_asids()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1362 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
H A Dice_switch.c4943 bitmap_xor(free_idx, used_idx, possible_idx, ICE_MAX_FV_WORDS); in ice_find_free_recp_res_idx()