Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dprocess.c408 struct ssb_state *shared_state; member
430 if (st->shared_state) in speculative_store_bypass_ht_init()
443 if (!per_cpu(ssb_state, cpu).shared_state) in speculative_store_bypass_ht_init()
447 st->shared_state = per_cpu(ssb_state, cpu).shared_state; in speculative_store_bypass_ht_init()
457 st->shared_state = st; in speculative_store_bypass_ht_init()
488 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
490 if (!st->shared_state->disable_state) in amd_set_core_ssb_state()
492 st->shared_state->disable_state++; in amd_set_core_ssb_state()
493 raw_spin_unlock(&st->shared_state->lock); in amd_set_core_ssb_state()
498 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
[all …]