Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dprocess.c492 struct ssb_state *shared_state; member
514 if (st->shared_state) in speculative_store_bypass_ht_init()
527 if (!per_cpu(ssb_state, cpu).shared_state) in speculative_store_bypass_ht_init()
531 st->shared_state = per_cpu(ssb_state, cpu).shared_state; in speculative_store_bypass_ht_init()
541 st->shared_state = st; in speculative_store_bypass_ht_init()
572 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
574 if (!st->shared_state->disable_state) in amd_set_core_ssb_state()
576 st->shared_state->disable_state++; in amd_set_core_ssb_state()
577 raw_spin_unlock(&st->shared_state->lock); in amd_set_core_ssb_state()
582 raw_spin_lock(&st->shared_state->lock); in amd_set_core_ssb_state()
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass578 shared_state = sstate_state_fromvars(ld, name)
579 sstate_clean(shared_state, ld)
761 shared_state = sstate_state_fromvars(d)
762 accelerate = sstate_installpkg(shared_state, d)
769 shared_state = sstate_state_fromvars(d)
770 sstate_clean(shared_state, d)
775 shared_state = sstate_state_fromvars(d)
780 sstate_package(shared_state, d)
784 d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir'])
786 sstate_installpkgdir(shared_state, d)