Searched refs:update_bits (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smem_state.c | 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()
|
H A D | smp2p.c | 339 .update_bits = smp2p_update_bits,
|
H A D | smsm.c | 187 .update_bits = smsm_update_bits,
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smem_state.c | 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()
|
H A D | smp2p.c | 414 .update_bits = smp2p_update_bits,
|
H A D | smsm.c | 187 .update_bits = smsm_update_bits,
|
/kernel/linux/linux-5.10/include/linux/soc/qcom/ |
H A D | smem_state.h | 11 int (*update_bits)(void *, u32, u32); member
|
/kernel/linux/linux-6.6/include/linux/soc/qcom/ |
H A D | smem_state.h | 11 int (*update_bits)(void *, u32, u32); member
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 834 unsigned long update_bits = X86_CR0_PG | X86_CR0_WP; in kvm_set_cr0() local 878 if ((cr0 ^ old_cr0) & update_bits) in kvm_set_cr0()
|
Completed in 19 milliseconds