Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dprocess.c451 struct ssb_state { struct
452 struct ssb_state *shared_state; argument
460 static DEFINE_PER_CPU(struct ssb_state, ssb_state); argument
464 struct ssb_state *st = this_cpu_ptr(&ssb_state); in speculative_store_bypass_ht_init()
487 if (!per_cpu(ssb_state, cpu).shared_state) in speculative_store_bypass_ht_init()
491 st->shared_state = per_cpu(ssb_state, cpu).shared_state; in speculative_store_bypass_ht_init()
513 struct ssb_state *st = this_cpu_ptr(&ssb_state); in amd_set_core_ssb_state()

Completed in 5 milliseconds