Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dsst_mailbox.cpp62 catch (const PECIError& err) in ~PECIManager()
89 throw PECIError("Failed to set Wake-On-PECI mode bit"); in setWakeOnPECI()
139 throw PECIError("Failed to write mailbox reg"); in wrMailboxReg()
172 throw PECIError("Failed to read mailbox reg"); in rdMailboxReg()
211 throw PECIError("OS Mailbox failed to become free"); in sendPECIOSMailboxCmd()
231 throw PECIError("OS Mailbox failed to return"); in sendPECIOSMailboxCmd()
242 throw PECIError(std::string("OS Mailbox returned with error: ") + in sendPECIOSMailboxCmd()
493 throw PECIError("Failed to read TRL MSR"); in sseTurboProfile()
H A Dspeed_select.cpp196 catch (const PECIError& error) in appliedConfig()
223 catch (const PECIError& error) in baseSpeedPriorityEnabled()
264 catch (const PECIError& error) in appliedConfig()
414 throw PECIError("Get CPUID timed out"); in discoverCPUsAndConfigs()
520 catch (const PECIError& err) in discoverOrWait()
/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp38 class PECIError : public std::runtime_error class