Searched refs:update_bits (Results 1 – 5 of 5) sorted by relevance
52 if (!state->ops.update_bits) in qcom_smem_state_update_bits()55 return state->ops.update_bits(state->priv, mask, value); in qcom_smem_state_update_bits()
338 .update_bits = smp2p_update_bits,
187 .update_bits = smsm_update_bits,
11 int (*update_bits)(void *, u32, u32); member
811 unsigned long update_bits = X86_CR0_PG | X86_CR0_WP; in kvm_set_cr0() local855 if ((cr0 ^ old_cr0) & update_bits) in kvm_set_cr0()