Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dprocess.c507 struct ssb_state *shared_state; member
529 if (st->shared_state) in speculative_store_bypass_ht_init()
546 st->shared_state = per_cpu(ssb_state, cpu).shared_state; in speculative_store_bypass_ht_init()
556 st->shared_state = st; in speculative_store_bypass_ht_init()
587 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
589 if (!st->shared_state->disable_state) in amd_set_core_ssb_state()
591 st->shared_state->disable_state++; in amd_set_core_ssb_state()
592 raw_spin_unlock(&st->shared_state->lock); in amd_set_core_ssb_state()
597 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
598 st->shared_state->disable_state--; in amd_set_core_ssb_state()
[all …]

Completed in 6 milliseconds