Lines Matching refs:shared_state
517 struct ssb_state *shared_state; member
539 if (st->shared_state) in speculative_store_bypass_ht_init()
552 if (!per_cpu(ssb_state, cpu).shared_state) in speculative_store_bypass_ht_init()
556 st->shared_state = per_cpu(ssb_state, cpu).shared_state; in speculative_store_bypass_ht_init()
566 st->shared_state = st; in speculative_store_bypass_ht_init()
597 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
599 if (!st->shared_state->disable_state) in amd_set_core_ssb_state()
601 st->shared_state->disable_state++; in amd_set_core_ssb_state()
602 raw_spin_unlock(&st->shared_state->lock); in amd_set_core_ssb_state()
607 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
608 st->shared_state->disable_state--; in amd_set_core_ssb_state()
609 if (!st->shared_state->disable_state) in amd_set_core_ssb_state()
611 raw_spin_unlock(&st->shared_state->lock); in amd_set_core_ssb_state()