update_bits       764 arch/x86/kvm/x86.c 	unsigned long update_bits = X86_CR0_PG | X86_CR0_WP;
update_bits       808 arch/x86/kvm/x86.c 	if ((cr0 ^ old_cr0) & update_bits)
update_bits        52 drivers/soc/qcom/smem_state.c 	if (!state->ops.update_bits)
update_bits        55 drivers/soc/qcom/smem_state.c 	return state->ops.update_bits(state->priv, mask, value);
update_bits       338 drivers/soc/qcom/smp2p.c 	.update_bits = smp2p_update_bits,
update_bits       187 drivers/soc/qcom/smsm.c 	.update_bits = smsm_update_bits,
update_bits        11 include/linux/soc/qcom/smem_state.h 	int (*update_bits)(void *, u32, u32);