Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp146 enum WakePolicy enum
171 std::function<std::unique_ptr<SSTInterface>(uint8_t, CPUModel, WakePolicy)>;
/openbmc/smbios-mdr/src/
H A Dsst_mailbox.cpp41 WakePolicy wakePolicy;
43 PECIManager(uint8_t address, CPUModel model, WakePolicy wakePolicy_) : in PECIManager()
402 SSTMailbox(uint8_t _address, CPUModel _model, WakePolicy wakePolicy) : in SSTMailbox()
574 createMailbox(uint8_t address, CPUModel model, WakePolicy wakePolicy) in createMailbox()
H A Dspeed_select.cpp84 WakePolicy wakePolicy) in getInstance()